https://github.com/JuliaLang/julia

sort by:
Revision Author Date Message Commit Date
539f3ce Set VERSION to 1.5.2 (#37718) 23 September 2020, 23:17:33 UTC
005352a Merge pull request #37210 from JuliaLang/backports-release-1.5 Backports for 1.5.2 15 September 2020, 15:03:11 UTC
b8b7267 bump Pkg to 1.5.2 15 September 2020, 07:36:34 UTC
765e1b3 Fix getfield of potentially undef inline immutable field (#37511) The undef ref error may be thrown at the wrong time or not at all and may cause crashes. (cherry picked from commit 72854dc6e2874638cdd4f578bcfebc162ec347b5) 15 September 2020, 07:34:06 UTC
8cb458c fix "invalid assignment location" macro hygiene regression (#37534) (cherry picked from commit a83166aae7e98b2df886d6ac3f905a6aae8eaaeb) 15 September 2020, 07:27:14 UTC
9f1d1fa Fix memory leak in umfpack_numeric! (#37472) (cherry picked from commit b17cd101fc2e05a21b26a98fffcd20dd736e0653) 10 September 2020, 08:29:35 UTC
bcc6a87 Specialize _memory_offset on number of arguments. (#37444) (cherry picked from commit 1e6d771d295b786e5ca4751d8e553c45b9e6c58f) 10 September 2020, 08:29:35 UTC
72d0e51 add a part of dcc0696971a1 needed to make tests pass 10 September 2020, 08:29:35 UTC
5c96408 Fix type-equality involving `Type{Union{}}` (#37261) In particular, make `obviously_unequal(Type{Union{}}, Type{T} where {Union{}<:T<:Union{}})` false. Fixes #37255 (cherry picked from commit 79a9ea08c7ebe915af1f669b498c61a1d88b42c0) 10 September 2020, 08:29:35 UTC
2961707 Prune egal types when forming a `Union` (#37207) Fixes #37180. (cherry picked from commit f047d7ffc7e7848d5a6ce9cc563043d7574f3e6a) 10 September 2020, 08:29:35 UTC
f2e48f8 Fix `getfield_tfunc` for constant `TypeName` (#37443) The field should be either `Symbol` or `Int`. Ref #37423 Unlike #37423, in additional to worse type info in inference, the missing type check here can actually cause type inference error due to errors in user code. (cherry picked from commit 1378bb6731e75469cbeacb31215bdc180c7ee913) 10 September 2020, 08:29:35 UTC
23b061f Fix use of CreateAlignedStore (#37388) This is a compile error on 10+ and is probably triggering implicity conversion on LLVM 8 and 9. (cherry picked from commit 5acd7bdfbb1b9deed9a9438f21eb8170fedeee57) 10 September 2020, 08:29:35 UTC
2e95df4 codegen: phic/upsilon nodes can be set to undefined (#37319) Unlike other nodes, Upsilon nodes can be potentially undefined and need special handling to ensure they aren't literally undef, as we might try to union-copy or gc-root the data later. Fix #37262 (cherry picked from commit 5cf571721369a83a072fbef8e3de8e20d7644aa8) 10 September 2020, 08:29:35 UTC
d5b8d7e Only emit incoming values for the phi when needed (#37285) Fixes a crash when one of the incoming value for a union value phi node is of type `Union{}`. Incoming value of this type can be generated by try-catch. Fix #37265 (cherry picked from commit c3a63fc591a178837445c3243fd91dcef1f8ec0e) 10 September 2020, 08:29:35 UTC
31f3c01 Build `julia_version.h` before running `clangsa` (#37394) (cherry picked from commit 315ad46670991a906fc0f381a2999999eb43a1dd) 10 September 2020, 08:29:35 UTC
fc5df59 fix #37282, printing juxtaposition of 0 confusion with hex,bin,oct literals (#37308) (cherry picked from commit f896006621414725ac1355fe23a779c50995091d) 10 September 2020, 08:29:35 UTC
dc57047 inference: fix precision regression (#37365) While in 1d08d70fb07cfcfc9e89ae1a2521411b1e1724e5 we wanted to avoid combining two types, we did not intend to prevent a type from being just a pass-through value. (cherry picked from commit a9743d897d602ec899d2ff136a1fc4ad18da07ba) 10 September 2020, 08:29:35 UTC
f5adf3d fix #37401, displaying `Enum` in the repl (#37404) (cherry picked from commit 483b63780a0ebd3141f30772a1d08b92d6fd7b78) 10 September 2020, 08:29:35 UTC
1b1c443 Allow packages to force depwarns (#37296) (cherry picked from commit 405cd6f67fa814c51c01d0f81e3320d2d5767386) 10 September 2020, 08:29:35 UTC
3751599 Make sure to build clangsa before running clangsa self tests (#37385) (cherry picked from commit f51d4cb04ecedb3db3a9fc99e60f93b124447625) 10 September 2020, 08:29:35 UTC
29a880b Mark that ismutable requires julia 1.5 (#37357) (cherry picked from commit 3453a5c4753b7baa9aed2ba32636ed088ce0c65e) 10 September 2020, 08:29:35 UTC
1efe7b7 reset ACTIVE_PROJECT when building docs (#37315) (cherry picked from commit f780151aceffa368de33e458f738467bf22e06d9) 10 September 2020, 08:29:14 UTC
657c29c fix #37199, indexing for 1-d views with offset ranges (#37204) We had been assuming that IdentityUnitRange matched the indices of the parent (like Slices) but they define their own offset axes. Further, other `AbstractRanges` may be similarly offset. We do not need to consider other offset `AbstractArrays` as this code only applies to `IndexLinear` `SubArray`s. (cherry picked from commit 701885be8e72670fe7a759401ff20eeb3d41070d) 07 September 2020, 07:29:13 UTC
764df9d fix a possible segfault during static compilation (#37386) 06 September 2020, 14:23:18 UTC
2fef8fc fix #37134, error with macro returning `x::T -> y` (#37181) (cherry picked from commit 646626e32c924c3c3d8e99b2ab3c08e47d34ce62) 27 August 2020, 06:14:18 UTC
96cfb7e remove the incorrect return value attribute 26 August 2020, 13:17:15 UTC
c7dfcf6 Fix string interpolation into Markdown.Table and Markdown.List in md"..." strings, fixes #16194. (#37130) (cherry picked from commit d446c276c01d2b78973c3ea20310ed305656ace0) 26 August 2020, 13:16:33 UTC
2e80350 fix ccall of strlen 26 August 2020, 13:13:19 UTC
c4acbf9 Set VERSION to 1.5.2-pre (#37202) 26 August 2020, 10:58:10 UTC
a82ce87 Define `OrderStyle` for `Union{}` (#36810) Removes ambiguity: ``` julia> Base.OrderStyle(Union{}) ERROR: MethodError: Base.OrderStyle(::Type{Union{}}) is ambiguous. Candidates: ``` This error is relevant as with current `unique!` definition that relies on `OrderStyle` one can have a problem in corner cases. E.g.: ``` julia> [i for i in ["1"] if i isa Int] 0-element Array{Union{},1} ``` Co-authored-by: Milan Bouchet-Valat <nalimilan@club.fr> (cherry picked from commit 03e1a89ff1f62f05cf3937f5da44f3d46956138a) 26 August 2020, 10:03:28 UTC
7764caf fix #37126, spurious soft scope warning on hidden name (#37178) (cherry picked from commit 9ae0a73869cd4876b0b32ed78916e17cea290aeb) 26 August 2020, 10:00:22 UTC
697e782 Set VERSION to 1.5.1 (#37194) 25 August 2020, 20:08:42 UTC
21e0f04 Merge pull request #36899 from JuliaLang/backports-release-1.5 Backports 1.5.1 19 August 2020, 20:24:09 UTC
a197786 bump Pkg version 19 August 2020, 12:00:53 UTC
c8cd8a2 workaround for #35800, inference issue in `mapreduce` (#37105) (cherry picked from commit 903542bbd4f46d14200430d1ec25c8a861299c2f) 19 August 2020, 12:00:53 UTC
fbab498 Add `get-task-allow` entitlement to allow debuggers to attach to codesigned Julia (#37069) Without this entitlement, users that wish to attach a debugger to the codesign Julia executable they receive from `julialang.org` must strip the codesigning signature from the Julia executable (e.g. via `codesign --remove-signature Julia-1.5.app/Contents/Resources/bin/julia`). This has its disadvantages, of course, so much better to simply declare to the OS that it's alright for other processes to attach to this process. (cherry picked from commit bf8a8e8f9c739a0d3cb5df5227b79d3f5a6db4e8) 19 August 2020, 12:00:53 UTC
b3921e2 build: make libunwind linked dynamically (#36697) Not sure why this was first linked statically, as the commit that introduced this simply had the message "restoring stuff that seems to have been clobbered by the revert of the unintended merge to master". Nearly all other libraries that we use are linked dynamically. (cherry picked from commit 9267bbf1fcd783278d820efa7e02e9357f962cc6) 19 August 2020, 12:00:53 UTC
4725e50 Update Documenter to 0.25.1. (#36983) Co-authored-by: Ian <i.r.butterworth@gmail.com> Co-authored-by: Fredrik Ekre <ekrefredrik@gmail.com> (cherry picked from commit 5be3a544250a3c13de8d8ef2b434953005aee5c3) 19 August 2020, 12:00:53 UTC
d37f70e rc docs: hack Documenter to insert rc docs in the version selector. (cherry picked from commit cd4330d9b0b87cfa901fadbddce91069aa32f79e) 19 August 2020, 12:00:53 UTC
f05062f rc docs: strip extra pre-release info, deploy to e.g. 1.5.0-rc2 instead of 1.5.0-rc2.0 (cherry picked from commit 50c4e677557ef21d6ccf83869d341af73a91e6a1) 19 August 2020, 12:00:53 UTC
d01af8d This hoists some work-arounds for computation of eltypes for zero-size vectors out of the loops in order to get a speedup in some cases where type inference otherwise takes tuple types. (#36975) (cherry picked from commit 54d73a83040ec93efd084efbc97976662fd1cf53) 19 August 2020, 12:00:53 UTC
46bb46e fix #36869, incorrect intersection with `Union` in supertype (#36996) (cherry picked from commit 102c9ac37ddcdb241eb781fea6d168b1823bf5ce) 19 August 2020, 12:00:53 UTC
1f2b5f4 Fix replace (#36953) (#36959) (cherry picked from commit 00f2133d8354f1032f83d62c6921a19d8a5c8d69) 19 August 2020, 12:00:53 UTC
27408bc Remove non-integral pointer from data layout before codegen (#36705) This allows LLVM codegen passes to insert `inttoptr` and `ptrtoint` as it wish, and avoids hitting any illegal ones in those passes. Fix #36062 (cherry picked from commit 235784a49b6ed8ab5677f42887e08c84fdc12c5c) 19 August 2020, 12:00:53 UTC
495caa2 update MPFR to v4.1.0 (#36776) Includes build fixes to ensure it is built thread-safe. Fixes #35796 regression. (cherry picked from commit 193b21b98f2941e8f041d827c3725c754dbe8bd3) 19 August 2020, 12:00:53 UTC
9477413 Fix #36955 (#36956) This is an LLVM bug. See upstream discussion at https://reviews.llvm.org/D85499. (cherry picked from commit 91d384ccceb8c84fe57fdb3c770a4e72af6beb2c) 19 August 2020, 12:00:53 UTC
f82ca09 fix confusion between function name and local variable (#36914) (cherry picked from commit a652cd80cb6724fcbe4dd62bf89d46b7e2532e33) 19 August 2020, 12:00:53 UTC
fe17de9 test: fix textual output for precompile (#36858) We might print ANSI color codes around ERROR now, making this test unreliable. (cherry picked from commit 537664f46fba46f53077d7fdb5134b1cdd361460) 19 August 2020, 12:00:53 UTC
3bc052d A few processor detection/features tweaks (#36831) * Missing feature from Apple A13 * Enable Cortex-A78 and Cortex-X1 on LLVM 11 llvm/llvm-project@954db63cd149df031d9b660bf68f0fe1de1defb9 https://reviews.llvm.org/D83206 * More relaxed Zen detection: treat all family 23 as Zen* and treat all model >= 0x30 as Zen2. GCC uses a similar fallback structure albeit based on feature. This should still generate **correct** code since that is always controlled by available features. It should be as good a scheduling model estimate as anything else. Fix #36826 (cherry picked from commit cd3fb4dd10b3556124185a67d35dd4b7c9054484) 19 August 2020, 12:00:53 UTC
9d2e8f2 Update ARM feature and CPU detection * Clean up old LLVM version check * Clean up old cores that'll probably not be used (and some that are removed from LLVM) * Add document about data sources * Update AArch64 feature list to match changes to the LLVM ones * ARMv8.4 - ARMv8.6 support * Add all known cores that I can find and all information I can find about them * Remove a few A64 only cores from AArch32 CPU list * Rename Apple cores (following LLVM) * SVE register size Co-authored-by: Ian <i.r.butterworth@gmail.com> (cherry picked from commit e0e382515ea3d72fd770781578002f9f8fd80661) 19 August 2020, 12:00:53 UTC
39599ca Fix arch version detection/checking on ARM/AArch64 The code was using two different `std::pair` types to pass this info around as remnant of an earlier version and the auto conversion between the two types does not retain the meaning we want... Use a custom struct to hold the info to guard against this kind of errors in the future. (cherry picked from commit 2d3288e541fbe520ba48dbf1afe552119523aaa1) 19 August 2020, 12:00:53 UTC
8df108f Fix compact float printing when output contains exactly 6 digits This was really just a regression when switching from grisu -> ryu algorithm for float printing. The fix is just putting [@vtjnash's code](https://github.com/JuliaLang/julia/commit/5d2a0ec06761ea2b445909757d7744b9f7a93072#diff-22819a3d47074bbe6530dfef9c94969cR75) for the grisu fix into the ryu branch. (cherry picked from commit ada82ac25eb821cdda24dcc38aeea4cfb2c97703) 19 August 2020, 12:00:53 UTC
50dcb1d Pass force=true option to rename in case of loading failure in compilecache (#36638) This seems to be affecting Windows systems in particular (cherry picked from commit 353e1296ae3927eef07a5476554fb641dd1a287c) 19 August 2020, 12:00:53 UTC
9ef24c2 Make compilecache atomic (#36416) When several Julia processes compile the same package concurrently (e.g. during a cluster run), they can conflict on the compile cache file. This change makes a Julia process create a compile cache in a temporary file and atomically rename it to the final cache file. Co-authored-by: Takafumi Arakaki <tkf@@users.noreply.github.com> (cherry picked from commit 3bbb5827120be1955f5cc272e7dbbba42148b817) 19 August 2020, 12:00:53 UTC
f557436 New X86 CPU types and detections (cherry picked from commit 87c609a8a92330b4cd4e0fdc81ee77c20e1a3c6d) 19 August 2020, 12:00:53 UTC
529e87e New X86 features and detections (cherry picked from commit 9ad9daa20af45aa5789e3418a2d8446fe33bc1ff) 19 August 2020, 12:00:53 UTC
a8250a8 Feature clean up * Deprecated features * Comments * Update dependency and processor feature set (cherry picked from commit 9f83eaf5c61a17daf494b60bcfd82be7277fdf4b) 19 August 2020, 12:00:53 UTC
dd0b34e Clean up old LLVM version support on x86 (cherry picked from commit 8f6fe5dd360a696174cce15cab8179a26cd07f6c) 19 August 2020, 12:00:53 UTC
5bacb9f Fix allunique(::StepRangeLen) (cherry picked from commit 4d215e4b55238c9cd5815b9bdac493a723560d14) 19 August 2020, 12:00:53 UTC
33767f5 Update Mozilla CA certificate store to latest (07-22-2020) for libgit2 SSL. (#36835) (cherry picked from commit 02d5cb3fd507e377e2a258c2b8bd26c3612ffd7b) 03 August 2020, 19:57:38 UTC
56fd9a2 docs: Fix indentation on !!! warn section (#36254) Related to #35526. Thanks to @kimikage for the heads up. (cherry picked from commit 6e7bc68865ee7baf27c721b83bc456f287762d9e) 03 August 2020, 19:57:35 UTC
f0b8c76 Set VERSION to 1.5.1-pre (#36877) 02 August 2020, 04:55:07 UTC
96786e2 Set VERSION to 1.5.0 (#36876) 01 August 2020, 23:44:58 UTC
7f0ee12 set VERSION to 1.5-rc2 (#36659) 27 July 2020, 15:24:48 UTC
522a08a Merge pull request #36755 from JuliaLang/backports-release-1.5 more backports for 1.5-rc2 26 July 2020, 17:55:47 UTC
4455454 Consider terminal emacs in EDITOR_CALLBACKS before graphical (#36346) Since the regex r"\bemacs" matches the cmd `emacs -nw`, the regex r"\bemacs\b.*\s(-nw|--no-window-system)\b" should be considered in the EDITOR_CALLBACKS list before it. Without this change, when JULIA_EDITOR="emacs -nw", julia tries to open the editor with run(...; wait=false) which causes the error: emacs: standard input is not a tty or for emacsclient: emacsclient: could not get terminal name emacsclient: error executing alternate editor "" (cherry picked from commit 638510733757efd066b578582997af7cbf3b4fa9) 26 July 2020, 13:53:10 UTC
98df0d5 stacktraces doc: fix typos (#36658) (cherry picked from commit 8825dab925980b539810c076fa57b1912f82ad3b) 25 July 2020, 16:56:54 UTC
e0555db doc multi-threading: fix indentation (#36560) (cherry picked from commit 737d232a101e65367f2c9ab2df47e8bf4f38e5fd) 25 July 2020, 16:56:54 UTC
76c232b doc multi-threading: link to 2019's blog post (#36561) (cherry picked from commit 109dee7ace39e044ee54ca3455120fb8b9aefe98) 25 July 2020, 16:56:54 UTC
75de80b fix stackoverflow in circshift!(x, y, (1.0,)) (#36734) (cherry picked from commit 773ef663957e1c7408e162acfa57a00c31b1534f) 25 July 2020, 16:56:54 UTC
bb0800b run NEWS-update 25 July 2020, 16:56:54 UTC
d24e088 add missing license headers 25 July 2020, 16:56:49 UTC
7665916 list `at-ccall` in docs, fix docstring (#36781) (cherry picked from commit b7af3a1800a90bb85f70771be7026a6fe24ce58f) 24 July 2020, 18:16:01 UTC
9b37634 Clean up atomic access to sleep_check_state (#36785) Fixes #36699 (cherry picked from commit d81f044549b0582b216467df3f10fe10417d00eb) 24 July 2020, 18:15:50 UTC
eccf776 fix #36753: fix write(::SubArray) by restoring pointer support (#36757) Followup to #36739 (and currently built atop it), this restores the `pointer(::SubArray{<:Any,<:Any,<:Array,<:Tuple{Vararg{RangeIndex}}}, ::Tuple)` method that was removed in #36405. It does so, however, as a deprecated method, with the actual method being implemented on `(::SubArray{...}, ::CartesianIndex)`. The rationale here is because the `::Tuple` method was undocumented and only supported on that one _highly_ specific `SubArray` type. I am keeping this patch as minimal as possible for backporting; in the future I aim to support `Vararg{CartesianIndex, Integer}` locations to make this more `getindex`-y and move farther away from the conflation with memory offsets. (cherry picked from commit d9b7d7e6ee1c26161cd601ccf4893c6b1206cd6f) 23 July 2020, 00:43:07 UTC
81b53a7 Fix `pbpaste` error on MacOS buildbots (#36763) (cherry picked from commit 80cdfa121fb4ee8ce482eb1e7e834f070e1c2031) 22 July 2020, 21:02:58 UTC
b16a987 fix `elsize` and `write` for SubArrays of Arrays (#36739) (cherry picked from commit 19d0745356e90229d676bc505237bbfeed05d6eb) 22 July 2020, 21:02:38 UTC
eae3216 check lengths in covector-vector products (#36679) (cherry picked from commit de9c371e0f663132d526d6180e144a0fabd8c958) 22 July 2020, 21:02:22 UTC
e326256 Fix -(::SparseMatrixCSC{Bool}) (#36738) (cherry picked from commit bd318e6662447c9a338fe67e15795f8ccb1f62d6) 22 July 2020, 03:53:06 UTC
4a2830a Fix correctness issues in sizeof tfunc (#36727) The `Core.sizeof` function can take either a value or a type, which can be a bit confusing in the tfunc, because the tfunc operates on the types of the values passed to the builtin. In particular, we were incorrectly returning Const(16) (on 64bit) for sizeof_tfunc(UnionAll), because it was treating it the asme as `sizeof_tfunc(Const(UnionAll))`. Try to clean that up as well as fixing a similar confusion in the nothrow version of this function. Lastly, we had a similar fast path in codegen, which would try to inline the actual size for a constant datatype argument. For codegen, just rm that whole code path, since it should have no more information than inference and figuring it out in inference exposes strictly more optimization opportunities. Fixes #36710 (cherry picked from commit 004cb25d66199aa0a2b7a985ecb86e773118ef82) 22 July 2020, 03:53:00 UTC
2567aaf fix precedence of dotted `<:` and `>:` (#36725) (cherry picked from commit 47989fa0ca37e016082bd5e927361ae8960e00f3) 21 July 2020, 20:43:36 UTC
b0c6e2b Fix `sizeof` for non-Array subarrays (#36715) (cherry picked from commit d806fb924449d67d44135ed0914a7df401879897) 21 July 2020, 20:43:21 UTC
cfcffae Stop transpose(A) \ lu(B)' from overwriting A (#36657) * Stop transpose(A) \ lu(B)' from overwriting `A` This fixes the following bug I just found: ```julia julia> A = randn(5,5) 5×5 Array{Float64,2}: 0.485776 1.29655 0.0790172 0.66021 -1.49472 0.971676 -1.01382 0.630476 0.479027 -0.843428 -0.264609 0.392383 0.646729 0.510696 0.34913 -0.795944 -2.47709 -1.81052 -1.0947 -0.30381 -0.938873 2.16395 -1.33484 -0.745461 1.43709 julia> transpose(A) / lu(randn(5,5))' # should not change A 5×5 Adjoint{Float64,Array{Float64,2}}: 14.36 11.9797 -7.32563 1.87016 -16.2731 -18.4415 -13.7036 10.6455 -2.47396 19.9999 8.0401 8.31723 -5.16714 2.13261 -9.637 4.19849 3.9865 -1.98478 0.714778 -4.62445 -5.36059 -2.60991 0.917052 0.290281 4.62547 julia> A # but does! 5×5 Array{Float64,2}: 14.36 -18.4415 8.0401 4.19849 -5.36059 11.9797 -13.7036 8.31723 3.9865 -2.60991 -7.32563 10.6455 -5.16714 -1.98478 0.917052 1.87016 -2.47396 2.13261 0.714778 0.290281 -16.2731 19.9999 -9.637 -4.62445 4.62547 ``` Co-authored-by: Daniel Karrasch <daniel.karrasch@posteo.de> (cherry picked from commit 94398d1183b34fe37e63111165a850c75df94f5e) 21 July 2020, 20:42:59 UTC
8ac1a3a Move `instance` initialization into jl_uninitialized_datatype Otherwise it's illegal to hold onto this object without having set ->instance, which is just asking for crashes. Fixes #36649. (cherry picked from commit d778a3d4baa17a6a9063aba06ec84510dcc3412a) 21 July 2020, 20:42:34 UTC
73da74e Make `isempty(c::Channel)` a non-mutating operation (#36641) Previously, `isempty(c::Channel)` would fall back to `iterate(c) === nothing`, which actually consumed a value from the channel. Instead, let's just define it in terms of its internal datastructures. (cherry picked from commit 44815002b377ca503d9c1e8adb28abed976a5ed1) 21 July 2020, 20:41:01 UTC
01881af fix #36492, ensure output is limited even with basic REPLs (cherry picked from commit ac572972b8c569e7141323bbe409248d7dd559a0) 21 July 2020, 20:40:28 UTC
279800d fix for lu factorization regression (#36569) (#36652) (cherry picked from commit 3da74e7176ca0d7657c3c8a8df9ca7e7c357c7fe) 14 July 2020, 12:20:49 UTC
33582a9 Merge pull request #36577 from JuliaLang/backports-release-1.5 Backports release 1.5-RC2 14 July 2020, 12:20:20 UTC
59f8500 bump Pkg to latest 1.5 version 10 July 2020, 19:11:17 UTC
b543e4f fix #36527, skipped marking of some items in excstack (#36583) (cherry picked from commit 80a016751545b323e81ae18bb9ced70afd8902fa) 10 July 2020, 19:09:37 UTC
678d57d Fix #36531 - Error in abstract_iteration (#36532) The issue here is passing a `Vargarg` to `precise_container_type`, which doesn't really make sense. Instead, we need to have the caller unwrap the vararg, request the precise container type of the inner type and then re-wrap the answer in a vararg. (cherry picked from commit 63179af92cecbc575617648106e5b2f65f267c92) 10 July 2020, 19:06:49 UTC
5d4b603 Fix CPU feature specification on virtualized x64. (cherry picked from commit 6fd5b82b2fb704346871579be15dc4ab2459de79) 10 July 2020, 19:06:47 UTC
f8b0280 Fix off-by-one dayofquarter() in leap years (#36543) (cherry picked from commit e23635c619b5c47ccc60c79eaa586a685844721b) 08 July 2020, 12:56:36 UTC
35ac0b7 Fix and test LLVM IR for issue #36422 (#36435) (cherry picked from commit 7622bae03739b5bb82ac02428d95e2b93b4715ab) 08 July 2020, 12:52:11 UTC
2e922d1 fix broadcasted assignment for scalar cartesian indexing (#35926) * fix broadcast for scalar cartesian indexing When broadcasting left-hand side indexing is turned into a dotview. For scalar indexing this should be equivalent to a `getindex`, but up until this patch the `CartesianIndex` would not be treated as such. This fixes e.g. broadcasting like `a[CartesianIndex(1)] .= 1` for a nested array `a`. * Also extend to `AbstractCartesianIndex`es Co-authored-by: Matt Bauman <mbauman@gmail.com> (cherry picked from commit ff174120aad91e1a838b5cf99bd2b97c14aab2f5) 08 July 2020, 12:49:38 UTC
6b38b28 Replace assertion in `limit_type_size` with fall-back (#36516) While the condition (the new type has to be wider) of the assertion should hold, #36407 shows that this may still fail sometimes. Instead of throwing an error, it seems better to just widen more aggressively if needed to ensure that the condition is fulfilled. (cherry picked from commit 604f6589f0da8f6deee650d31e1771b0ff383ad5) 08 July 2020, 12:49:37 UTC
0b851a1 REPL prefix search: add ^x "pass through" key (#36173) (cherry picked from commit 0960c9a30813bc7fd6ae13db8f8d655fca6b8545) 08 July 2020, 12:49:36 UTC
b0b9fcf Fix exception stack lowering in finally handlers (#36480) When using `return` or `break` nested inside `finally` handlers, exception stack lowering failed to pop exceptions from the stack correctly: * For `return`, the exception stack was not popped at all. If done inside a loop this could eventually cause the runtime to run out of memory. * For `break`, the exception stack was popped too early, causing subtle inconsistency in intermediate finally handlers. Fix these issues by storing the current exception token stack with the current finally handler information and using it to pop the stack before jumping into the finally block. Fixes #34579 (cherry picked from commit 16ba0dd6ee1b9d3fb5e9408be60af8e4b80dda93) 08 July 2020, 12:49:35 UTC
b04654b Respect memory constraints during init. (#36479) (cherry picked from commit 0a4f357817d575f3dde717f3ab9e8df387ef616a) 08 July 2020, 12:49:34 UTC
7ad6877 Remove unnecessary restriction to `StridedVecOrMat` (#35929) * Remove unnecessary restriction to `StridedVecOrMat` The "Strided array interface" https://docs.julialang.org/en/v1/manual/interfaces/#man-interface-strided-arrays-1 means that this is useful beyond these types * Update adjtrans.jl * Add tests for adj/trans strides * Add tests, change strides(::Adjoint{<:Any,<:AbstractVector}) definition * stride(::AbstractrArray, k) for all k, add ConjPtr * Remove ConjPtr * Always throw an error if strides is not implemented * Update abstractarray.jl * Update blas.jl * Remove k < 1 special case * Also widen elsize to AbstractVecOrMat * Use strides for dim > ndims * Update stdlib/LinearAlgebra/test/blas.jl Co-authored-by: Matt Bauman <mbauman@gmail.com> (cherry picked from commit 6b2c7f147a0df14621819ad9637cc075ebc1b9df) 08 July 2020, 12:49:34 UTC
back to top