-
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
Bump to 1.22.0 and update boostrap compiler #44154
Conversation
fn clone(&self) -> [T; $N] { | ||
*self | ||
} | ||
} |
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.
Oh. This is going to make the reversal at #44045 more difficult (if the decision turns out to be "not close").
src/libstd/lib.rs
Outdated
@@ -323,13 +323,9 @@ | |||
// `force_alloc_system` is *only* intended as a workaround for local rebuilds | |||
// with a rustc without jemalloc. | |||
// The not(stage0+msvc) gates will only last until the next stage0 bump |
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 can be deleted
a994803
to
1768563
Compare
Aside from the concern raised by @kennytm (#44154 (comment)) r=me. |
Ok the current disposition is to close so it sounds like there's not going to be need for a revert, and if so I'll volunteer to do the revert myself. @bors: r=Mark-Simulacrum |
📌 Commit 1768563 has been approved by |
src/libstd/lib.rs
Outdated
@@ -320,16 +320,9 @@ | |||
// Always use alloc_system during stage0 since we don't know if the alloc_* | |||
// crate the stage0 compiler will pick by default is enabled (e.g. | |||
// if the user has disabled jemalloc in `./configure`). | |||
// `force_alloc_system` is *only* intended as a workaround for local rebuilds | |||
// with a rustc without jemalloc. |
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.
Please leave this comment in! Though if you feel like it, it could be corrected to "...for local rebuilds using a rustc with jemalloc to create a rustc without jemalloc."
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.
Just to clarify my previous comment, only the // The not(stage0+msvc) gates will only last until the next stage0 bump
line should be deleted 🙂
@bors r- since
and other bits and pieces |
95a6b4f
to
45d7224
Compare
@bors: r=Mark-Simulacrum |
📌 Commit 45d7224 has been approved by |
45d7224
to
076485f
Compare
@bors: r=Mark-Simulacrum |
📌 Commit 076485f has been approved by |
cc #43975 (that PR depends on it) |
Given this has been sitting for almost a day, and some other PRs depend on it, and IIRC we need it for a nightly... @bors: p=1 |
Oh wait, this is in the rollup. My bad! Not that it harms anything. |
⌛ Testing commit 076485f with merge 8368ca641567e6d41f7e22b406c1ba86e74c80c6... |
076485f
to
678f6da
Compare
@bors: r=Mark-Simulacrum |
📌 Commit 678f6da has been approved by |
@alexcrichton 678f6da failed the CI with tidy error.
|
678f6da
to
731c095
Compare
Simulacrum |
@bors: r=Mark-Simulacrum |
📌 Commit 731c095 has been approved by |
⌛ Testing commit 731c09578ef8a720aa8a3fa1fdb9e988ceac2e66 with merge 57059b7a2f8739e50ac459eee4916881b279034d... |
💔 Test failed - status-appveyor |
|
I think there may still be bugs preventing its removal..
731c095
to
9e5a7e9
Compare
@bors: r=Mark-Simulacrum |
📌 Commit 9e5a7e9 has been approved by |
⌛ Testing commit 9e5a7e9 with merge 5289948b56acb02c9ce5f202f6798e5750405092... |
💔 Test failed - status-travis |
[01:12:37] Compiling git2 v0.6.7
[01:12:39] error[E0308]: mismatched types
[01:12:39] --> /cargo/registry/src/github.com-1ecc6299db9ec823/git2-0.6.7/src/blob.rs:117:53
[01:12:39] |
[01:12:39] 117 | let res = ((*self.raw).write)(self.raw, buf.as_ptr() as *const i8, buf.len());
[01:12:39] | ^^^^^^^^^^^^^^^^^^^^^^^^^ expected u8, found i8
[01:12:39] |
[01:12:39] = note: expected type `*const u8`
[01:12:39] found type `*const i8`
[01:12:39]
[01:12:40] error: aborting due to previous error
[01:12:40]
[01:12:40] error: Could not compile `git2`. |
@bors: r=Mark-Simulacrum |
📌 Commit 271c63c has been approved by |
Bump to 1.22.0 and update boostrap compiler Time to get a new nightly!
☀️ Test successful - status-appveyor, status-travis |
Time to get a new nightly!