-
Notifications
You must be signed in to change notification settings - Fork 13.7k
miri subtree update #146156
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 #146156
Conversation
Bumps [slab](https://github.com/tokio-rs/slab) from 0.4.10 to 0.4.11. - [Release notes](https://github.com/tokio-rs/slab/releases) - [Changelog](https://github.com/tokio-rs/slab/blob/master/CHANGELOG.md) - [Commits](tokio-rs/slab@v0.4.10...v0.4.11) --- updated-dependencies: - dependency-name: slab dependency-version: 0.4.11 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…ts/deps/slab-0.4.11 Bump slab from 0.4.10 to 0.4.11 in /tests/deps
This updates the rust-version file to 125ff8a.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 125ff8a Filtered ref: bcbe2eb9c674ba7e35befb4557f33a1956964256 This merge was created using https://github.com/rust-lang/josh-sync.
Automatic Rustup
CI: also test build on powerpc
This updates the rust-version file to 8e3710e.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 8e3710e Filtered ref: 3629e47f19f1c1c9710f45b80a31eb32d851baf6 This merge was created using https://github.com/rust-lang/josh-sync.
Automatic Rustup
add some ZST reborrow tests
…-rdtsc Account for time spent tracing, use RDTSC for faster time
tree borrows: refactor new-permission logic
This updates the rust-version file to f6d2341.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: f6d2341 Filtered ref: fc132ae45e682a2556f99caed7bca9b8a2e909c8 This merge was created using https://github.com/rust-lang/josh-sync.
Automatic Rustup
This updates the rust-version file to a1dbb44.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: a1dbb44 Filtered ref: e644bd7324c7e071785356fcaad5bd89e671366b This merge was created using https://github.com/rust-lang/josh-sync.
Automatic Rustup
TB: fix SIFA comment
This updates the rust-version file to 269d5b5.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 269d5b5 Filtered ref: a221b1d3ebb78ec8a01dcb1fe6bb165378e2f5c9 This merge was created using https://github.com/rust-lang/josh-sync.
Automatic Rustup
These commits modify the If this was unintentional then you should revert the changes before this PR is merged. |
@bors r+ p=1 |
miri subtree update Subtree update of `miri` to rust-lang/miri@883dbf0. Created using https://github.com/rust-lang/josh-sync. r? `@ghost`
Rollup of 16 pull requests Successful merges: - #143725 (core: add Peekable::next_if_map) - #145209 (Stabilize `path_add_extension`) - #145342 (fix drop scope for `super let` bindings within `if let`) - #145750 (raw_vec.rs: Remove superfluous fn alloc_guard) - #145962 (Ensure we emit an allocator shim when only some crate types need one) - #145963 (Add LSX accelerated implementation for source file analysis) - #146054 (add `#[must_use]` to `array::repeat`) - #146090 (Derive `PartialEq` for `InvisibleOrigin`) - #146120 (Correct typo in `rustc_errors` comment) - #146127 (Rename `ToolRustc` to `ToolRustcPrivate`) - #146133 (Revert "Make `lto` and `linker-plugin-lto` work the same for `compiler_builtins`) - #146134 (llvm: nvptx: Layout update to match LLVM) - #146136 (docs(std): add missing closing code block fences in doc comments) - #146137 (Disallow frontmatter in `--cfg` and `--check-cfg` arguments) - #146140 (compiletest: cygwin follows windows in using PATH for dynamic libraries) - #146156 (miri subtree update) r? `@ghost` `@rustbot` modify labels: rollup
miri subtree update Subtree update of `miri` to rust-lang/miri@883dbf0. Created using https://github.com/rust-lang/josh-sync. r? `@ghost`
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
Ah fun, we are getting NaN where we should get Inf... |
@bors r+ |
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing a1208bf (parent) -> 9385c64 (this PR) Test differencesShow 1 test diff1 doctest diff were found. These are ignored, as they are noisy. Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 9385c64c95d971329e62917adc4349c8ccdbafe0 --output-dir test-dashboard And then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
Finished benchmarking commit (9385c64): 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)Results (primary -10.4%)A less reliable metric. May be of interest, but not used to determine the overall result above.
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: 466.26s -> 466.843s (0.13%) |
Subtree update of
miri
to rust-lang/miri@883dbf0.Created using https://github.com/rust-lang/josh-sync.
r? @ghost