https://github.com/JuliaLang/julia

sort by:
Revision Author Date Message Commit Date
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
24f033c Set VERSION to 1.5.0-rc1 (#36445) 26 June 2020, 20:13:25 UTC
c13b5ec Merge pull request #36428 from JuliaLang/backports-release-1.5 WIP: Backports for 1.5-RC1 26 June 2020, 13:11:14 UTC
f5c972c Add passthrough for non-Markdown docs (#36091) (cherry picked from commit 063525f0d6b15caff9945879f10f0def22d9051a) 26 June 2020, 09:25:42 UTC
593033d Fix pointer to no longer assume contiguity (#36405) * Fix pointer to no longer assume contiguity (cherry picked from commit 59b8dde7c17f3403febe517b5716398197e088e5) 26 June 2020, 09:22:05 UTC
0ce98db Update Pkg for 1.5. 26 June 2020, 09:18:11 UTC
9b3bebe deleteat!(::BitVector, inds) : check bounds for the first passed index (cherry picked from commit ca4a895cb04ddf51150bffac4c6e2490aceb1d5b) 26 June 2020, 07:26:14 UTC
62f49b7 Check axes in Array(::AbstractArray) (fixes #36220) (#36397) (cherry picked from commit 52c55d7934f71c5b2d9f6e6fa98cb48817def57c) 25 June 2020, 13:30:20 UTC
db95704 Add Release Notes back to the html version in the same place (#36333) as before and to the PDF version as well. In the PDF version, they are at the back of the document as the last Part. (cherry picked from commit 5142abf4507525a7a02e7d984ce39802ee4fe134) 25 June 2020, 13:30:20 UTC
ec9b512 Remove NEWS.md from the PDF of the manual (#36312) * Partial fix for #35495 This removes the NEWS.md link at the bottom of the first page of the manual. Given that we link to it prominently on top of the page, I feel this is ok. This will remove Section II of the PDF manual, where the release notes take 15 pages (because ofthe way markdown gets converted to PDF). * Better layout for the generated PDF (cherry picked from commit 43fd66c8ac9010a193fbcf870ce731b99dd38b4f) 25 June 2020, 13:30:19 UTC
fc63709 Fix: rem2pi for negative values greater than 2pi (#36233) * Fix rem2pi for RoundToZero * add extra tests for rem2pi (cherry picked from commit 0c92375d40793cda95172e1c7b7441ca5a36842e) 25 June 2020, 13:30:18 UTC
3f4e3f6 Merge pull request #36098 from JuliaLang/backports-release-1.5 Backports for Julia 1.5-RC1 (or beta2) 22 June 2020, 05:47:03 UTC
3e5174f more precise inference of `splatnew` (#35976) This allows constant-folding NamedTuple constructors, in turn allowing constant prop through keyword arguments. (cherry picked from commit 7124472a3db233506fa580401e08bb2acad2ad5b) 18 June 2020, 19:02:06 UTC
d3bc87f Switch `httpbin` tests over to JuliaLang-hosted `httpbin` mock server (#36336) (cherry picked from commit 96fc2aa03b8f09619e737c17962990d97ec9cb62) 18 June 2020, 15:47:13 UTC
e2cfc6f deleteat! : check bounds for the first passed index (#36231) * deleteat! : check bounds for the first passed index All other indices are bound-checked. Currently, the behavior looks like: ```julia julia> deleteat!([1:1000;], [-100]) signal (11): Segmentation fault [...] julia> deleteat!(BigInt[0], [0]) free(): invalid next size (normal) signal (6): Aborted [...] julia> deleteat!(BigInt[0], [-100]) ERROR: UndefRefError: access to undefined reference [...] julia> deleteat!([0], [0]) Int64[] julia> deleteat!([0], [2]) 1-element Array{Int64,1}: 0 julia> deleteat!([0], [3]) ERROR: InexactError: check_top_bit(UInt64, -1) [...] ``` With this commit, all these expressions throw a `BoundsError`. * Update base/array.jl Co-authored-by: Simeon Schaub <simeondavidschaub99@gmail.com> Co-authored-by: Simeon Schaub <simeondavidschaub99@gmail.com> (cherry picked from commit 6cdfcf9b48c0c4d4cd4022539ec7e5083df9e8e3) 16 June 2020, 17:49:04 UTC
1cf4720 Remove `init` from `count!` docstring (#36305) (cherry picked from commit 33659c73c9c7d8d0636697a22377bbf8fd8368cf) 16 June 2020, 17:49:03 UTC
ee41310 Promote on Rational binary operations (#36279) (cherry picked from commit 6c760d2f478ed7713ad6e6fb1c24f458da802137) 16 June 2020, 17:49:02 UTC
8dec8f1 Fix Broadcasting of Bidiagonal (#35281) (cherry picked from commit 0e062e9a239bf1bb10135030afdc388ef25baf8d) 16 June 2020, 10:27:03 UTC
6c65ec8 fix #36272: Error with optional argument in anonymous function defined in macro (#36273) (cherry picked from commit 8d91b1123f4be3c03e587710fa8b0777762c5e07) 16 June 2020, 10:21:49 UTC
ea15599 Allow non-Function callables to be used in count(f, itr) (#36187) (cherry picked from commit a51015cd4e9f313fe1b72d75d306a6bcfdd7b0f4) 09 June 2020, 15:28:20 UTC
3854131 bump Statistics version 05 June 2020, 13:32:09 UTC
e4b83af bump Pkg version 05 June 2020, 13:31:21 UTC
bf34e0a Mark Tuples with Bottom among their parameters as cacheable (#36152) Fixes #36100. (cherry picked from commit 287215fc1816594d66624c0d79214eb986dd8cff) 05 June 2020, 06:44:34 UTC
cf26388 Rename AddrSpacePtr to LLVMPtr. (cherry picked from commit a6354d9898ea213dfec0085408eac7538c0708f3) 04 June 2020, 20:59:16 UTC
62ea26d Error when compiling invalid AddrSpacePtrs. (cherry picked from commit 968ccfc2409eeb7cdf1debf6e8061bfd2bb470f4) 04 June 2020, 20:57:54 UTC
2f8eb20 inference: ignore badly behaving generated functions (#36115) fix #36088 (cherry picked from commit 5d6a910260c6114565c1102cbc4a4ca34362189c) 04 June 2020, 20:56:16 UTC
60bab00 fix ImmutableDict(pairs...) constructor (#36143) It could only handle a couple of pairs, e.g. ImmutableDict(1=>1, 2=>2, 3=>3) would throw. The fix is implemented by adding the `ImmutableDict(t::ImmutableDict, pairs...)` constructor, which generalizes `ImmutableDict(t::ImmutableDict, pair)` (with some similarity to how `push!` accepts multiple items to be pushed). (cherry picked from commit 162cde194c2c303a69d3689f5992ff7df6358363) 04 June 2020, 20:51:10 UTC
5c236b4 Fix equality for one-element ranges (cherry picked from commit 73858763671d84d87c8007b6228ef67c0ff61d15) 04 June 2020, 20:51:09 UTC
fdd4547 Fix zero(::Type{<:TwicePrecision}) for dimensionful quantities (#36113) (cherry picked from commit 38238c8de3858c000aff3d3b5bf404afbeccad6c) 04 June 2020, 20:51:09 UTC
360f5cc fix #36104, assign global name during type definitions (#36121) also fixes #21816 (cherry picked from commit 095e92d4e9ad2b90d525fec99f5474cd8d017b80) 04 June 2020, 20:51:08 UTC
633046e Fix mkpath error handling (#36126) The error thrown by `mkdir` when the directory already exists was changed in #33422. (cherry picked from commit 912a8ed365f707e6104ce52c35a3dffa496a0868) 04 June 2020, 20:51:08 UTC
539eab5 fix #36108, printing invalid numeric juxtapositions (#36122) (cherry picked from commit 890f34cfdb9103cd5b64a3f009e9a0a2370c0e38) 04 June 2020, 20:51:07 UTC
back to top