sort by:
Revision Author Date Message Commit Date
cd7d018 terse exception 14 March 2017, 19:18:53 UTC
64409a0 Merge pull request #21012 from JuliaLang/jb/fix20998 fix #20998 14 March 2017, 04:20:23 UTC
58ed252 Merge pull request #21010 from JuliaLang/jb/fix20869 Fix `typeintersect` involving `TypeVar`s bound to non-types 14 March 2017, 00:06:04 UTC
6fb2c67 fix #20998 This was a case where an unknown typevar was incorrectly inferred to have the value `Any`. 13 March 2017, 23:01:03 UTC
dcc71f2 Fix `typeintersect` involving `TypeVar`s bound to non-types Modify `var_gt` and `intersect_var` to cope with cases where a `TypeVar` has been deduced to be a non-type constant as is compared or intersected with another `TypeVar` or vice versa. 13 March 2017, 19:23:08 UTC
b626d0b Upgrade Documenter to 0.9.1 (#20997) fixes some windows path issues 13 March 2017, 17:36:45 UTC
a132ae2 `abstract` -> `abstract type` (#21002) 13 March 2017, 14:27:50 UTC
6eeabd8 Merge pull request #20914 from JuliaLang/sk/pkg.clone.ssh work-around joinpath error when cloning git ssh urls (fix #20695) 13 March 2017, 00:18:55 UTC
1632473 pkg: factor url_or_pkg logic into its own function and test it 12 March 2017, 23:00:37 UTC
3777aab Fix broadcast with RowVectors of matrices (#20980) Fix #20979. Amusingly, this bug is a direct result of `transpose` being recursive. 12 March 2017, 20:56:07 UTC
f0aedc6 Merge pull request #20988 from Sacha0/nixcolonambig resolve ambiguity between colon methods 12 March 2017, 17:56:38 UTC
6051590 Merge pull request #20971 from Sacha0/nixrowvecambigs resolve ambiguity between * methods 12 March 2017, 17:34:46 UTC
5e8f62c Merge pull request #20970 from Sacha0/nixcholmodambigs resolve ambiguity between \ methods 12 March 2017, 17:23:42 UTC
416d85b Resolve ambiguity between colon methods. 12 March 2017, 16:20:10 UTC
0615ea2 Merge pull request #20982 from JuliaLang/teh/ambiguities_bottom Fix handling of `allow_bottom_tparams` in `isambiguous` 12 March 2017, 13:00:31 UTC
f95b010 Merge pull request #20989 from Sacha0/nixcheckindsambigs resolve ambiguities between checkbounds_indices methods 12 March 2017, 12:49:29 UTC
ec4444a Fix handling of `allow_bottom_tparams` in `isambiguous` The former version failed to detect that certain type parameters were Bottom (for example, in the case in the added docstring for `isambiguous`). 12 March 2017, 11:48:11 UTC
9fbf9bb Merge pull request #20987 from Ken-B/patch-1 fix broken link to xterm 256 colors in NEWS 12 March 2017, 06:12:14 UTC
38ead95 Merge pull request #20977 from JuliaLang/jb/blassyms use explicit checks instead of try/catch to detect BLAS vendor 12 March 2017, 05:54:35 UTC
9c84311 Merge pull request #20990 from Sacha0/nixtupleambig resolve ambiguity between tuple constructors 12 March 2017, 05:49:30 UTC
840f5fb Resolve ambiguity between tuple constructors. 11 March 2017, 22:05:16 UTC
d22d81c Resolve ambiguities between checkbounds_indices methods. 11 March 2017, 21:31:24 UTC
b2f89ce fix broken link to xterm 256 colors in NEWS 11 March 2017, 19:59:49 UTC
6a1a455 Nix ambiguity between \ methods. 11 March 2017, 18:56:09 UTC
abe1a71 use explicit checks instead of try/catch to detect BLAS vendor 10 March 2017, 20:31:29 UTC
0e970f0 Merge pull request #20853 from JuliaLang/jb/IRcleanup improve optimization passes to produce more compact IR 10 March 2017, 19:40:01 UTC
294b253 Resolve ambiguity between * methods associated with RowVectors. 10 March 2017, 17:58:56 UTC
9bec6d2 Add section on type piracy to style guide (#20967) * Add section on type piracy. * Add examples of type piracy. 10 March 2017, 16:07:25 UTC
75c2e72 Lower `x^n` (literal n) to `Base.literal_pow(^, x, Val{n})` (#20889) Fixes #20882 10 March 2017, 14:36:51 UTC
e91065c Merge pull request #20944 from JuliaLang/teh/faster_copyR Speed up copy!(dest, Rdest, src, Rsrc) by splitting out first dimension 10 March 2017, 09:47:43 UTC
3b5a0eb Fix printing of indices in the depwarn for to_indexes (#20960) 10 March 2017, 06:19:38 UTC
4521e6b Work around bug in tar 1.29 with --no-recursion and -T (#20942) causing duplicate files and including directories it shouldn't be 10 March 2017, 02:06:12 UTC
3e53392 fix regressions due to replacing too many slots with SSAValues 10 March 2017, 01:02:13 UTC
9e6b5fd Merge pull request #20937 from Sacha0/fourbcbang fix shape corner cases in sparse broadcast!(f, C, A, B) 09 March 2017, 02:03:13 UTC
79a58c3 [docathon] Add examples for isdiff/isdirty (#20940) * [docathon] Add examples for isdiff/isdirty * add space after # in comments 09 March 2017, 02:02:33 UTC
b96ce3b Add TODO upon fixing issue 9080 [ci skip] 09 March 2017, 01:57:12 UTC
6ecda47 Merge pull request #20920 from JuliaLang/yyc/gc/n_thread Take thread count into account in max collection interval 08 March 2017, 23:58:17 UTC
e596063 Merge pull request #20851 from JuliaLang/tk/pcre1023 Upgrade PCRE to 10.23, FFTW to 3.3.6 08 March 2017, 21:56:04 UTC
8436f45 Correct an inaccuracy in Strings documentation (#20935) 08 March 2017, 19:30:16 UTC
ade5887 Always include FFTW docstrings, even when USE_GPL_LIBS=0 (#20941) 08 March 2017, 19:29:34 UTC
9ceb52b Force inlining on CartesianIndex operations 08 March 2017, 19:04:46 UTC
810cade Speed up copy!(dest, Rdest, src, Rsrc) for CartesianRange inputs 08 March 2017, 19:04:43 UTC
ef49fcb Improve docs for copy! 08 March 2017, 19:03:31 UTC
ebf675b remove fastmath version of mod (#20859) 08 March 2017, 18:45:09 UTC
dcec467 Take thread count into account in max collection interval 08 March 2017, 18:10:27 UTC
763f36c add an inlining heuristic that helps avoid allocations don't inline into a function `f` if doing so would put it over the inlining threshhold, and if inlining `f` itself would help avoid tuple allocations. so far this is only used on `promote`, to limit the effects as much as possible. 08 March 2017, 17:34:12 UTC
34be66a Merge pull request #20918 from JuliaLang/jn/grabbag_repl2 fix REPL-tagged issues 08 March 2017, 17:20:16 UTC
2969a5a Merge pull request #20932 from JuliaLang/jn/dump-assert-invalid-type-equal correct the type-equal assertion in the incremental deserializer 08 March 2017, 17:19:51 UTC
c703c4d overhaul `remove_redundant_temp_vars` pass to remove more variables 08 March 2017, 16:49:37 UTC
6d6218f add a pass to remove variables whose values are never read 08 March 2017, 16:49:37 UTC
e8c12ad remove effect-free statements in `void_use_elim_pass!` 08 March 2017, 16:49:37 UTC
3334f7f improve ability to inline away `typeassert` and `===` this was affected by using `Const` in more cases instead of `Type{}` 08 March 2017, 16:49:37 UTC
c29fc1e Add octal prefix (0o) to filemode in StatStruct (#20919) * Add octal prefix (0o) to filemode in StatStruct Makes it clear it is in octal * add parsing test 08 March 2017, 13:43:35 UTC
f4d1149 Add fix for JULIA_PKGDIR using relative path (#20898) * Add fix for JULIA_PKGDIR using relative path Fixes #20896. * use withenv, and unversioned path * shorten withenv 08 March 2017, 12:29:29 UTC
e8d2a6c Remove unused import from sparse/sparse.jl. (#20938) Base.Broadcast.broadcast_indices is no longer used in SparseArrays outside of SparseArrays.HigherOrderFns, so remove the unused import. 08 March 2017, 12:00:00 UTC
78b96d0 do checkout before changing HEAD (#20916) * do checkout before changing HEAD * add test for change to file permissions * add test for symlinks * add issue numbers to comments 08 March 2017, 03:52:44 UTC
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
back to top