-
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 bootstrap compiler #37800
Conversation
2f10b41
to
262e5d0
Compare
This is still waiting on a beta that contains a cargo fix for rust-lang/cargo#3280. Next beta after rust-lang-deprecated/rust-packaging#66 should have it. |
Subsumes #37635 |
Updated the Cargo date, should be good to go |
262e5d0
to
dc108f1
Compare
dc108f1
to
b72d381
Compare
☔ The latest upstream changes (presumably #37831) made this pull request unmergeable. Please resolve the merge conflicts. |
b72d381
to
f2d5658
Compare
☔ The latest upstream changes (presumably #37127) made this pull request unmergeable. Please resolve the merge conflicts. |
f2d5658
to
479bcad
Compare
r? @brson |
☔ The latest upstream changes (presumably #37965) made this pull request unmergeable. Please resolve the merge conflicts. |
479bcad
to
96093d9
Compare
r? @eddyb |
96093d9
to
23cb244
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me with comments addressed.
#![feature(libc)] | ||
#![feature(link_args)] | ||
#![feature(staged_api)] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can't/shouldn't be removed - Travis failed on this.
@@ -4,12 +4,6 @@ name = "compiletest" | |||
version = "0.0.0" | |||
build = "build.rs" | |||
|
|||
# Curiously, this will segfault if compiled with opt-level=3 on 64-bit MSVC when | |||
# running the compile-fail test suite when a should-fail test panics. But hey if | |||
# this is removed and it gets past the bots, sounds good to me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comment should be preserved, or opt-level = 2
be removed otherwise at the top-level.
Now that we've got a beta build, let's use it!
23cb244
to
2186660
Compare
@bors: r=eddyb |
📌 Commit 2186660 has been approved by |
Update the bootstrap compiler Now that we've got a beta build, let's use it!
Now that we've got a beta build, let's use it!