-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Backports 1.2.0 rc2 #32270
WIP: Backports 1.2.0 rc2 #32270
Commits on Jun 9, 2019
-
Two fixes to win32 cross compilation
- The default mingw32 gfortran on ubuntu prints the version as `GNU Fortran (GCC) 7.3-win32 20180312`, rather than `7.3.0` most other gfortrans do, so be robust to that in normalize_triplet - When shelling out to python use the host path rather than the windows-equivalent path, since python is a host tool. (cherry picked from commit 36d6d7a)
Configuration menu - View commit details
-
Copy full SHA for 9959fa5 - Browse repository at this point
Copy the full SHA 9959fa5View commit details -
fix #32121, macro hygiene bug in named tuples
(cherry picked from commit d8798be)
Configuration menu - View commit details
-
Copy full SHA for b991468 - Browse repository at this point
Copy the full SHA b991468View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2e2ea9 - Browse repository at this point
Copy the full SHA d2e2ea9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28c2b0d - Browse repository at this point
Copy the full SHA 28c2b0dView commit details -
Bump OpenBLAS BB tarballs to
v0.3.5-2
, to fix FreeBSD(cherry picked from commit 9628242)
Configuration menu - View commit details
-
Copy full SHA for 5d88b74 - Browse repository at this point
Copy the full SHA 5d88b74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a1a361 - Browse repository at this point
Copy the full SHA 5a1a361View commit details -
Remove internal sort from getipaddrs (#32260)
(cherry picked from commit 2ebe0de)
Configuration menu - View commit details
-
Copy full SHA for 9ce9000 - Browse repository at this point
Copy the full SHA 9ce9000View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83e7363 - Browse repository at this point
Copy the full SHA 83e7363View commit details -
readdlm(bytearray) shouldn't modify bytearray (#32255)
* readdlm(bytearray) shouldn't modify bytearray * Update stdlib/DelimitedFiles/src/DelimitedFiles.jl Co-Authored-By: Jeff Bezanson <jeff.bezanson@gmail.com> (cherry picked from commit 7038210)
Configuration menu - View commit details
-
Copy full SHA for 05960a5 - Browse repository at this point
Copy the full SHA 05960a5View commit details -
Remove copy(::SubArray) definition from SparseArrays, fixes #32213. (#…
Configuration menu - View commit details
-
Copy full SHA for 12fd2de - Browse repository at this point
Copy the full SHA 12fd2deView commit details -
fix build with JULIA_ENABLE_THREADING==0
(cherry picked from commit d02ad0a)
Configuration menu - View commit details
-
Copy full SHA for 6e7afe6 - Browse repository at this point
Copy the full SHA 6e7afe6View commit details
Commits on Jun 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cdb12d3 - Browse repository at this point
Copy the full SHA cdb12d3View commit details -
Bump Pkg to v1.2.0-rc2. (#32281)
(cherry picked from commit c630477)
Configuration menu - View commit details
-
Copy full SHA for c47f050 - Browse repository at this point
Copy the full SHA c47f050View commit details
Commits on Jun 19, 2019
-
types: per comment, avoid copy when t is not bound (#32176) (#32355)
Configuration menu - View commit details
-
Copy full SHA for 5579bc6 - Browse repository at this point
Copy the full SHA 5579bc6View commit details -
fix some possible hangs in threaded loops
hopefully helps #32258
Configuration menu - View commit details
-
Copy full SHA for 685a9e3 - Browse repository at this point
Copy the full SHA 685a9e3View commit details
Commits on Jun 21, 2019
-
fixes for getindex tab-completion (#31499)
* fixes for getindex tab-completion * test fix (cherry picked from commit 1eca37e)
Configuration menu - View commit details
-
Copy full SHA for 43b3695 - Browse repository at this point
Copy the full SHA 43b3695View commit details
Commits on Jun 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 05e78d5 - Browse repository at this point
Copy the full SHA 05e78d5View commit details -
fix #30653, call
malloc_trim
sometimes (#32428)this works around what seems to be a glibc bug (cherry picked from commit f77743c)
Configuration menu - View commit details
-
Copy full SHA for 4a16023 - Browse repository at this point
Copy the full SHA 4a16023View commit details
Commits on Jul 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 89f73ab - Browse repository at this point
Copy the full SHA 89f73abView commit details -
Fix tryparse for invalid Chars (#32351)
This fix adapts the fast path from UInt32(::Char) to the case of digit parsing. (cherry picked from commit 510db13)
Configuration menu - View commit details
-
Copy full SHA for 4551b30 - Browse repository at this point
Copy the full SHA 4551b30View commit details -
Add missing test dependency on Random to Statistics (#32383)
Statistics uses Random in its tests but doesn't declare it as a test dependency in its Project.toml. (cherry picked from commit f6049d6)
Configuration menu - View commit details
-
Copy full SHA for 257c6ce - Browse repository at this point
Copy the full SHA 257c6ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3546c63 - Browse repository at this point
Copy the full SHA 3546c63View commit details -
codegen,tbaa: fix array isassigned tbaa information (#32356)
This avoids a regression (correctness and performance) caused by #21262 where we were no longer able to fold away the isnull assertion in the case where the source also contains an explicit isassigned check. Also upgrade many other CreateInBoundsGEP calls to include the element type (NFC). (cherry picked from commit a7427aa)
Configuration menu - View commit details
-
Copy full SHA for dd98510 - Browse repository at this point
Copy the full SHA dd98510View commit details -
Fix Distributed.head_and_tail (#32431)
The last return statement is currently referring to a non-existent s variable. Also fix the related doctest, even though it does not get tested at the moment. (cherry picked from commit 7bda2c1)
Configuration menu - View commit details
-
Copy full SHA for 0ba8caa - Browse repository at this point
Copy the full SHA 0ba8caaView commit details -
Prevent download on windows picking up a rogue curl executable (#32412)
(cherry picked from commit 6e6bd8e)
Configuration menu - View commit details
-
Copy full SHA for 525d4e9 - Browse repository at this point
Copy the full SHA 525d4e9View commit details
Commits on Jul 3, 2019
-
fix the fix for #32121, more named tuple macro hygiene (#32464)
(cherry picked from commit 07c2ecc)
Configuration menu - View commit details
-
Copy full SHA for 44a224c - Browse repository at this point
Copy the full SHA 44a224cView commit details
Commits on Jul 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 435510c - Browse repository at this point
Copy the full SHA 435510cView commit details
Commits on Jul 8, 2019
-
Unconditionally append lib/julia to rpath, fixes #31903. (#31933)
(cherry picked from commit 040a3e5)
Configuration menu - View commit details
-
Copy full SHA for dfad4e6 - Browse repository at this point
Copy the full SHA dfad4e6View commit details -
Fix optind in getopt on musl libc. On exit optind
points to the last non-opt argument of argv, but in the case where there are only options optind does not go beyond argc, except on musl libc, where it becomes argc + 1. (cherry picked from commit 9de07ce)
Configuration menu - View commit details
-
Copy full SHA for 81fc0a1 - Browse repository at this point
Copy the full SHA 81fc0a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b92c6ed - Browse repository at this point
Copy the full SHA b92c6edView commit details -
fix #32465, inference of splatting unionall NamedTuple types (#32494)
(cherry picked from commit 2350c04)
Configuration menu - View commit details
-
Copy full SHA for bd9f411 - Browse repository at this point
Copy the full SHA bd9f411View commit details -
fix #32499, regression in struct expr in assignment rhs (#32512)
Configuration menu - View commit details
-
Copy full SHA for 2e72bca - Browse repository at this point
Copy the full SHA 2e72bcaView commit details