-
Notifications
You must be signed in to change notification settings - Fork 13.4k
update Miri #104617
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 Miri #104617
Conversation
recreated by hand
recreated by hand
- support pulling specific commit - make rust-version update a separate commit to avoid confusing josh - after pushing, check that we have a clear round-trip
empty commit to go through bors Go through bors once to clean up after the force push, have CI run, all the usual.
remove CI badge We don't actually run CI on the `master` branch (because bors checks things before they can even be on master), so this doesn't really show anything. rustc doesn't have a badge either. I think we can live without it. :D
implement clock_gettime on macos and pull in rustc changes so we can test this against rust-lang#103594. Fixes rust-lang/miri#2664
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
The Miri subtree was changed cc @rust-lang/miri |
This comment has been minimized.
This comment has been minimized.
r=me on lib changes, which are trivial. |
@bors r+ p=1 |
📌 Commit f70fd7853c9a0134997c37987c11b275ff9c16e0 has been approved by It is now in the queue for this repository. |
make miri-seed a regular integer, and also set layout-seed in many-seeds This makes the seed format consistent between `-Zlayout-seed` and `-Zmiri-seed`.
@bors r- |
make align_offset always work on no-provenance pointers Fixes rust-lang/miri#2682
@bors r+ p=1 |
☀️ Test successful - checks-actions |
Finished benchmarking commit (911cbf8): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
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. |
Note for weekly triage: |
update Miri r? `@thomcc` for the lib changes (removing a `cfg(miri)` that is no longer needed)
r? @thomcc for the lib changes (removing a
cfg(miri)
that is no longer needed)