-
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 7 pull requests #92730
Rollup of 7 pull requests #92730
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.
⌛ Testing commit 35d408c with merge 6520c8a433720aab07d8dfa845b8a438d9d47e90... |
@bors retry Yield to the stable release. |
⌛ Testing commit 35d408c with merge 8bf6b4c5d47beda4dd94cf1185efa6fac5eca885... |
@bors retry (bors glitched and inappropriately landed a PR, retrying this to avoid issues) |
⌛ Testing commit 35d408c with merge f340d4d3f893e551264561c352035567ac76aa13... |
💥 Test timed out |
@bors retry |
⌛ Testing commit 35d408c with merge 0008091af64d87724652b993a81798d88d92e4cd... |
💥 Test timed out |
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. |
Closing out a stale rollup. |
Successful merges:
std::error::Report
type #91938 (Addstd::error::Report
type)CrateMetadataRef
by reference (step 1) #92277 (rustc_metadata: Stop passingCrateMetadataRef
by reference (step 1))File::options
stabilization #92703 (RELEASES.md: Add 1.58 release note forFile::options
stabilization)no_run
attribute #92707 (Extended the note on the use ofno_run
attribute)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup