-
-
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
Backports 1.5.4 #39351
Backports 1.5.4 #39351
Commits on Jan 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fd3af72 - Browse repository at this point
Copy the full SHA fd3af72View commit details -
update to utf8proc 2.6 (#38551)
* update to utf8proc 2.6 * another test (cherry picked from commit 6fbee29)
Configuration menu - View commit details
-
Copy full SHA for fd30588 - Browse repository at this point
Copy the full SHA fd30588View commit details -
update to utf8proc 2.6.1 (#38900)
(cherry picked from commit 2362037)
Configuration menu - View commit details
-
Copy full SHA for 65f39a7 - Browse repository at this point
Copy the full SHA 65f39a7View commit details -
added automatic keyword assignment support to test macro (#38270)
* added automatic keyword assignment support to @test macro * added some tests for test macro using atol keyword * x = a.x syntax support added * Update stdlib/Test/src/Test.jl Co-authored-by: Simeon Schaub <simeondavidschaub99@gmail.com> Co-authored-by: Simeon Schaub <simeondavidschaub99@gmail.com> (cherry picked from commit 6c42190)
Configuration menu - View commit details
-
Copy full SHA for 8dbf798 - Browse repository at this point
Copy the full SHA 8dbf798View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae8c3a0 - Browse repository at this point
Copy the full SHA ae8c3a0View commit details -
Merge pull request #38679 from JuliaLang/tb/excstack_without_handler
Report the top of the exception stack when there's no handler. ------- Backport #38679 into release-1.5
Configuration menu - View commit details
-
Copy full SHA for 4f70156 - Browse repository at this point
Copy the full SHA 4f70156View commit details
Commits on Jan 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 24a4637 - Browse repository at this point
Copy the full SHA 24a4637View commit details -
Configuration menu - View commit details
-
Copy full SHA for d179f48 - Browse repository at this point
Copy the full SHA d179f48View commit details -
Fix === and objectid of object with undef inline immutable field (#37557
) An undef field should always be treated equal to another undef field of the same type since there's no other way for the user to tell the difference between these. These could previously cause inconsistent comparison results or crashes. * Mark these types as `haspadding` so that they'll not hit the `memcmp` fast path. * Make sure `jl_egal` and `jl_object_id_` doesn't read bits fields in undef inline immutable field * Use `emit_getfield_knownidx` in `emit_bits_compare` so that the check can be done more easily Handle union fields of the same type in `emit_f_isa` to avoid regression. * Allow input to `emit_f_isa` to be NULL and lazily emit NULL check if necessary (cherry picked from commit e84fec4)
Configuration menu - View commit details
-
Copy full SHA for 94af03e - Browse repository at this point
Copy the full SHA 94af03eView commit details -
fix #37872, avoid cycles in codegen for
===
(cherry picked from commit 57e2ac9)
Configuration menu - View commit details
-
Copy full SHA for b9ba10a - Browse repository at this point
Copy the full SHA b9ba10aView commit details -
fix #37880, overflow in shift amount range check in codegen (#37891)
(cherry picked from commit 0a04f41)
Configuration menu - View commit details
-
Copy full SHA for a4ac1f9 - Browse repository at this point
Copy the full SHA a4ac1f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fc38b8 - Browse repository at this point
Copy the full SHA 9fc38b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b05f42 - Browse repository at this point
Copy the full SHA 7b05f42View commit details
Commits on Jan 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8684c3d - Browse repository at this point
Copy the full SHA 8684c3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c3326f - Browse repository at this point
Copy the full SHA 1c3326fView commit details -
fix failing
enable_finalizers
test(cherry picked from commit 43c7d02)
Configuration menu - View commit details
-
Copy full SHA for cb75d49 - Browse repository at this point
Copy the full SHA cb75d49View commit details
Commits on Feb 19, 2021
-
Set NDEBUG when LLVM assertions are disabled
This a component of #36929 which happens to fix building on FreeBSD 11. Co-authored-by: Keno Fischer <keno@juliacomputing.com>
Configuration menu - View commit details
-
Copy full SHA for c39f8c5 - Browse repository at this point
Copy the full SHA c39f8c5View commit details
Commits on Feb 22, 2021
-
Correctly propagate LLVM assert flags with BB
This fixes the build on FreeBSD 11 with `LLVM_ASSERTIONS=1`. Co-Authored-By: Valentin Churavy <v.churavy@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 81c044a - Browse repository at this point
Copy the full SHA 81c044aView commit details