Merged
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
Member
Author
|
@bors r+ rollup=never p=6 |
Collaborator
Collaborator
Collaborator
|
☀️ Test successful - checks-actions |
Collaborator
|
📌 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: |
Collaborator
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Successful merges:
is_previewfor clippy and rustfmt #103648 (Don't setis_previewfor clippy and rustfmt)#![deny(unsafe_op_in_unsafe_fn)]in liballoc tests #104654 (Add#![deny(unsafe_op_in_unsafe_fn)]in liballoc tests)abi_efiapifeature #104793 (unstable-book: Add page for theabi_efiapifeature)Fntrait selection #104841 (Assert that we don't capture escaping bound vars inFntrait selection)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup