-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Rollup of 6 pull requests #139734
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 6 pull requests #139734
Conversation
std: make `cmath` functions safe The floating point intrinsics are more difficult, I'll probably wait until rust-lang#119899 has merged before making them safe as well.
… r=petrochenkov Add regression test for rust-lang#127424 Fixes: rust-lang#127424 This ICE no longer reproduces, so it appears to have already been fixed. This PR adds a regression test to ensure the issue doesn’t come back in the future. Please let me know if there's anything I should improve or revise!
Document that `opt-dist` requires metrics to be enabled Suggested in rust-lang#139686.
Fix comment in bootstrap Didn't notice it in rust-lang#139588. r? ````@jieyouxu````
…=petrochenkov Fix name of field in doc comment Trivial doc fix
bootstrap: fix typo in doc string
@bors r+ rollup=never p=5 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: fda35a6da6 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 fda35a6 (parent) -> 65fa0ab (this PR) Test differencesShow 2 test diffsStage 1
Stage 2
Job group index
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 (65fa0ab): 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)This benchmark run did not return any relevant results for this metric. CyclesResults (primary 2.3%, secondary -2.0%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 780.374s -> 779.489s (-0.11%) |
…enton Rollup of 6 pull requests Successful merges: - rust-lang#139107 (std: make `cmath` functions safe) - rust-lang#139607 (Add regression test for rust-lang#127424) - rust-lang#139691 (Document that `opt-dist` requires metrics to be enabled) - rust-lang#139707 (Fix comment in bootstrap) - rust-lang#139708 (Fix name of field in doc comment) - rust-lang#139709 (bootstrap: fix typo in doc string) r? `@ghost` `@rustbot` modify labels: rollup
Successful merges:
cmath
functions safe #139107 (std: makecmath
functions safe)assertion failed: matches!(owner, hir::MaybeOwner::Phantom)
#127424)opt-dist
requires metrics to be enabled #139691 (Document thatopt-dist
requires metrics to be enabled)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup