Uh oh!
There was an error while loading. Please reload this page.
Update the compiler_builtins crate - #60841
Conversation
rust-highfive
commented
May 14, 2019
r? @aidanhs (rust_highfive has picked a reviewer for you, use r? to override) |
alexcrichton
commented
May 14, 2019
r? @RalfJung |
rust-highfive
commented
May 14, 2019
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
0998c63CompareRalfJung
commented
May 15, 2019
@bors r+ |
bors
commented
May 15, 2019
📌 Commit 0998c63bf2d9a8541242043d8f099b62ecf1b565 has been approved by |
0998c63 to
616a3ffComparealexcrichton
commented
May 15, 2019
Updating again to pull in rust-lang/compiler-builtins#293 @bors: r=RalfJung |
bors
commented
May 15, 2019
📌 Commit 616a3ff7171e01729c11482396e44d491142e0fd has been approved by |
616a3ff to
9efaa29Comparealexcrichton
commented
May 16, 2019
Updated again to pull in rust-lang/compiler-builtins#294 @bors: r=RalfJung |
bors
commented
May 16, 2019
📌 Commit 9efaa294c55ade0df3ca963cdd358a3b6d4a5201 has been approved by |
cuviper
commented
May 16, 2019
Note that |
9efaa29 to
616a3ffComparealexcrichton
commented
May 16, 2019
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. |
alexcrichton
commented
May 16, 2019
@bors: r=RalfJung |
bors
commented
May 16, 2019
📌 Commit 616a3ff7171e01729c11482396e44d491142e0fd has been approved by |
Centril
commented
May 17, 2019
@bors p=1 |
bors
commented
May 17, 2019
🔒 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. Closesrust-lang#60747Closesrust-lang#60782
616a3ff to
3c9790eComparealexcrichton
commented
May 17, 2019
@bors: r=RalfJung |
bors
commented
May 17, 2019
📌 Commit 3c9790e has been approved by |
bors
commented
May 17, 2019
bors
commented
May 17, 2019
☀️ 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_builtinsno longer enables the
cfeature by default but we want to do sothrough our build still.
Closes#60747
Closes#60782