Uh oh!
There was an error while loading. Please reload this page.
Rollup of 5 pull requests - #147308
Conversation
Two places doing the same thing is enough to motivate me to extract this to a method :)
…bar-not-all-in-pattern, r=lcnr only replace the intended comma in pattern suggestions Only suggest to replace the intended comma, not all bars in the pattern. Fixesrust-lang#143330. This continues rust-lang#143331, the credit for making the fix goes to `@A4-Tacks.` I just blessed tests and added a regression test.
Add regression test for 123953 close: rust-lang#123953
…thar Extract common logic for iterating over features Two places doing the same thing is enough to motivate me to extract this to a method :)
…r=fmease Respect `-Z` unstable options in `rustdoc --test` This PR makes rustdoc respect `-Z` unstable options when collecting doctests (`rustdoc --test`). In the process I also realized that `--error-format` wasn't respected as well, making UI annotations impossible to write so I fixed that as well. Best reviewed commit by commit. Fixesrust-lang#147276Fixesrust-lang#143930 r? fmease
Add xtensa arch to object file creation Just something that was missed in the xtensa target PRs.
matthiaskrgr
commented
Oct 3, 2025
@bors r+ rollup=never p=5 |
bors
commented
Oct 3, 2025
bors
commented
Oct 3, 2025
Rollup of 5 pull requests Successful merges: - #147245 (only replace the intended comma in pattern suggestions) - #147269 (Add regression test for 123953) - #147277 (Extract common logic for iterating over features) - #147292 (Respect `-Z` unstable options in `rustdoc --test`) - #147300 (Add xtensa arch to object file creation) r? `@ghost` `@rustbot` modify labels: rollup
rust-log-analyzer
commented
Oct 3, 2025
The job Click to see the possible cause of the failure (guessed by this bot) |
bors
commented
Oct 3, 2025
💔 Test failed - checks-actions |
matthiaskrgr
commented
Oct 4, 2025
@bors retry |
bors
commented
Oct 4, 2025
msvc failure is tracked in #147321 |
bors
commented
Oct 4, 2025
☀️ Test successful - checks-actions |
rust-timer
commented
Oct 4, 2025
📌 Perf builds for each rolled up PR:
previous master: 7950f244e7 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 7950f24 (parent) -> a0f398e (this PR) Test differencesShow 36 test diffsStage 1
Stage 2
Additionally, 26 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 a0f398e89df9767c93c81cd58d44fdba071258a8 --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 |
rust-timer
commented
Oct 4, 2025
Finished benchmarking commit (a0f398e): 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 0.8%, secondary -1.9%)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: 473.406s -> 472.925s (-0.10%) |
Successful merges:
-Zunstable options inrustdoc --test#147292 (Respect-Zunstable options inrustdoc --test)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup