-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Update the compiler_builtins crate #60841
Conversation
r? @aidanhs (rust_highfive has picked a reviewer for you, use r? to override) |
r? @RalfJung |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
e078a70
to
0998c63
Compare
@bors r+ |
📌 Commit 0998c63bf2d9a8541242043d8f099b62ecf1b565 has been approved by |
0998c63
to
616a3ff
Compare
Updating again to pull in rust-lang/compiler-builtins#293 @bors: r=RalfJung |
📌 Commit 616a3ff7171e01729c11482396e44d491142e0fd has been approved by |
616a3ff
to
9efaa29
Compare
Updated again to pull in rust-lang/compiler-builtins#294 @bors: r=RalfJung |
📌 Commit 9efaa294c55ade0df3ca963cdd358a3b6d4a5201 has been approved by |
Note that |
9efaa29
to
616a3ff
Compare
Hm that's an excellent point @cuviper, thanks for bringing it up! In the interest of landing bug fixes sooner I'm gonna submit that as a separate change and go back to 0.1.14 which only fixes the bugs that are plaguing master right now. |
@bors: r=RalfJung |
📌 Commit 616a3ff7171e01729c11482396e44d491142e0fd has been approved by |
@bors p=1 |
🔒 Merge conflict This pull request and the master branch diverged in a way that cannot be automatically merged. Please rebase on top of the latest master branch, and let the reviewer approve again. How do I rebase?Assuming
You may also read Git Rebasing to Resolve Conflicts by Drew Blessing for a short tutorial. Please avoid the "Resolve conflicts" button on GitHub. It uses Sometimes step 4 will complete without asking for resolution. This is usually due to difference between how Error message
|
This updates to 0.1.13 for `compiler_builtins`, published to fix a few issues. The feature changes here are updated because `compiler_builtins` no longer enables the `c` feature by default but we want to do so through our build still. Closes rust-lang#60747 Closes rust-lang#60782
616a3ff
to
3c9790e
Compare
@bors: r=RalfJung |
📌 Commit 3c9790e has been approved by |
☀️ Test successful - checks-travis, status-appveyor |
This updates to 0.1.13 for
compiler_builtins
, published to fix a fewissues. The feature changes here are updated because
compiler_builtins
no longer enables the
c
feature by default but we want to do sothrough our build still.
Closes #60747
Closes #60782