-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 #104877
Rollup of 6 pull requests #104877
Conversation
These have been shipped on stable for many years now and it would be very disruptive to ever remove them. Remove the `-preview` suffix from their dist components.
and fix the same typo in a bunch of other places
Don't set `is_preview` for clippy and rustfmt These have been shipped on stable for many years now and it would be very disruptive to ever remove them. Remove the `-preview` suffix from their dist components. Based on rust-lang#102565.
…safe_fn, r=Mark-Simulacrum Add `#![deny(unsafe_op_in_unsafe_fn)]` in liballoc tests In rust-lang#104647 (comment) it was mentioned that liballoc tests should probably have this enabled (we have it pretty much everywhere else in the stdlib), so I added it. This will probably conflict with rust-lang#104647 so I'll rebase after that lands.
…r=JohnTitor unstable-book: Add page for the `abi_efiapi` feature Tracking issue for `abi_efiapi`: rust-lang#65815
…=jackh726 Assert that we don't capture escaping bound vars in `Fn` trait selection Fixes rust-lang#104825
…-css-migration, r=notriddle Migrate source code elements style to CSS variables r? ``@notriddle``
RefCell::get_mut: fix typo and fix the same typo in a bunch of other places
@bors r+ rollup=never p=6 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR: previous master: 8a75c5a9b5 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (e704e95): 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.
CyclesThis benchmark run did not return any relevant results for this metric. |
Successful merges:
is_preview
for clippy and rustfmt #103648 (Don't setis_preview
for clippy and rustfmt)#![deny(unsafe_op_in_unsafe_fn)]
in liballoc tests #104654 (Add#![deny(unsafe_op_in_unsafe_fn)]
in liballoc tests)abi_efiapi
feature #104793 (unstable-book: Add page for theabi_efiapi
feature)Fn
trait selection #104841 (Assert that we don't capture escaping bound vars inFn
trait selection)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup