-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 5 pull requests #115553
Rollup of 5 pull requests #115553
Conversation
Does the `stop linting in box/arc initialization` task of 83518.
Emit error instead of ICE when optimized MIR is missing Closes rust-lang#51388
Take `&mut Results` in `ResultsVisitor` This fixes a small oversight from rust-lang#108293.
Allow `large_assignments` for Box/Arc/Rc initialization Does the `stop linting in box/arc initialization` task of rust-lang#83518. r? `@oli-obk` who is E-mentor.
…ice, r=lcnr Don't ICE on associated type projection without feature gate in new solver Self-explanatory, we should avoid ICEs when the feature gate is not enabled. Continue to ICE when the feature gate *is* enabled, though. Fixes rust-lang#115500
Expose more information with DefId in smir Currently `Debug` for `DefId` doesn't provide enough information, this changes so that we get `usize` of the `DefId` and the name of it. r? `@oli-obk`
@bors r+ rollup=never p=5 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: 626a6ab93f In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (8cfaf70): comparison URL. Overall result: ❌ regressions - ACTION NEEDEDNext Steps: If you can justify the regressions found in this perf run, please indicate this with @rustbot label: +perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
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. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 627.535s -> 628.68s (0.18%) |
Looks like |
@rustbot label: +perf-regression-triaged |
Successful merges:
&mut Results
inResultsVisitor
#115488 (Take&mut Results
inResultsVisitor
)large_assignments
for Box/Arc/Rc initialization #115492 (Allowlarge_assignments
for Box/Arc/Rc initialization)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup