-
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
Commits on Aug 30, 2023
-
Emit error instead of ICE when optimized MIR is missing
Closes 51388.
Configuration menu - View commit details
-
Copy full SHA for 456007a - Browse repository at this point
Copy the full SHA 456007aView commit details
Commits on Sep 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f686bd8 - Browse repository at this point
Copy the full SHA f686bd8View commit details
Commits on Sep 3, 2023
-
Allow
large_assignments
for Box/Arc/Rc initializationDoes the `stop linting in box/arc initialization` task of 83518.
Configuration menu - View commit details
-
Copy full SHA for 789451b - Browse repository at this point
Copy the full SHA 789451bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c667fe - Browse repository at this point
Copy the full SHA 8c667feView commit details
Commits on Sep 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 56d10a8 - Browse repository at this point
Copy the full SHA 56d10a8View commit details
Commits on Sep 5, 2023
-
Rollup merge of rust-lang#115353 - Enselic:no-optimized-mir, r=oli-obk
Emit error instead of ICE when optimized MIR is missing Closes rust-lang#51388
1Configuration menu - View commit details
-
Copy full SHA for a73c663 - Browse repository at this point
Copy the full SHA a73c663View commit details -
Rollup merge of rust-lang#115488 - Jarcho:mut_result_visitor, r=oli-obk
Take `&mut Results` in `ResultsVisitor` This fixes a small oversight from rust-lang#108293.
Configuration menu - View commit details
-
Copy full SHA for e9d15ec - Browse repository at this point
Copy the full SHA e9d15ecView commit details -
Rollup merge of rust-lang#115492 - Enselic:large-box-move, r=oli-obk
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.
Configuration menu - View commit details
-
Copy full SHA for 6f180ea - Browse repository at this point
Copy the full SHA 6f180eaView commit details -
Rollup merge of rust-lang#115519 - compiler-errors:next-solver-assoc-…
…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
Configuration menu - View commit details
-
Copy full SHA for f5e6aa3 - Browse repository at this point
Copy the full SHA f5e6aa3View commit details -
Rollup merge of rust-lang#115534 - ouz-a:smir_def, r=oli-obk
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`
Configuration menu - View commit details
-
Copy full SHA for 03853d5 - Browse repository at this point
Copy the full SHA 03853d5View commit details