-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Rollup of 7 pull requests #147003
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rollup of 7 pull requests #147003
Conversation
Just use a `CStr`-literal...
Make the suggestion not to remove the adt and use the name of the adt variant
Fix duration_since panic on unix when std is built with integer overflow checks Add a test for regression rust-lang#146228, and turns out this test fails detects error when std is compiled with integer overflow checks. Original regression was reverted in rust-lang#146473. First attempt to fix was in rust-lang#146247; test and some code is copied from there, thanks `@eval-exec` r? `@RalfJung`
…=dtolnay Clarify Display for error should not include source Fixes rust-lang#145561. r? `@Noratrieb`
…e, r=BoxyUwU Improve the pretty print of UnstableFeature clause As per rust-lang#145095 (comment), we could make the diagnostic for unsatisfiable ``UnstableFeature`` clause better. r? `@BoxyUwU`
Improve derive suggestion of const param Make the suggestion not to remove the adt and use the name of the adt variant in the diagnostic. r? `@BoxyUwU`
core: simplify `CStr::default()` Just use a `CStr`-literal...
…r=joboet Fix infinite recursion in Path::eq with String - Closes [after beta backport] rust-lang#146940
fix ICE in writeback due to bound regions fixes rust-lang#117808 r? `@BoxyUwU`
@bors r+ rollup=never p=5 |
Rollup of 7 pull requests Successful merges: - #146556 (Fix duration_since panic on unix when std is built with integer overflow checks) - #146679 (Clarify Display for error should not include source) - #146753 (Improve the pretty print of UnstableFeature clause) - #146894 (Improve derive suggestion of const param) - #146950 (core: simplify `CStr::default()`) - #146958 (Fix infinite recursion in Path::eq with String) - #146971 (fix ICE in writeback due to bound regions) r? `@ghost` `@rustbot` modify labels: rollup
💔 Test failed - checks-actions |
@bors retry |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: bbcbc7818b 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 bbcbc78 (parent) -> 7cfd7d3 (this PR) Test differencesShow 155 test diffsStage 1
Stage 2
Additionally, 144 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 7cfd7d328b14b936c7ffede92cacebe8557c6388 --output-dir test-dashboard And 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 (7cfd7d3): comparison URL. Overall result: ❌ regressions - please read the text belowOur benchmarks found a performance regression caused by this PR. Next Steps:
@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 -1.2%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary 3.4%)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: 470.723s -> 469.935s (-0.17%) |
Bimodality, not real regression. |
Successful merges:
CStr::default()
#146950 (core: simplifyCStr::default()
)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup