sort by:
Revision Author Date Message Commit Date
f1bbac7 fix error handling for ccall without a concrete layout fix #21104 04 April 2017, 14:47:07 UTC
e1d6cdd Merge pull request #21251 from JuliaLang/teh/non1 More fixes for non-1 arrays 04 April 2017, 13:03:32 UTC
18e864b deprecate unintended methods of zeros, ones (#21183) 04 April 2017, 12:08:24 UTC
e796e39 Fix exports of undefined/missing/conditionally defined symbols (#21217) * Remove Base.Parallel export. * Remove 'big_str' export from mpfr.jl * Remove 'dense' from export in sparse.jl 04 April 2017, 05:45:13 UTC
9086161 Allow newline or semicolon in abstract and primitive defs 04 April 2017, 03:20:59 UTC
338e22d ensure that AST of a constant return function is correct fix #21175 04 April 2017, 01:52:52 UTC
d3fe5f8 Merge pull request #20794 from JuliaLang/jb/replIO allow TTYTerminal output streams to be non-TTYs 04 April 2017, 01:49:38 UTC
3a4cc44 allow TTYTerminal streams to be any IO types 03 April 2017, 21:54:36 UTC
5af9bc0 Split TBAA for array buffers 03 April 2017, 18:33:25 UTC
daefda4 Merge pull request #21239 from JuliaLang/jb/fix21168 fix #21168, `f.[1,2,3]` should be an error 03 April 2017, 14:43:19 UTC
8dab22e Add LibGit2 SSH credential prompt tests 03 April 2017, 13:24:26 UTC
8fe28a1 Add LibGit2 HTTPS credential prompt tests 03 April 2017, 13:23:08 UTC
dfa1a83 Test framework for LibGit2 credential callback 03 April 2017, 13:23:08 UTC
d3cfcd4 Create test helper challenge_prompt Useful for testing Julia functions which prompt for user input. Note that the fake PTY and new process are necessary to support user input that uses the `getpass` function. 03 April 2017, 13:23:08 UTC
ceb0674 Merge pull request #21247 from JuliaLang/ksh/gitdel Tests for cleanup and branch deletion 02 April 2017, 01:04:00 UTC
1f4f4fb Merge pull request #21226 from JuliaLang/ksh/valexp Fix bugs for x^Val and add tests 02 April 2017, 01:03:41 UTC
f5e5ea5 Remove extraneous x^Val methods and add tests 01 April 2017, 19:00:10 UTC
ec1dbd1 Merge pull request #21246 from JuliaLang/ksh/rmtctor Add a test for GitRemote ctor with refspec 01 April 2017, 18:53:14 UTC
3d07d64 Merge pull request #21237 from JuliaLang/ksh/mergetest Add tests for internal fastforward merge methods 01 April 2017, 18:49:58 UTC
4776d9a More fixes for non-1 arrays 01 April 2017, 16:57:14 UTC
e664f52 extend the definition of x % T for T == BigInt 01 April 2017, 05:01:10 UTC
8d82fc6 document the numeric argument in srand(rng, filename, n=4) 01 April 2017, 04:07:01 UTC
ad66758 document that srand() returns the passed RNG 01 April 2017, 03:59:34 UTC
553c920 Tests for cleanup and branch deletion 31 March 2017, 23:18:08 UTC
769b9d7 Add a test for GitRemote ctor with refspec 31 March 2017, 21:37:07 UTC
e06ff56 Non-ff merge test 31 March 2017, 19:31:08 UTC
bd84fa1 Tag 0.6.0-pre.beta (#21232) 31 March 2017, 12:58:56 UTC
cded1db Add methods to add refspecs and tests to view fetchspecs (#21227) * Add methods to add refspecs and tests to view fetchspecs * Add docs * fix explicity typo and very minor wording tweak 31 March 2017, 00:28:53 UTC
c86ac62 fix #21168, `f.[1,2,3]` should be an error 30 March 2017, 22:11:21 UTC
9baadbf Fix bug in backsolve of sparse hermitian matrices (#21165) 30 March 2017, 21:11:03 UTC
0ae9e97 Add tests for internal fastforward merge methods 30 March 2017, 18:08:16 UTC
2da9afc Merge pull request #21228 from JuliaLang/ksh/showtest Two minitests for show 30 March 2017, 17:24:04 UTC
980119a Merge pull request #21071 from JuliaLang/cv/download-cleanup Avoid creating files when download fails 30 March 2017, 16:30:09 UTC
6659b59 Fix build with LLVM master. (#21194) In LLVMFPtoInt signature of convertToInteger now expects a MutableArrayRef. AttributeSet -> AttributeList 30 March 2017, 07:46:52 UTC
a045cba Merge pull request #20799 from iblis17/bsd-socket Fix socket test cases on bsd family 30 March 2017, 07:39:12 UTC
c0e4c24 Make cor work again for complex input (#21205) Also fix inconsistency in `cov` of vectors. Fixes #21093 30 March 2017, 01:11:18 UTC
182d8e8 Two minitests for show 29 March 2017, 22:47:17 UTC
9a2400c Merge pull request #21210 from JuliaLang/ksh/configtests More tests for GitConfig 29 March 2017, 22:41:49 UTC
d266f92 Fix rem/mod doc (#21223) 29 March 2017, 21:19:17 UTC
4fe28fb Merge pull request #21193 from JuliaLang/jn/precompile-fixes minor precompile fixes 29 March 2017, 18:07:08 UTC
a78fb95 Merge pull request #21206 from JuliaLang/jn/singleton-tuple-bug don't make corrupted copies of singleton objects during AST deserialization 29 March 2017, 18:03:57 UTC
da63bfe Revert "Add a test for aborting a rebase (#21209)" (#21220) This reverts commit 46b60992c11abef23e3768819642b01580277e6d. 29 March 2017, 16:00:53 UTC
1eb51b6 null pointer checks are unnecessary: API should never return valid pointers with an error (#21174) 29 March 2017, 09:24:24 UTC
2d3a617 Support Rational and Irrational arguments for exp10 (#21199) 29 March 2017, 09:23:10 UTC
46b6099 Add a test for aborting a rebase (#21209) 29 March 2017, 09:19:52 UTC
31e2c9a Fix bug in merge! and add test (#21213) 29 March 2017, 09:19:31 UTC
b187a01 Merge pull request #21214 from JuliaLang/jb/setfieldint improve codegen of `setfield!` with constant integer index 29 March 2017, 06:16:27 UTC
06e096f Merge pull request #21202 from JuliaLang/jb/fix21180 fix #21180, regression in `readcsv` with quoted unicode fields 29 March 2017, 02:23:43 UTC
01136a2 Merge branch 'master' into jb/fix21180 29 March 2017, 00:11:09 UTC
1dd10aa Merge pull request #21207 from getzdan/patch-2 Fix character index to byte index in datafmt.jl 29 March 2017, 00:09:56 UTC
3e489a5 improve codegen of `setfield!` with constant integer index 29 March 2017, 00:07:13 UTC
820a9d8 More tests for GitConfig 28 March 2017, 22:20:02 UTC
78afb6a Correct notation used in the rem/mod docstring (#21198) * Correct notation used in rem/mod docstring * Fix build warning about overwritten docstring for rem 28 March 2017, 21:17:59 UTC
b19f6bd Add test to for fix 28 March 2017, 21:17:40 UTC
d221f15 Update datafmt.jl Use `endof` instead of `length` as `colval` expects byte index. 28 March 2017, 20:54:12 UTC
aaa8daa Merge pull request #21201 from JuliaLang/jb/parsebool handle unicode space characters in `parse` for `Bool` 28 March 2017, 20:39:35 UTC
3bb1b56 don't make corrupted copies of singleton objects during AST deserialization this corruption will now be detected when finalizing the sysimg with an assertion 28 March 2017, 20:10:04 UTC
55e1333 Merge pull request #21171 from JuliaLang/sb/libgit2/cat deprecate use of cat with LibGit2 objects 28 March 2017, 19:46:42 UTC
85f37bc Merge pull request #21195 from JuliaLang/jb/fix21172 fix #21172, `a = f(x) = 1` 28 March 2017, 19:42:35 UTC
98518bf fix #21180, regression in `readcsv` with quoted unicode fields 28 March 2017, 18:32:44 UTC
7492483 handle unicode space characters in `parse` for `Bool` 28 March 2017, 18:03:56 UTC
4809620 Merge pull request #21189 from JuliaLang/ksh/miscgittest Various missing git tests 28 March 2017, 15:41:21 UTC
0810648 Merge pull request #20793 from JuliaLang/jb/precompilemore improve precompiles 28 March 2017, 15:39:28 UTC
fb67034 fix #21172, `a = f(x) = 1` 28 March 2017, 15:15:28 UTC
368ef1b Merge pull request #21177 from JuliaLang/tk/mbedtls-build Use separate build dirs for mbedtls depending on USE_GPL_LIBS 28 March 2017, 14:36:33 UTC
1255e82 Merge pull request #21048 from JuliaLang/tk/license-clarifications RFC, IANAL: clarify some license special cases 28 March 2017, 14:29:04 UTC
f7d7665 Merge pull request #21192 from JuliaLang/mh/fix20626 Use `TypeVar`s in `limit_type_depth` in `Union`s in invariant position 28 March 2017, 14:16:53 UTC
378ed8a updated fix for #19892 (FFTW threads initialization) (#21169) * updated fix for #19892; initialize FFTW threads the first time the planner is called (#21127 incorrectly prevented threads from being used at all) * add test for #21163 28 March 2017, 14:05:58 UTC
e8a022a add support for AbstractGitHash 28 March 2017, 13:54:59 UTC
407995a document x % T (#20759) 28 March 2017, 12:37:32 UTC
bb1facc Use `TypeVar`s in `limit_type_depth` in `Union`s in invariant position Using `Any` for depth-limited `Union` members is only correct in covariant position, otherwise a `TypeVar` has be be introduced. 28 March 2017, 11:05:17 UTC
48c4021 Fix `⊑(a::Const, b::PartialTypeVar)` For `isa(a, Const) && !isa(b, Const)`, `⊑` assumed `b` to be a type, leading to an error if `b` was a `PartialTypeVar`. Fixed by using `widenconst(b)`. 28 March 2017, 10:50:49 UTC
a159ac5 dump: ensure jlcall_api is cleared if we don't load the fptr from the sysimg 28 March 2017, 08:34:47 UTC
e678e67 ensure ShellExecuteW only gets compiled on windows rather than depending on DCE to delete this code after inference 28 March 2017, 08:33:51 UTC
9163e67 Add missing test for mapslices (#21181) Followup from #21133 * Update arrayops.jl 28 March 2017, 02:38:14 UTC
c051dc5 Merge pull request #21187 from JuliaLang/jb/fix20671 fix #20671, slowdown loading SIUnits 28 March 2017, 00:14:55 UTC
348b5af Various missing git tests 27 March 2017, 23:27:51 UTC
ffbdbe7 Merge pull request #21182 from JuliaLang/jb/fix21178 fix #21178, lowering of static params with `<:T` syntax 27 March 2017, 21:41:35 UTC
70a5624 fix #20671, slowdown loading SIUnits This adds a fast path to intersection that helps when we have a type with lots of parameters that just need to be matched up 1-to-1 with parameters of another type. Also fixes a bug in intersection uncovered by this test case. 27 March 2017, 21:19:56 UTC
58f9f20 fix #21178, lowering of static params with `<:T` syntax 27 March 2017, 19:31:01 UTC
575c979 run code signing script in contrib/prepare_release.sh if present 27 March 2017, 13:41:36 UTC
86d5623 Fix doctest line numbers 27 March 2017, 13:41:00 UTC
0c5128f Use separate build dirs for mbedtls depending on USE_GPL_LIBS prevents cmake from complaining when you switch sources for the same build dir 27 March 2017, 13:40:20 UTC
f65b8ab Fix doc system part of #21016 (#21036) * Breakage. * Teach doc system to handle 'where'. * Add parameters to signature. * Add test and continue to use Union. * Fix missing docstrings. * Address comments. * use newest Documenter, DocStringExtensions 27 March 2017, 13:16:08 UTC
caff424 Augment sort.jl documentation with doctests (#18923) 27 March 2017, 12:55:30 UTC
46df787 deprecate use of cat with LibGit2 objects 27 March 2017, 09:56:24 UTC
55f4417 handle small (<16) arrays by _mapreduce() (#21167) 27 March 2017, 00:01:56 UTC
2f02df9 Correct anchors in README.md (#21166) * Move manual anchors in README.md below headlines. Alternative approach to make GitHub correctly render the `README.md` headlines by simply moving the manual anchors to below the headlines. Since current manual anchors are uppercase, this keeps external links valid. * Remove manual HTML anchors from README.md. The `README.md` is currently rendered incorrectly on GitHub since it includes manual HTML anchors for headlines. However, since several years, GitHub automatically includes these anchors. Considering the anchors in the README.md have been added some six years ago, the GitHub feature is probably younger. This removes all the manual anchors, for which all match the exact headline pattern anyway, except the following which differ slightly: - `<a name="Editor-Terminal-Setup"/>` - `<a name="Platform-Specific-Notes"/>` - `<a name="Required-Build-Tools-External-Libraries"/>` If referenced from somewher externally, these would need to be updated. Links within this README to anchors are also corrected. The automatically generated anchors on GitHub follow the pattern of replacing all spaces with `-` and everything being lowercase, e.g. `## This is a Title` automatically gets the anchor equivalent to `<a name="this-is-a-title"/>` to be referenced in markdown with `[Link to a title](#this-is-a-title)`. 26 March 2017, 20:42:32 UTC
e3e912a DefaultTestSet tests for test_broken and test_skip (#21086) * DefaultTestSet tests for test_broken and test_skip Check that test_broken and test_skip do not result in an exception. Already fixed in 8982605 - "Rework test framework", but present in julia-0.5 (see #21008). * Cleanup: use isa rather than typeof 26 March 2017, 03:08:26 UTC
fb312c4 Fix mapreduce_impl() for 1-element range (#19325) * fix mapreduce_impl() for 1-element range * mapreduce_impl() type stability tests * wrap long lines * mapreduce_impl(): add @inbounds ifirst:ilast should be a valid A indices range (checked by the caller) * reduce code duplication in _mapreduce() - let mapreduce_impl() handle all but empty collection cases - don't test mapreduce_impl() directly - extend mapreduce() tests with empty/long collections * mapreduce_impl(f, min/max): don't skip NaNs - update mapreduce_impl(f, min/max) to 0.6 behaviour of treating NaNs, also stop scanning the array once NaN is detected - add NaN minimum/maximum() tests for 2-element and long arrays * mapreduce(f, op): don't apply @inbounds for `f` * clarify how mapreduce_impl() should be used 25 March 2017, 22:14:56 UTC
333ff80 Merge pull request #21162 from JuliaLang/jb/more21147 fix other part of #21147, optional instead of keyword args 25 March 2017, 17:31:08 UTC
f177e82 fix other part of #21147, optional instead of keyword args 25 March 2017, 16:16:09 UTC
cc379ae Merge pull request #21161 from JuliaLang/tk/earlier-ambiguity-test Run test/ambiguous.jl first 25 March 2017, 15:48:26 UTC
94dfff8 Merge pull request #21023 from JuliaLang/jb/specificity21016 fix part of #21016, specificity of `BottomType` 25 March 2017, 15:46:53 UTC
315ad92 Run test/ambiguous.jl first works around #21160, hang in test that started happening when #20986 was merged 25 March 2017, 12:15:39 UTC
bd66c28 preserve identities of type wrappers in serializer. fixes #20324 25 March 2017, 06:00:04 UTC
dae8fd8 add `serialize` for `Bottom` to ensure no `Type{<:T}` methods override it 25 March 2017, 06:00:04 UTC
dfd8fc1 fix a method cache matching issue with Type{T} This is needed to avoid confusing `Type{A{B}}` and `Type{A{B} where B}`. In the future, this can be improved by not using `Type{ }` to dispatch types with free variables. 25 March 2017, 06:00:04 UTC
0152278 fix part of #21016, specificity of `TypeofBottom` 25 March 2017, 06:00:00 UTC
43fb9f0 Merge pull request #21157 from JuliaLang/jb/fix21147 fix #21147, lowering of keyword args with chained static parameters 25 March 2017, 05:22:06 UTC
back to top