https://github.com/JuliaLang/julia

sort by:
Revision Author Date Message Commit Date
dac41b4 Change BB tarball naming scheme to include release number (#32025) This will avoid hash collisions when we need to bump a tarball due to a build issue. This also bumps the OpenBLAS BB tarball release to include a SkylakeX patch (cherry picked from commit a75921aade78430de95f7549975aae19a9938ad3) 15 May 2019, 11:27:07 UTC
e3de220 fix #31993, intersection of `Type{Vec}` and `Type{<:Vec{T}}` (#31997) (cherry picked from commit bfcf1720a54379fe69806058431e9ebc99376b23) 13 May 2019, 13:17:42 UTC
8653aed fix #31899, type intersection involving Int in upper bound (#31960) (cherry picked from commit 4c28b3685c88eefef029e66b7b48fd1a880c6103) 13 May 2019, 13:17:25 UTC
413901f Don't attempt to const prop call cycles (#31996) Even if the result is unused. Fixes #31974. (cherry picked from commit 40296fb3c78984771a51b653588faa5212f5f655) 13 May 2019, 13:15:37 UTC
3a0e1d0 synchronize FileWatching (#31981) (cherry picked from commit f0ffb29feb0499ce49d621acfa8a2ce192e8dba0) 13 May 2019, 13:15:36 UTC
508ce89 Accept both Cvoid and Ptr{Void} return type in ccall(:memcpy) (#31464) POSIX specifies that memcpy returns its first argument, which is a bit of a useless feature (e.g. the llvm intrinsic just returns `void`. Nevertheless, since we're intercepting the ccall here, we should allow it. For convenience, still allow the Cvoid return though. Fixes #31073 (cherry picked from commit 8d2727ba5d1208db663b43216362356e4f96a160) 13 May 2019, 13:15:35 UTC
2c2b344 Fix pop_exception lowering for try-break-finally (#31766) (#31931) In the case where a finally handler was active, pop_exception was incorrectly omitted when lowering `break` inside a catch block. This leads to stale exceptions on the stack. (cherry picked from commit 829a4a665a749efd109ac5dd857b979ec7dd944d) 13 May 2019, 13:15:34 UTC
cce06d6 Fix world age issues in Serialization test if run in Main (#31973) Fixes #31966 (cherry picked from commit 14b74bcbc4d180fb27885926fbdfeb244b5b1344) 11 May 2019, 07:56:48 UTC
37dbfc1 Revert "Fix `repr` on `DateTime` (#30200)" This reverts commit 8d8b3d99bddffb3a581b8e337843304cbd857090. 10 May 2019, 07:03:23 UTC
1d7c1fa Revert "Fix `repr` on `Period` Types, and `DateTime`, `Date` (#30817)" This reverts commit a7fabc91638064ebbad03831881b1459d4b92bd5. 10 May 2019, 07:02:17 UTC
339911f fix #31965, bug in interpreter stacktraces and `jl_code_requires_compiler` (#31967) (cherry picked from commit e3afef0dc3505eea570dfb35a3a6ed1ecbbdcbe1) 09 May 2019, 19:18:19 UTC
7c09900 always run on original process stack in ALWAYS_COPY_STACKS mode (#31697) this makes it possible to work around #31104 (cherry picked from commit 48634f9f8669e1dc1be0a1589cd5be880c04055a) 09 May 2019, 19:18:18 UTC
695c3ac Revert "Don't use jl_rethrow_other for LoadError/InitError" (#31963) This reverts commit d3dbe86f49da6779c2f3af8354c6a3933f48fcad. + fixup new tests in backtrace.jl (cherry picked from commit a526662d443e91aa126ada4b81353c4fd69a8738) 09 May 2019, 19:18:17 UTC
a1266e0 improve compilation of check_top_bit (#31883) addresses #31819 (cherry picked from commit 4111609c2b49372d5139c0eb9119b738bf4d73d5) 09 May 2019, 19:18:16 UTC
3ba3cb8 Ensure syntax error locations appear in backtraces (#31881) Errors which are thrown directly inside jl_toplevel_eval_flex do not get an entry in the backtrace. The most prominent of these are syntax errors, but there's other cases too. Fix this by constructing a julia expression throwing the appropriate error, and evaling it to generate a julia-level frame. (cherry picked from commit 5b637df34396034b0dd353e603ab3d61322369fb) 09 May 2019, 19:18:13 UTC
a4d5aa1 Recover meta nodes in replace_code_newstyle (#31871) Copy meta nodes from IRCode to CodeInfo (cherry picked from commit 5168e3507ac5acf1f04f18133424d3c3fd04b3a7) 09 May 2019, 19:18:13 UTC
b6494e3 fix #31803, covariance handling in `fieldtype_tfunc` (#31848) (cherry picked from commit a78f8956021a6b1ff8a676c9ddb15fa844a2721b) 09 May 2019, 19:18:12 UTC
c3dc4ce fix incorrect error path in `schedule` (#31812) (cherry picked from commit 4c300760c579a3a68e40c6173a409288d5d79399) 09 May 2019, 19:18:11 UTC
7d0baab Improve IO read performance. (#31814) Manually extract out a separate noinline _throw_not_readable function. Addresses https://github.com/JuliaLang/julia/issues/28481#issuecomment-485948983. (cherry picked from commit 98b34fd0a9b12561fbbaa5d8b67d0c543628eee4) 09 May 2019, 19:18:10 UTC
68fc64a fix droptol! docstrings (#31799) (cherry picked from commit 73366aef599bdf710a313a46c157123be28a0b99) 09 May 2019, 19:18:10 UTC
6d01613 more fixes to I/O and threading (#31733) hopefully helps #31713 and #31702 make more stream code thread safe (cherry picked from commit 773140e1cb3267f543a6f78896a459d04329d5dd) 09 May 2019, 19:18:08 UTC
eae30d6 precompile: permit saving code (regression) (#31773) fix #31665 (cherry picked from commit d16efb4d504b2615783e14995b5baa096dfb78d0) 09 May 2019, 19:18:07 UTC
300e739 Fix issue 31252 - remote globals not being updated in some cases (cherry picked from commit fb17eeb2c2174b6effde34e1513e1536bf353f57) 09 May 2019, 19:18:07 UTC
9501bd2 Always check for illegal stores now that arguments are handled. (cherry picked from commit 51a84110ef3209294cea12e518c6f2044fa55888) 20 April 2019, 08:55:40 UTC
580d2f8 Simplify llvm.dbg.declare for pointer arguments. (cherry picked from commit bec6ebd40bdf7931d1dad093f7501d0fb73b9df9) 20 April 2019, 08:55:34 UTC
9289be5 fix parse(ComplexF64, "inf") (cherry picked from commit c36e70b2ac257379669bd946e2cceb9a3ccbe095) 20 April 2019, 08:54:51 UTC
c33075c inf or nan parsing should ignore leading spaces (cherry picked from commit 65f94b35e37ec6dc268bcdc4fbabecef0c14ce45) 20 April 2019, 08:54:51 UTC
28f483c Update `refresh_bb_tarballs.sh` now that `compile-*` doesn't checksum (cherry picked from commit aeaaaf2a2a1ce3a33308802e40733cdd68b7357f) 20 April 2019, 08:46:58 UTC
3d42798 Upgrade `libssh2` version to `1.8.2` (cherry picked from commit d5e365cfe275479c4eacd2fc14402f396b50bcf7) 20 April 2019, 08:46:53 UTC
b0187e8 fix #31758: out of bounds write in sparse broadcast (#31763) (cherry picked from commit c0c6f96b78b057a0c7e8360a1f6df9c4be2a900b) 20 April 2019, 08:45:38 UTC
2534ac5 inference: accelerate type-limits under wide-recursion (#31734) when we hit union-splitting, we need to ensure type limits are very aggressive and preferably also independent of the height of the recursion chain fix #31572 (cherry picked from commit 32b091b8acc74f29052b662b7379d867148b1881) 20 April 2019, 08:45:38 UTC
9115c82 fix #31760, regression in Dict `iterate` (#31762) (cherry picked from commit fd0848e49b70cf6022ab18f05469919510c3be50) 20 April 2019, 08:45:37 UTC
e1d23bc fix #31703, type intersection bug with chains of vars in invariant position (#31747) (cherry picked from commit 74305bf2c43546bf76843b72ff0d268a3fe16920) 20 April 2019, 08:45:36 UTC
dd32213 inference: fix fieldtype tfunc design (#31670) fix #31666 (cherry picked from commit 3a60e873dc95fba8c00a0f7c8c746c4e91a9f95d) 20 April 2019, 08:45:32 UTC
9d41ffc Bump Pkg to 1.2.0-alpha.2. (#31749) (cherry picked from commit c83e31265cf6e3b3d777847a653074dd5875c6d7) 20 April 2019, 08:45:30 UTC
568e920 fix #31663, long inference time printing large tree structure (#31680) - avoid exponential search in `is_derived_type` when parameters are used as field types - avoid inferring `show_default` - improve a fast path in subtyping (cherry picked from commit b2b35e9601c8911eae1b32d825c6365568ff459c) 20 April 2019, 08:45:29 UTC
eb5059b Fix regressed compilation of uncached code. (cherry picked from commits 846985686988e3de60279378f2872e579056a729 and d02b01e0629ee54ec849506e1618d24936b88c7e) 18 April 2019, 08:52:32 UTC
21fc367 make aliasscope more resilient to missing push (cherry picked from commit 50ec39c8c2f7bb2074696587e47c6025cf0f5bf3) 15 April 2019, 13:42:53 UTC
a28450d fix #31702, thread sitting in event loop outside thread region (#31709) (cherry picked from commit c4841ca6e09f161a015419dd2e3c7d86d0f9520a) 15 April 2019, 12:28:01 UTC
0e5e1ea fix a missing GC root in type intersection (#31708) (cherry picked from commit 3e6a8936bdc9dbe2b41156959cbddafdef3c3ef8) 15 April 2019, 12:27:59 UTC
05993a4 Upgrade Pkg to 1.2.0-rc1. (#31679) (cherry picked from commit 20834c3176bf1cfd29096f72f49bb63de0d7b02d) 15 April 2019, 12:27:58 UTC
e3150fc Fix doctest from utf8proc update. (#31688) (cherry picked from commit bbb8eaef01266203657455dc6dfa70ef776d4c48) 15 April 2019, 12:27:57 UTC
4a6b3c5 fix #31686, segfault on invalid cmdline option (#31689) (cherry picked from commit 5ce94d8d2774019a8704e03b69ff2b99647551e5) 15 April 2019, 12:27:57 UTC
414b46d edit 1.2 release notes (#31692) * edit 1.2 release notes * Run NEWS-update.jl (cherry picked from commit ccd95742848185cf529aef686bbf36d854658374) 15 April 2019, 12:27:56 UTC
95e2a54 channels: remove WeakRef from Condition (#31673) Using a WeakRef meant we might not actually `bind` the result. If nobody was still holding a reference to put contents into the Condition, we would simply garbage collect it, and then never need to close it. Since that does not seem to be the intent, instead move to just keeping a strong reference (alternatively, we would have to switch to using `stream_wait` with ref-counting, but that seems suboptimal for several reasons.). fix #31507 (cherry picked from commit 29f61cd50464a537e2ec5d4a0d036a07b6323794) 15 April 2019, 12:27:55 UTC
5c61d3a dispatch: fix incorrect signature narrowing for U{Type, S} (#31671) it should only widen a signature, not narrow it, but was using intersect instead of subtype fix #31406 (cherry picked from commit b4e95cb96916259bbe51609d36064ddfec244b8f) 15 April 2019, 12:27:54 UTC
f3e5612 fix #31496, type intersection bug in restoring environment (#31669) (cherry picked from commit 100108706c57795691721b849843d4a806210b1e) 15 April 2019, 12:27:53 UTC
10a843f add a missing `free` in subtyping (#31668) (cherry picked from commit b08f12061577c78fb6251a9fcab73c8ae02345c0) 15 April 2019, 12:27:52 UTC
8a84ba5 Set VERSION to 1.2.0 prerelease (#31675) 11 April 2019, 05:23:30 UTC
18be616 Revert "Check if Ti is sufficient for size of SparseMatrixCSC (#31118)" (#31667) This reverts commit 4236774ccd0cd9c02f1a2a42a40b588345bcb842. 10 April 2019, 19:06:28 UTC
5ce256c Add docs for maximum(f, itr) and minimum(f, itr). (#31659) 10 April 2019, 15:49:42 UTC
2049975 doc AbstractWorkerPool (#31544) 10 April 2019, 15:12:40 UTC
4671132 fix #31488, regression precompiling modules with non-interned empty strings (#31651) 09 April 2019, 19:17:55 UTC
6e33c95 added ⋆ as unary operator (#31604) 09 April 2019, 15:21:09 UTC
4851ee3 Automatically make use of `reattach-to-user-namespace` on OSX (#31653) This dodges the namespace issues with clipboards on OSX. Read more about this at https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard 09 April 2019, 15:17:46 UTC
dc8d2ec Fix STDLIBDIR in test/Makefile. (#31623) 09 April 2019, 09:45:15 UTC
f23ecd5 support for Unicode 12 (#31561) 08 April 2019, 18:50:12 UTC
5a381d2 Capture pid in ProcessExitedException (#30733) 08 April 2019, 13:36:47 UTC
ca8abfe Fix show_vector for long offset arrays with :limit=true (#31642) Fixes #31641 08 April 2019, 09:42:09 UTC
dd45fac Fix error debug message in download function (#31620) 08 April 2019, 07:33:03 UTC
a0474d7 Improve REPL completions (#30569) * fix internal repl completion error * fix error with broadcast method completions * method completions for broadcasted functioncalls * better broadcast funcall completions 07 April 2019, 11:23:36 UTC
5e56243 Add Ω to latex_symbols (#31625) 06 April 2019, 17:37:23 UTC
b4e1d0e use `===` for comparison to `nothing` (#30673) 05 April 2019, 21:04:41 UTC
d43c23b fixes #31453 by generalizing some sparse matrix functions to Integer from Int (#31617) 05 April 2019, 15:37:24 UTC
3fbd7e5 Add Revise to the workflow section (#31580) https://discourse.julialang.org/t/is-it-possible-to-integrate-revise-jl-into-the-base-library-of-julia/22291/10 05 April 2019, 13:20:11 UTC
31b0d5b Disable LLVM BB on Travis because of compiler inconsistencies 05 April 2019, 06:47:54 UTC
88d048d Fix Travis, which has problems with BB 05 April 2019, 06:47:54 UTC
bef16ee getipaddrs: make loopback (Bool) a keyword argument (#31594) 05 April 2019, 02:32:57 UTC
e449cd4 fix undefined variable error in uncompress_ast (#31613) 04 April 2019, 19:09:11 UTC
084e8c7 splatnew: ensure performance of struct users of it (#31550) Types which permit nargs < nfields in their constructor are required by correctness to take a notable performance hit. Since currently nobody is using currently that ability (NamedTuples, for example, want it to be statically disallowed), ensure that splatnew respects that we must have nargs >= ninitialized in the most performance-preserving way we can. 04 April 2019, 19:06:51 UTC
80e4862 Get rid of make warnings in bb-install (#31587) There isn't much reason to attempt a staged install, since we're essentially just doing the second half of the staging (the first half being done on the BB builder). Fixes annoying make warnings like: ``` /home/keno/julia/deps/libgit2.mk:114: warning: overriding recipe for target '/home/keno/julia/usr-staging/LibGit2.v0.27.7.tgz' /home/keno/julia/deps/libgit2.mk:114: warning: ignoring old recipe for target '/home/keno/julia/usr-staging/LibGit2.v0.27.7.tgz' ``` 04 April 2019, 18:57:58 UTC
a93185f minor fixes in multiplication with Diagonals (#31443) * minor fixes in multiplication with Diagonals * correct rmul!(A,D), revert changes in AdjTrans(x)*D * [r/l]mul!: replace conj by adjoint, add transpose * add tests * fix typo * relax some tests, added more tests * simplify tests, strict equality 04 April 2019, 18:17:32 UTC
b471640 improve deserialize error message (#31374) 04 April 2019, 16:06:44 UTC
4105848 Add methods to `reduce`, specialized for `merge` on vector of Dict (#26440) 04 April 2019, 15:05:07 UTC
ce17e05 Add `keytype`+`valtype` method for AbstractArray and AbstractVector (#27749) * Add keytype method for AbstractArray and AbstractVector The function `keytype(a)` returns `eltype(keys(a))` for associative structures; it should do the same for `Abstract{Array, Vector}`. * Add keytype method for AbstractArray and AbstractVector (part 2) Now also for the type, not just for objects. * Add valtype(...) for arrays Arrays are associative structures in the sense that keys(...) and values(...) both work on them. When considering them as such, their valtype should be equal to eltype. (A future version of Julia could even do `const valtype = eltype`?) * Implement keytype/valtype for object as keytype(typeof(... As suggested by @mbauman in code review. Co-Authored-By: tkluck <tkluck@infty.nl> * Implement keytype/valtype for ranges * Add test cases for keytype/valtype(::AbstractArray) * Add #27749 to NEWS.md * keytype/valtype for arrays: docs + compat annotation * keytype/valtype: use String values in examples this makes the distinction between key and value clearer. Thanks to @StefanKarpinski for suggesting this. Co-Authored-By: tkluck <tkluck@infty.nl> * keytype/valtype for arrays: no special treatment for ranges This was a little red herring in the discussion in #27749: the `length` of a range may depend on the type of its parameters, but as it turns out, `eltype(keys(...))` does not. That's arguably a bug/inconsistency, but it's outside of the scope of this pull request to fix that. 04 April 2019, 03:22:00 UTC
0136fa1 allow any thread, one at a time, to block in the event loop (#31438) start adding some synchronization to I/O this yields basic support for printing to TTYs from multiple threads 04 April 2019, 03:09:22 UTC
5530824 fix #31596, named tuple syntax in kw arg call (#31598) fixes regression caused by 4eb63085f136868a2296ca28654e3f40cdd068e6 04 April 2019, 02:45:49 UTC
a24c38c Merge pull request #31532 from JuliaLang/fe/multi-arg-mapreduce Implement vararg methods for mapreduce similar to map, fixes #27704. 03 April 2019, 22:11:34 UTC
b3b6d03 Add ProcessExitedError rather than using `error` (#27900) 03 April 2019, 21:43:58 UTC
8200865 fix #28992, returning dot operator calls from macros (#31322) 03 April 2019, 19:03:35 UTC
965b73c Merge pull request #31585 from JuliaLang/jn/31583 codegen: fix bug with String egal test 03 April 2019, 18:52:29 UTC
f31b6e5 loading: simplifications of code logic (#29807) Attempt a simplification of the module-search logic. Previously, it was mostly using a sort of 3VL (UUID found, UUID not-found, environment not-found). However, it turns out that it can also be handled via nullable (e.g. is the Pkg identified or not), which also maps more easily into a dict-like view of things (is the Pkg identified in this set or not). 03 April 2019, 16:23:09 UTC
e49a7c7 alternate fix for #29936 that handles more cases (#31344) 03 April 2019, 16:19:11 UTC
a86aab3 appveyor: fix binary-builder-based builds Also add a warning for this failure condition, and respect user settings. 03 April 2019, 16:16:52 UTC
06b1867 Merge pull request #31503 from JuliaLang/jn/31486 codegen: ensure Bool arithmetic is done in mod-1 03 April 2019, 14:41:02 UTC
db428ef doc: add missing docstrings to SparseArrays (#31286) 03 April 2019, 13:43:54 UTC
e0bef65 sparse findnext findprev hash performance improved (#31354) * sparse findnext findprev hash performance improved * added tests and minor changes 03 April 2019, 13:33:11 UTC
48fd53d Implement vararg methods for mapreduce similar to map, fixes #27704. 03 April 2019, 10:20:19 UTC
aee211b update docs for CodeInfo (#31445) 03 April 2019, 02:49:44 UTC
e8a88c9 Added IPv6 functionality to getipaddr and add getipaddrs (#30609) 03 April 2019, 02:21:18 UTC
609aa7d Update README.md (#31567) Update BINARYBUILDER instructions and stable version of julia in README 03 April 2019, 02:19:51 UTC
b446398 build: LDFLAGS needed for FreeBSD build (#31586) also submitted to gmp-bugs@gmplib.org patch list 02 April 2019, 22:47:44 UTC
5a4843e Fix missing widenconst in SROA (#31578) Fixes #31546 02 April 2019, 21:12:02 UTC
98673b5 Fix nonmissingtype with unspecified type parameters (#31016) Fixes #31013 02 April 2019, 17:10:31 UTC
bd69648 strings: faster string compare Avoid emitting a branch-and-error check for impossibly large strings 02 April 2019, 17:01:07 UTC
318e187 codegen: fix bug with String egal test We were using && test where we meant to use ||. fix #31583 02 April 2019, 16:34:24 UTC
c5be814 Merge pull request #31533 from JuliaLang/vc/cfg_simplify Backport CFG simplification pass from XLA backend 02 April 2019, 16:12:31 UTC
11844a2 Merge pull request #31508 from banex19/dv_llvm7_support Initial support for LLVM 7.0.0/7.0.1 02 April 2019, 14:38:06 UTC
cd1cbd3 Add FAQ for BLAS benchmark discrepancies and MKL. (#31570) * Add FAQ for BLAS benchmark discrepancies and MKL. * mention MKL.jl 02 April 2019, 13:02:06 UTC
719c062 Fix BoundsError for regex deepcopy (#31309) 02 April 2019, 04:58:12 UTC
back to top