-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Comparing changes
Open a pull request
base repository: JuliaLang/julia
base: v1.6.0-rc2
head repository: JuliaLang/julia
compare: v1.6.0-rc3
- 12 commits
- 22 files changed
- 7 contributors
Commits on Mar 14, 2021
-
llvm-alloc-opt: handle dead code better (#39801)
In some cases (particularly after removing a phi node), we might end up in a circumstance where it appears statically that we would use a slot for both a ref and bits. Avoid generating malformed IR in this case. In the future, this situation could also possibly happen if we walked through phi nodes and attempted to merge the contents (with great care). (cherry picked from commit 9e783bb)
Configuration menu - View commit details
-
Copy full SHA for 27fe288 - Browse repository at this point
Copy the full SHA 27fe288View commit details -
Canonicalize IR to disallow mutable GlobalRef in value position (#39893)
Configuration menu - View commit details
-
Copy full SHA for 8cef2f9 - Browse repository at this point
Copy the full SHA 8cef2f9View commit details -
Faster dot product for sparse matrices and dense vectors (#39889)
(cherry picked from commit bf0364b)
Configuration menu - View commit details
-
Copy full SHA for e93da57 - Browse repository at this point
Copy the full SHA e93da57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a4413b - Browse repository at this point
Copy the full SHA 7a4413bView commit details -
Restore StackOverflow error message for repeated frames (#39930)
Fixes backtrace printing to display the number of times a frame is repeated, if there is a frame that's duplicated several times. ```julia julia> function foo() foo() end foo (generic function with 1 method) julia> foo() ERROR: StackOverflowError: Stacktrace: [1] foo() (repeats 79984 times) @ Main ./REPL[16]:1 ``` Fixes #37587. Co-authored-by: Nathan Daly <nhdaly@gmail.com> (cherry picked from commit 3276c11)
Configuration menu - View commit details
-
Copy full SHA for f20b49a - Browse repository at this point
Copy the full SHA f20b49aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca85bb3 - Browse repository at this point
Copy the full SHA ca85bb3View commit details
Commits on Mar 15, 2021
-
optimizer: be careful to always handle temporarily invalid ops
Configuration menu - View commit details
-
Copy full SHA for da99aa3 - Browse repository at this point
Copy the full SHA da99aa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 572836a - Browse repository at this point
Copy the full SHA 572836aView commit details -
Allow startup despite
p7zipnot being found (#40045)Without this, a failure to find a usable `p7zip` will cause an error at startup. With this, we will at least attempt to invoke `p7zip` and fail at runtime, instead of failing at init time.
Configuration menu - View commit details
-
Copy full SHA for 046e2cf - Browse repository at this point
Copy the full SHA 046e2cfView commit details
Commits on Mar 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 845a52b - Browse repository at this point
Copy the full SHA 845a52bView commit details -
Merge pull request #40029 from JuliaLang/backports-release-1.6
Backports release 1.6-RC3
Configuration menu - View commit details
-
Copy full SHA for e4a979d - Browse repository at this point
Copy the full SHA e4a979dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23267f0 - Browse repository at this point
Copy the full SHA 23267f0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.6.0-rc2...v1.6.0-rc3