-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Miri subtree update #122538
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
Miri subtree update #122538
Conversation
set panic=abort so that we do not need this eh_personality thing
simplify no-std tests set panic=abort so that we do not need this eh_personality thing
Since rust-lang#121956 we don't need it any more, and we are generally short on Windows staff so reducing the amount of code we have to test and maintain sounds like a good idea. The InitOnce stuff is still used by `thread_local_key::StaticKey`.
Automatic Rustup
Signed-off-by: tgolang <[email protected]>
chore: remove repetitive word
Automatic Rustup
windows: remove support for slim rwlock Since rust-lang#121956 we don't need it any more, and we are generally short on Windows staff so reducing the amount of code we have to test and maintain sounds like a good idea. The InitOnce stuff is still used by `thread_local_key::StaticKey` on 64bit windows-gnu.
…hlin Improve sysroots notification * Removes the T-miri ping (because these failures can't be acted on quickly, ergo they cannot be urgent) * Puts the message in a separate Zulip topic * Lists which targets failed to build in the Zulip message
Automatic Rustup
make cron job topic names more consistent
explain time-with-isolation test better Fixes rust-lang/miri#3377 `@saethlin` do you think this is better?
…hlin Fix sysroot notification list of broken targets We use this same shell quoting trick on the line above to expand shell variables into the job URL. So this should work a line down as well... right?
The Miri subtree was changed cc @rust-lang/miri |
@bors r+ p=1 |
☀️ Test successful - checks-actions |
Finished benchmarking commit (accc516): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 669.842s -> 671.321s (0.22%) |
r? @ghost