Merged
Conversation
Co-authored-by: Wesley Wiser <wwiser@gmail.com> Co-authored-by: Josh Stone <cuviper@gmail.com> Co-authored-by: Josh Triplett <josh@joshtriplett.org>
Co-authored-by: Who? Me?! <mark-i-m@users.noreply.github.com>
…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
Member
Author
|
@bors r+ rollup=never |
Collaborator
|
📌 Commit 1fb9be0 has been approved by |
Collaborator
Collaborator
|
☀️ Test successful - checks-actions |
Collaborator
|
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 |
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:
source_scope_dataintoMutVisitor's impl ofIntegratorwhen inline #97142 (move processing ofsource_scope_dataintoMutVisitor's impl ofIntegratorwhen inline)u32 as charcast diagnostic #97169 (Improveu32 as charcast diagnostic)const_impl_trait+const_evaluatable_checked#88119)Failed merges:
r? @ghost
@rustbot modify labels: rollup
Create a similar rollup