-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 10 pull requests #120281
Rollup of 10 pull requests #120281
Conversation
both support thread local.
The practical motivation is to omit the pass from -Zdump-mir=all when disabled.
Add more weirdness to weird-exprs.rs
…vidtwco Suggest array::from_fn for array initialization Fixes rust-lang#119530
…specs, r=wesleywiser compiler: update freebsd and netbsd base specs. both support thread local.
Update some deps with `bitflags` v1 dependencies This only leaves `pulldown-cmark` (which has updated to bitflags v2 in Git) and `rustc_apfloat` (PR opened previously at rust-lang/rustc_apfloat#12)
Use `Self` in `NonZero*` implementations. This slightly reduces the size of the eventual diff when making these generic, since this can be merged independently.
…estebank Re-add estebank to review rotation r? ``@compiler-errors``
…-errors rename `RawTy` to `LoweredTy` I believe this name to more closely match its purpose r? ``@compiler-errors``
correct my mailmap entry
A bunch of random modifications r? oli-obk Kitchen sink of changes that I didn't know where to put elsewhere. Documentation tweaks mostly, but also removing some unreachable code and simplifying the pretty printing for closures/coroutines.
Move condition enabling the pass to `is_enabled` The practical motivation is to omit the pass from -Zdump-mir=all when disabled.
@bors r+ rollup=never p=10 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: dfe53afaeb In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (5d3d347): 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)ResultsThis 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.
CyclesResultsThis 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: 662.823s -> 664.053s (0.19%) |
Successful merges:
bitflags
v1 dependencies #120215 (Update some deps withbitflags
v1 dependencies)Self
inNonZero*
implementations. #120244 (UseSelf
inNonZero*
implementations.)RawTy
toLoweredTy
#120252 (renameRawTy
toLoweredTy
)is_enabled
#120280 (Move condition enabling the pass tois_enabled
)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup