-
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 #97180
Rollup of 6 pull requests #97180
Conversation
Co-authored-by: Wesley Wiser <[email protected]> Co-authored-by: Josh Stone <[email protected]> Co-authored-by: Josh Triplett <[email protected]>
Co-authored-by: Who? Me?! <[email protected]>
…tegrator when inline mir-opt
…acrum Add release notes for 1.61.0 cc `@rust-lang/release`
move processing of `source_scope_data` into `MutVisitor`'s impl of `Integrator` when inline This PR fixes the FIXME in the inline mir-opt which moves processing of `source_scope_data` into `MutVisitor`'s impl of `Integrator` when inline
Fix doc typo Fixes a minor doc typo for `atomic::fence()`.
Improve `u32 as char` cast diagnostic Fixes rust-lang#97160
Remove unnecessay .report() on ExitCode Since rust-lang#93442, the return type is `ExitCode` anyway so there's no need to do a conversion using `.report()` (which is now just a no-op).
…rrors Add regression test for rust-lang#88119 Closes rust-lang#88119
@bors r+ rollup=never |
📌 Commit 1fb9be0 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (a09d36d): comparison url. Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results
CyclesResults
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
Successful merges:
source_scope_data
intoMutVisitor
's impl ofIntegrator
when inline #97142 (move processing ofsource_scope_data
intoMutVisitor
's impl ofIntegrator
when inline)u32 as char
cast diagnostic #97169 (Improveu32 as char
cast diagnostic)const_impl_trait
+const_evaluatable_checked
#88119)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup