Rollup of 5 pull requests - #161840
Conversation
…oc-link-typo, r=mejrs Enhance suggestions for unresolved links with typos path Fixes rust-lang#159496 r? @estebank
…2009 Add regression test for generic inference Fixes rust-lang#120922. This PR tests the crash mentioned in the issue. The reduction was made with `treereduce` and it was quite drastic. This code causes the same ICE as rust-lang#120922 on 1.76, 1.77 and 1.78. 1.79 appears to fix it, and it doesn't cause ICE on stable either. I couldn't figure out a good name for the test file so I just used the issue since there were others already doing that. But I could change it if there's a better name for it. EDIT: I saw that tidy didn't like the test name, so I changed it to please it. But like I said, I couldn't think of a good name, so I'm open to suggestions.
…n-crate-edition-help, r=mejrs Improve missing extern crate diagnostics in Rust 2015 Fixes rust-lang#160026 closes rust-lang#112809
Fix long type on diagnostics for conditionally implemented traits Fixes rust-lang#161439. This PR adds a short_string where it seemed to be missing according to the issue and the code surroundings. The test for it used for base the test from rust-lang#158494, but with different compiler flags. Thanks @philss @brunojabs
Fix doc link to pointer::addr Remove some backticks that break some doc links on the `Ord`/`PartialOrd` impls for `*const T`
|
@bors r+ rollup=never 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 bff8e12 (parent) -> d9dd070 (this PR) Test differencesShow 52 test diffsStage 1
Stage 2
Additionally, 35 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 d9dd0703ba332dbdd19ae6c9bf7ab98ab7c933c7 --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 (d9dd070): 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 -8.3%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary 2.7%, secondary 21.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (primary 0.0%, secondary 0.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 474.868s -> 475.228s (0.08%) |
|
📌 Perf builds for each rolled up PR:
parent commit: bff8e12ff5 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