Conversation
This updates the rust-version file to 2cd4ee6.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 2cd4ee6 Filtered ref: 0fa640c05f720805b85aaf146087ed923ab5b9cb Upstream diff: rust-lang/rust@dc47a69...2cd4ee6 This merge was created using https://github.com/rust-lang/josh-sync.
Automatic Rustup
This updates the rust-version file to 0208ee0.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 0208ee0 Filtered ref: ed079a53d7211d3e75443b17327b41e9735255f2 Upstream diff: rust-lang/rust@2cd4ee6...0208ee0 This merge was created using https://github.com/rust-lang/josh-sync.
Automatic Rustup
add avx512 pshufb
Implement SetFileInformationByHandle, as well as direct shim test for it
This updates the rust-version file to 686f9ce.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 686f9ce Filtered ref: 6797ffd06586bf79776bae0cf8967a6fd406c10a Upstream diff: rust-lang/rust@0208ee0...686f9ce This merge was created using https://github.com/rust-lang/josh-sync.
Automatic Rustup
remove spin_loop hint intrinsics we no longer need
Implement FlushFileBuffers
This updates the rust-version file to 526a91c.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 526a91c Filtered ref: 5d2311696042064c979457bed1680763ec8e8f5b Upstream diff: rust-lang/rust@686f9ce...526a91c This merge was created using https://github.com/rust-lang/josh-sync.
Automatic Rustup
This updates the rust-version file to f51d1bc.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: f51d1bc Filtered ref: 2ebfe7b93d9b7f9d2dfac7b79e2d473810287782 Upstream diff: rust-lang/rust@526a91c...f51d1bc This merge was created using https://github.com/rust-lang/josh-sync.
This updates the rust-version file to cb79c42.
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: cb79c42 Filtered ref: 3d67cb5b8f2db0234afa897808f69bf76143044e Upstream diff: rust-lang/rust@f51d1bc...cb79c42 This merge was created using https://github.com/rust-lang/josh-sync.
Automatic Rustup
… no `else` When encountering an `if` expression with no `else` where the then block has a tail expression, we emit an E0308 type error. We now explain why `()` was expected.
…exposed_main Tree Borrows: multiple invalid exposed nodes on main subtree
readme: update android state
Detail expectation on non-`()` block tail in `if` then condition with no `else` When encountering an `if` expression with no `else` where the then block has a tail expression, we emit an E0308 type error. We now explain why `()` was expected. Partially address rust-lang#144911.
…vooeo Don't lint on interior mutable `const` item coming from derefs This PR fixes the `const_item_interior_mutations` lint so we don't lint on interior mutable `const` item coming from derefs. Fixes rust-lang#150157
miri subtree update Subtree update of `miri` to rust-lang/miri@4a8db0f. Created using https://github.com/rust-lang/josh-sync. r? `@ghost`
|
@bors r+ rollup=never p=5 |
|
☀️ Test successful - checks-actions |
|
📌 Perf builds for each rolled up PR:
previous master: 04813e4de8 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
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 04813e4 (parent) -> 4f14395 (this PR) Test differencesShow 10 test diffsStage 1
Stage 2
Additionally, 8 doctest diffs were found. These are ignored, as they are noisy. Job group index
Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 4f14395c37db4c1be874e6b0ace6721674223c22 --output-dir test-dashboardAnd 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 (4f14395): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (secondary -2.6%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary -1.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 481.395s -> 480.891s (-0.10%) |
Successful merges:
()block tail inifthen condition with noelse#149928 (Detail expectation on non-()block tail inifthen condition with noelse)constitem coming from derefs #150166 (Don't lint on interior mutableconstitem coming from derefs)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup