-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Miri subtree update #121232
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 #121232
Conversation
`mmap64` is like `mmap` but uses a 64-bit integer instead of `off_t` for the offset parameter.
Automatic Rustup
moving out sched_getaffinity interception from linux'shim, FreeBSD su… …pporting it too.
Switch over to rustc's `tracing` crate instead of using our own `log` crate disadvantage: to turn on debug/trace logging, you need a rustc built with it advantage: sharing our logging scheme with rustc, so our logs get nested correctly.
Miri has used the `target/miri` subdirectory since 2021 to keep itself separate from non-miri builds, so this should not be necessary. See commit 6a18683 Since the items are no longer a sequence of steps to do in order ("first, make sure that ..."), switch to an unordered list while we're at it. Closes rust-lang#3289
Stop recommending cargo clean in README Miri has used the `target/miri` subdirectory since 2021 to keep itself separate from non-miri builds, so this should not be necessary. See commit 6a18683 Since the items are no longer a sequence of steps to do in order ("first, make sure that ..."), switch to an unordered list while we're at it. Closes rust-lang#3289
Automatic Rustup
Automatic Rustup
Automatic Rustup
Automatic Rustup
`mmap64` is only defined on Linux, so move the implementation to Linux-specific code.
Automatic Rustup
Rustup With rust-lang#121035 landed we can rustfmt format `async FnOnce`.
Automatic Rustup
Implement x86 AVX intrinsics ~Blocked on <https://github.com/rust-lang/miri/pull/3214>~
Automatic Rustup
The Miri subtree was changed cc @rust-lang/miri |
These commits modify the If this was unintentional then you should revert the changes before this PR is merged. |
@bors r+ p=1 |
☀️ Test successful - checks-actions |
Finished benchmarking commit (eeeb021): 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: 638.94s -> 638.332s (-0.10%) |
r? @ghost