sort by:
Revision Author Date Message Commit Date
e3bbd26 Fixes and stronger tests for SymTridiagonal setindex!. (#20901) Makes SymTridiagonal setindex! no longer support off-diagonal assignment of any form. Strengthens tests for SymTridiagonal setindex!. Cleans up associated tests for broadcast! with structured-matrix destination. 08 March 2017, 01:52:54 UTC
080dcf4 Merge pull request #20881 from JuliaLang/yyc/build/assert Enable assertion in C++ code in debug/force assertion build 08 March 2017, 00:38:16 UTC
cfbca08 Fix shape corner cases in not-zero-preserving sparse broadcast!(f, C, A, B). Specifically, fix not-zero-preserving sparse broadcast!(f, C, A, B) where C's shape does not match the broadcast shape of A and B. Strengthen associated tests. 07 March 2017, 21:14:16 UTC
6fb5dfa Fix shape corner cases in zero-preserving sparse broadcast!(f, C, A, B). Specifically, fix zero-preserving sparse broadcast!(f, C, A, B) where C's shape does not match the broadcast shape of A and B. Strengthen associated tests. 07 March 2017, 20:45:57 UTC
8dc7064 Merge pull request #20917 from JuliaLang/kf/nextgcroot Fix missing GC root 07 March 2017, 18:15:58 UTC
ba5d013 correct the type-equal assertion in the incremental deserializer the usual jl_types_equal function has performance optimizations that assume the types were constructed correctly we don't do that here (which is why it requires all this extra work in the first place), so we also need to avoid the type-equal test optimizations fix #20922 07 March 2017, 18:02:51 UTC
6a24a56 fix over-eager Unicode fixes this is converting between zero-based file-position and one-based string indexign not adjusting Unicode codepoints (bug introduced by dcb529b0cd7) fix #19153 07 March 2017, 16:49:34 UTC
97670ef Merge pull request #20822 from JuliaLang/jmm/print_with_color Loosen signature on println_with_color 07 March 2017, 16:21:51 UTC
470f606 Make `_reshape_uncolon` easier on inference (#20874) * Make `_reshape_uncolon` easier on inference Fixes #20848 07 March 2017, 07:10:54 UTC
9771c78 Support @inbounds in setindex!(::Array, ::AbstractArray, ::AbstractVector} (#20910) Previously this annotation wouldn't have any effect on Array, contrary to what happens with the general AbstractArray fallback method. Also always use @inbounds for X[count] since count depends on the length of I, (which is checked), and mark setindex_shape_check() as a bounds check. 07 March 2017, 06:52:19 UTC
5599da4 Merge pull request #20854 from JuliaLang/yyc/threads/compile Precompile method before running them on worker threads. 07 March 2017, 03:38:53 UTC
2e12d10 Merge pull request #20843 from JuliaLang/jb/fix20726 improve `effect_free` to fix regressions from #20726 07 March 2017, 03:36:56 UTC
35422b2 Merge pull request #20887 from JuliaLang/yyc/codegen/c-nonfunction Accept any callable object as input of `cfunction` 06 March 2017, 21:19:47 UTC
666eee6 A fix and stronger tests for Diagonal setindex! and friends. (#20900) Makes Diagonal setindex! return the assigned value (like other setindex! methods) rather than the Diagonal matrix. Strengthens tests for Diagonal setindex! Touches up tests for Diagonal getindex. Cleans up, annotates some other tests that were coupled to the setindex! and getindex tests. Reduces nonlocality of some of the other tests. 06 March 2017, 19:58:25 UTC
fb845c7 REPL: better error handling printing for keymap failures 06 March 2017, 19:47:26 UTC
8af48fc Enable assertion in C++ code in debug/force assertion build even if LLVM assertion is off. 06 March 2017, 19:43:46 UTC
d6743f1 Slightly reduce threading overhead * Do dispatch on master thread. Avoid construction of tuple type. * Pass the closure direction instead of having to wrap it in a svec. 06 March 2017, 19:41:30 UTC
4997695 make ends_with_semicolon more capable it can still be confused, but hopefully less commonly it is also no longer correct for shell_mode now fix #19296 06 March 2017, 18:43:57 UTC
19fd1e6 REPL: prevent errors in running client code from terminating process ensures that the standard on_done respond handlers will fail gracefully fix #20771 06 March 2017, 18:43:57 UTC
c9f28da avoid CHA escape sequence \r should be more generally available, and should work as long as the stream is not actively ignoring CR characters fix #20557 06 March 2017, 18:43:56 UTC
df62c99 Fix missing GC root Type intersection can return a new type and jl_subtype can allocate, so this value needs to be rooted. 06 March 2017, 18:01:04 UTC
2f800a5 improve `effect_free` to fix regressions from #20726 06 March 2017, 17:45:23 UTC
b53d6f2 Merge pull request #20884 from JuliaLang/jn/20764 ensure codegen normalizes BottomType to Type{Union{}} 06 March 2017, 16:49:40 UTC
8fb132f work-around joinpath error when cloning git ssh urls (fix #20695) 06 March 2017, 16:07:27 UTC
015cc63 Merge pull request #20817 from Sacha0/tuplebc fast broadcast over combinations of tuples and scalars 06 March 2017, 15:15:37 UTC
0827820 Fix broken tests causing failures in test/sparse/higherorderfns (#20906) multiple related PR's were merged which changed the behavior here, without re-running CI 06 March 2017, 14:49:34 UTC
73e20a3 Fixes and stronger tests for Tridiagonal setindex! (#20892) Makes Tridiagonal setindex! support assigning zero off the main, sub, and super diagonals. Strengthens tests for Tridiagonal setindex!. 06 March 2017, 07:55:35 UTC
418e167 Fix broadcast! for structured matrix destinations. (#20886) 06 March 2017, 06:44:14 UTC
805f096 Fixes and stronger tests for Bidiagonal setindex! and friends. (#20891) Makes Bidiagonal setindex! support assigning zero off the main diagonal and sub/super diagonal as appropriate (like Diagonal). Strengthens tests for Bidiagonal size, setindex!, and getindex. 06 March 2017, 04:46:12 UTC
7d18704 Loosen signature on println_with_color 05 March 2017, 20:30:07 UTC
ea8db45 Merge pull request #20894 from JuliaLang/yyc/static-assert Move `static_assert` to `julia_internal.h` 05 March 2017, 15:10:26 UTC
97c40ed Merge pull request #20888 from JuliaLang/kf/missingroot Fix missing GC root 05 March 2017, 09:11:21 UTC
9048c04 Upgrade FFTW to 3.3.6-pl1 05 March 2017, 08:27:36 UTC
05d66d1 Upgrade PCRE to 10.23 Add patch for https://bugs.exim.org/show_bug.cgi?id=2067 05 March 2017, 08:26:49 UTC
08f00b5 RFC: Fix skipchars inexact error/hanging (#16892) (#18752) * Fix skipchars inexact error (#16892) * fix indent ((squash)) * add parentheses to test_skipchars macrocalls ((squash)) The whitespace separating strings containing whitespace was hurting my eyes. * Remove now unused unexported function peekchar And its friend, the _chtmp const. * Make Char(0xffffffff) as a possible value for the linecomment argument ((squash)) * change `action` argument name to `skipcomment` ((squash)) * Simplify function * Restore peekchar * Remove support for IOBuffer * Trailling whitespace + typo 04 March 2017, 23:55:16 UTC
f92f6ad Move `static_assert` to `julia_internal.h` 04 March 2017, 21:59:53 UTC
656da33 ensure codegen normalizes BottomType to Type{Union{}} otherwise, it can become confused why both Type{Union{}} and BottomType are both leaftypes that are not equal but are both accepted as the type of the constant singleton type object Union{} fix #20764 04 March 2017, 21:52:54 UTC
51b4f64 Accept any callable object as input of `cfucntion` 04 March 2017, 12:24:28 UTC
145eae8 Add patch to set `-O2` for suitesparse build (#20165) [ci skip] 04 March 2017, 10:09:47 UTC
86d103c Fix missing GC root `jl_svec` needs rooted arguments, but even so jl_alloc_vec_any allocates, so mti could have been gc'ed there. 04 March 2017, 03:33:28 UTC
bb76add Fix sparse broadcast[!] for some cases (#20862) where the output eltype is not a concrete subtype of Number (#19561, later part). 04 March 2017, 00:14:28 UTC
1c90ed6 Merge pull request #20792 from JuliaLang/jn/20780 break some dependency backedges 03 March 2017, 22:54:44 UTC
589b399 Merge pull request #20834 from JuliaLang/ksh/showrebase Add show methods for GitRebase and RebaseOperation 03 March 2017, 17:11:02 UTC
fce3014 Merge pull request #20856 from JuliaLang/yyc/signals/stack Avoid corrupting signal stack before signal handler returns 03 March 2017, 16:40:22 UTC
0864d7e More tests for GitIndex (#20864) 03 March 2017, 15:17:28 UTC
017f5b4 Merge pull request #20858 from JuliaLang/sf/openblas_cross_compile_patch Integrate OpenBLAS fix for cross compiler autodetection 03 March 2017, 04:42:31 UTC
e9c1c3b Fix type of diff-files kwarg (#20861) 03 March 2017, 04:10:19 UTC
be03a06 Merge pull request #20852 from JuliaLang/tk/upgrade-libgit2-and-curl Upgrade libgit2 and curl 03 March 2017, 04:02:48 UTC
81f7243 fix #20835, segfault in ccall where type depends on local var (#20841) 03 March 2017, 02:27:21 UTC
8ca9f4c Add a bounds check for getindex too 03 March 2017, 02:16:30 UTC
7031584 Add show methods for GitRebase and RebaseOperation 03 March 2017, 02:16:30 UTC
1648683 Merge pull request #20846 from JuliaLang/tk/fix-source-dist Fix doc dependency of light-source-dist target 03 March 2017, 00:32:24 UTC
7be9009 break some dependency backedges This would be nicer if we had function types, but this tries to at least hit a couple of the high points fix #20780 02 March 2017, 20:04:01 UTC
374519e Error if source-dist target is run in out-of-tree build 02 March 2017, 19:37:47 UTC
14f284f Merge pull request #20850 from JuliaLang/jn/debug_backedges add debugging code for inspecting which backedges are getting invalidated 02 March 2017, 19:24:38 UTC
453da2c Much faster broadcast over combinations of tuples and broadcast scalars. 02 March 2017, 17:47:52 UTC
2bc66e1 Merge pull request #20857 from JuliaLang/ksh/showie Add test for showing indexentry 02 March 2017, 17:16:30 UTC
e7d583c And that's what happens when you try to apply a back patchwards 02 March 2017, 07:22:21 UTC
1ec7c66 Integrate OpenBLAS fix for cross compiler autodetection Ported from https://github.com/xianyi/OpenBLAS/pull/968 02 March 2017, 07:13:51 UTC
9707136 Add test for showing indexentry 02 March 2017, 01:31:26 UTC
5d64b20 Avoid corrupting signal stack before signal handler returns by hiding the top 16bytes that might be used for `jl_call_in_ctx` 01 March 2017, 23:42:55 UTC
e0a8611 Upgrade libgit2 to 0.25.1 this includes some security issues, ref https://github.com/libgit2/libgit2/releases/tag/v0.25.1 01 March 2017, 19:11:52 UTC
d53647d Upgrade curl to 7.53.1 this includes a CVE security fix 01 March 2017, 19:04:48 UTC
c716e63 Backport openblas patch to fix compilation of assembly with clang 3.9 (#20842) this version should avoid breaking the mac build 01 March 2017, 18:29:10 UTC
2db514c Merge pull request #20735 from JuliaLang/cv/libgit2-fix-scp-parse Fix corner case with LibGit2 SCP-like syntax parsing 01 March 2017, 17:57:17 UTC
46c5ba1 Merge pull request #20751 from JuliaLang/cv/libgit2-cred-misc LibGit2 miscellaneous fixes to credential callback 01 March 2017, 17:48:14 UTC
fa9b0c9 add debugging code for inspecting which backedges are getting invalidated (and why) when defining a new method 01 March 2017, 17:37:49 UTC
b0d2220 Make length for Date ranges type stable (#20839) 01 March 2017, 17:29:01 UTC
2d21dfc Merge pull request #20845 from JuliaLang/ksh/fixdiff Fix bug in diff_files, add test 01 March 2017, 16:25:07 UTC
aee6dd6 keep reference to repo in GitDiffStats (#20785) 01 March 2017, 15:30:29 UTC
bb75d01 Merge pull request #20840 from tanmaykm/tan/loading avoid unnecessary precompilation on GlusterFS 01 March 2017, 14:31:39 UTC
906917b Automate uploads to s3 using aws cli in prepare_release.sh 01 March 2017, 03:34:39 UTC
51e48a8 left align preprocessor conditionals 01 March 2017, 00:47:01 UTC
c50bd12 adjust ci branch whitelist regexes to only count branches that start with release-* instead of contains 01 March 2017, 00:46:30 UTC
7cb3b10 include <functional> in codegen.cpp otherwise msvc complains function is not a member of std 01 March 2017, 00:46:22 UTC
420ef00 Fix doc dependency of light-source-dist target 01 March 2017, 00:46:09 UTC
833380d Fix bug in diff_files, add test 28 February 2017, 23:24:13 UTC
e9a4e41 avoid unnecessary precompilation on GlusterFS While comparing timestamps of precompiled images, check for possibility of truncation at microsecond level. fixes #20837 28 February 2017, 18:39:30 UTC
b1242df improve performance of print(DevNull, x) (#20830) improve performance of print(DevNull, x) 28 February 2017, 18:33:35 UTC
bdef3b5 Merge pull request #20823 from JuliaLang/yyc/tests/llvm Fix compilation on LLVM svn 28 February 2017, 13:44:47 UTC
b59abda Merge pull request #20836 from JuliaLang/kf/poppop Remove incorrect JL_GC_POP 28 February 2017, 13:44:27 UTC
29bc2ac feature freeze master for 0.6-pre (#20762) 28 February 2017, 13:15:45 UTC
69f0653 partially revert #20806 (#20838) there are other ways to fix this that don't require changing compiler flags in the default build configuration 28 February 2017, 12:59:08 UTC
288dbec Merge pull request #20824 from JuliaLang/tb/testall_buildmode Make testall copy the correct system image 28 February 2017, 07:21:32 UTC
cbf8677 Merge pull request #20806 from JuliaLang/tb/clang39_openblas Work around Clang 3.9 not being able to compile OpenBLAS. 28 February 2017, 07:16:54 UTC
32727d8 Merge pull request #20807 from JuliaLang/tb/jlapi_memdebug Fix jl_is_memdebug. 28 February 2017, 07:15:55 UTC
01b0881 Remove incorrect JL_GC_POP jl_method_error roots all margs other than margs[0], so margs[0] could have been GCed. Fix that by removing the JL_GC_POP 28 February 2017, 03:01:02 UTC
d3de8cc Merge pull request #20726 from JuliaLang/jb/fix20704 fix #20704, `pure` annotation should not skip method errors 27 February 2017, 22:04:44 UTC
ccb426f Remove package extensions in Pkg functions (#20681) * remove package extension in Pkg functions * Run Pkg.dependents("Example") tests at a fixed METADATA commit to avoid fragility in the case that any future package happens to depend on Example.jl 27 February 2017, 19:28:25 UTC
8fee77f fix #20704, `pure` annotation should not skip method errors 27 February 2017, 19:08:55 UTC
5c61a0a Fix a few syntax error in the doc. (#20827) 27 February 2017, 16:40:08 UTC
0c6a253 Merge pull request #20746 from JuliaLang/ksh/showtree Add show method and test for GitTree 27 February 2017, 16:38:02 UTC
27de0b3 Make testall copy the correct system image, depending on the build mode. 27 February 2017, 07:22:59 UTC
b6cf195 Fix compilation on LLVM svn 27 February 2017, 02:54:44 UTC
446539e Add show method and test for GitTree 27 February 2017, 01:27:32 UTC
934c68f Merge pull request #20818 from JuliaLang/ksh/fixlibgit2test Fix bad Blob ctor in libgit2 tests 27 February 2017, 00:52:44 UTC
42f0b0b Fix bad Blob ctor in libgit2 tests 26 February 2017, 23:30:00 UTC
f2b03d4 Revamp libgit2 owner interface. (#20786) It seems that some objects can be owned by non-repo objects. This makes the code a bit more general to allow for this. * Make GitTreeEntry always have a reference to the GitTree, get rid of unnecessary repo arguments 26 February 2017, 20:33:16 UTC
05cea50 Mention in NEWS.md deprecation of Airy functions along with their removal (#20814) 26 February 2017, 20:30:41 UTC
2cd3ff7 Merge pull request #20795 from JuliaLang/ksh/libgitfriday More misc libgit2 tests 26 February 2017, 06:00:19 UTC
back to top