-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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 4 pull requests #132262
Rollup of 4 pull requests #132262
Conversation
The last {UninternedType}S is in captivity. The galaxy is at peace.
Stabilize `isqrt` feature Stabilizes the `isqrt` feature. FCP is incomplete. Closes rust-lang#116226
…ansmute, r=compiler-errors rustc_transmute: Directly use types from rustc_abi Using the reexport from rustc_target is not necessary here, so use rustc_abi directly.
…ayoutdata, r=jieyouxu compiler: rename LayoutS to LayoutData Bid `LayoutS` goodbye because it looks like a typo. `LayoutS` is the last of the types that use the "`{TypeName}` is the interned type, `{TypeName}S` is the backing data that is interned" convention. This is pretty confusing to those not intimately familiar with the history of rustc's names for its types over time, and doubly so now that there are no other examples in the tree. Abolish this convention.
…youxu Known-bug test for `keyword_idents` lint not propagating to other files Known-bug test for `keyword_idents` lint not propagating to other files when configured via attribute (rust-lang#132218).
@bors r+ rollup=never p=4 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: 32b17d56eb In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (9f57edf): 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 -1.3%)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.
CyclesResults (secondary 2.7%)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: 784.348s -> 782.934s (-0.18%) |
Successful merges:
isqrt
feature #131391 (Stabilizeisqrt
feature)keyword_idents
lint not propagating to other files #132253 (Known-bug test forkeyword_idents
lint not propagating to other files)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup