-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
Rollup of 2 pull requests #150430
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 2 pull requests #150430
Conversation
In the codebase we sometimes use `matches!` for values that can actually just be compared. Replace them with `==`.
…ieyouxu Document relative and absolute paths handling in `--remap-path-prefix` After what we have been through with rust-lang#150110 and rust-lang#150283 in the compiler, I think it would be good to document the user-facing parts of the relative and absolute paths handling in `--remap-path-prefix`. r? `@jieyouxu`
…r=Kivooeo Don't use `matches!` when `==` suffices In the codebase we sometimes use `matches!` for values that can actually just be compared. Replace them with `==`. Subset of rust-lang#149933.
|
@bors r+ rollup=never p=5 |
|
☀️ Test successful - checks-actions |
|
📌 Perf builds for each rolled up PR:
previous master: 0850949213 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 0850949 (parent) -> 4c67064 (this PR) Test differencesShow 2 test diffs2 doctest diffs were found. These are ignored, as they are noisy. Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 4c6706452cd0190d5435ad33dc25e565b6457517 --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 (4c67064): 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 (secondary 2.9%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary -3.5%)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: 482.408s -> 484.312s (0.39%) |
Successful merges:
--remap-path-prefix#150393 (Document relative and absolute paths handling in--remap-path-prefix)matches!when==suffices #150405 (Don't usematches!when==suffices)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup