Rollup of 5 pull requests#156361
Conversation
Likewise for the corresponding incremental test. Part of MCP 983.
Part of MCP 983.
Plus two related methods. Part of MCP 983.
Part of MCP 983.
Part of MCP 983.
Including the `stable_hasher` attribute and the `HashStableMode` enum. Part of MCP 983.
And the `abi_hash` method as `abi_stable_hash`. Part of MCP 983.
Part of MCP 983.
The explanation given for the non-derive use is incorrect.
Update example code of `std::array::from_fn` Since the std::array::from_fn feature has been stabilized since version 1.91.1, the comment stating that it is not stable has been removed. Additionally, the related example code has been modified into a simple example that is easy to understand. Close rust-lang#156102
…t, r=chenyukang
use `cfg_select!` in integer `{to, from}_{le, be}`
A simple bit of cleanup.
…, r=jieyouxu Make stable hashing names consistent (part 2) This PR finishes the implementation of MCP 893. r? @jieyouxu
…_fix, r=adwinwhite fix: Guard SizeSkeleton::compute against stack overflow Fixes rust-lang#156137 Fix: extract the recursion into a private `compute_inner` that carries a depth counter. When depth exceeds the crate's recursion limit, return `LayoutError::Unknown` and let the existing transmute size-check produce a normal error instead of crashing. A regression test is included in `tests/ui/transmute/`.
resolve: Set correct parent and expansion for `self` declarations Follow up to rust-lang#146972 and rust-lang#154313. The `parent` seems to not be used yet, it will ICE if used (rust-lang#156185 uses it). The `expn_id` is only relevant to macros 2.0, I won't bother coming up with a test.
|
@bors r+ rollup=never p=5 |
This comment has been minimized.
This comment has been minimized.
|
📌 Perf builds for each rolled up PR:
previous master: 0490dd9385 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 0490dd9 (parent) -> 29155a4 (this PR) Test differencesShow 6496 test diffsStage 0
Stage 1
Stage 2
Additionally, 6468 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 29155a4cd6e9ecddf1ce1c539711df678923d69a --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 (29155a4): 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 (primary 1.3%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary -0.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis perf run didn't have relevant results for this metric. Bootstrap: 497.416s -> 498.758s (0.27%) |
Successful merges:
std::array::from_fn#156354 (Update example code ofstd::array::from_fn)cfg_select!in integer{to, from}_{le, be}#156359 (usecfg_select!in integer{to, from}_{le, be})selfdeclarations #156353 (resolve: Set correct parent and expansion forselfdeclarations)r? @ghost
Create a similar rollup