Rollup of 7 pull requests#92730
Closed
matthiaskrgr wants to merge 29 commits intorust-lang:masterfrom
Closed
Conversation
It's already a (fat) reference. Double referencing it creates lifetime issues for its methods that want to return iterators.
The doc states that instants are not steady, but the word "not" wasn't highlighted in bold.
Add `std::error::Report` type This is a continuation of rust-lang#90174, split into a separate PR since I cannot push to ````@seanchen1991```` 's fork
rustc_metadata: Stop passing `CrateMetadataRef` by reference (step 1) It's already a (fat) reference. Double referencing it creates lifetime issues for its methods that want to return iterators. --- Extracted from rust-lang#92245 for a perf run. The PR changes a lot of symbol names due to function signature changes, so it's hard to do differential profiling, let's spend some machine time instead.
…uillaumeGomez rustdoc: Preserve rendering of macro_rules matchers when possible Fixes rust-lang#92331. This approach restores the behavior prior to rust-lang#86282 **if** the matcher token held by the compiler **and** the matcher token found in the source code are identical TokenTrees. Thus rust-lang#86208 remains fixed, but without regressing formatting for the vast majority of macros which are not macro-generated.
Allow unwinding from OOM hooks This is split off from rust-lang#88098 and contains just the bare minimum to allow specifying a custom OOM hook with `set_alloc_error_hook` which unwinds instead of aborting. See rust-lang#88098 for an actual command-line flag which switches the default OOM behavior to unwind instead of aborting. Previous perf results show a negligible impact on performance.
… r=pietroalbini RELEASES.md: Add 1.58 release note for `File::options` stabilization
Extended the note on the use of `no_run` attribute
Fix doc formatting for time.rs The doc states that instants are not steady, but the word "not" wasn't highlighted in bold.
Collaborator
|
⌛ Testing commit 35d408c with merge 6520c8a433720aab07d8dfa845b8a438d9d47e90... |
Member
|
@bors retry Yield to the stable release. |
Collaborator
Collaborator
|
⌛ Testing commit 35d408c with merge 8bf6b4c5d47beda4dd94cf1185efa6fac5eca885... |
Member
|
@bors retry (bors glitched and inappropriately landed a PR, retrying this to avoid issues) |
Collaborator
|
⌛ Testing commit 35d408c with merge f340d4d3f893e551264561c352035567ac76aa13... |
Collaborator
Collaborator
|
💥 Test timed out |
Member
|
@bors retry |
Collaborator
Collaborator
|
⌛ Testing commit 35d408c with merge 0008091af64d87724652b993a81798d88d92e4cd... |
Collaborator
|
💥 Test timed out |
Collaborator
Contributor
Member
|
Yeah, when I retried it, I wondered if it could be that PR, but I thought it was worth retrying in case it was spurious. |
Contributor
|
Closing out a stale rollup. |
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:
std::error::Reporttype #91938 (Addstd::error::Reporttype)CrateMetadataRefby reference (step 1) #92277 (rustc_metadata: Stop passingCrateMetadataRefby reference (step 1))File::optionsstabilization #92703 (RELEASES.md: Add 1.58 release note forFile::optionsstabilization)no_runattribute #92707 (Extended the note on the use ofno_runattribute)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup