Rollup of 2 pull requests - #161965
Conversation
…uchsia This matches the default target features for aarch64 fuchsia emitted by clang.
Allow Unpin impls for local extern type Fixes rust-lang#155053 `visit_implementation_of_unpin` helper only handles `ty::Adt` and does delay the bug for everything else. The orphan check is what allows a local foreign type i.e. `ty::Foreign` and that's why we can each that arm and ICE.
…jieyouxu compiler: Make +fix-cortex-a53-835769 a default feature for aarch64 fuchsia This matches the default target features for aarch64 fuchsia emitted by clang.
|
@bors r+ p=5 |
This comment has been minimized.
This comment has been minimized.
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 58ae2c4 (parent) -> 6bb812b (this PR) Test differencesShow 9 test diffsStage 1
Stage 2
Additionally, 2 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 6bb812b714cce8e08864b7b569303f25ab08eaad --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 (6bb812b): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis perf run didn't have relevant results for this metric. Max RSS (memory usage)Results (primary -2.7%, secondary 5.2%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary -2.0%, secondary 2.3%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (primary 0.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 475.447s -> 475.357s (-0.02%) |
|
📌 Perf builds for each rolled up PR:
parent commit: 58ae2c4315 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Successful merges:
r? @ghost
Create a similar rollup