-
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 5 pull requests #116455
Rollup of 5 pull requests #116455
Commits on Sep 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 702da3b - Browse repository at this point
Copy the full SHA 702da3bView commit details
Commits on Sep 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9130484 - Browse repository at this point
Copy the full SHA 9130484View commit details -
Configuration menu - View commit details
-
Copy full SHA for 999a354 - Browse repository at this point
Copy the full SHA 999a354View commit details
Commits on Oct 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5453a9f - Browse repository at this point
Copy the full SHA 5453a9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a79567b - Browse repository at this point
Copy the full SHA a79567bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a49138e - Browse repository at this point
Copy the full SHA a49138eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14c846c - Browse repository at this point
Copy the full SHA 14c846cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3088c4b - Browse repository at this point
Copy the full SHA 3088c4bView commit details -
Rollup merge of rust-lang#116220 - llogiq:stabilize-option-as-slice, …
…r=BurntSushi stabilize `Option::as_`(`mut_`)`slice` This is the stabilization to rust-lang#108545. Thanks to everyone who helped getting this into Rust proper.
Configuration menu - View commit details
-
Copy full SHA for 864e5d8 - Browse repository at this point
Copy the full SHA 864e5d8View commit details -
Rollup merge of rust-lang#116288 - ouz-a:smir_spans, r=spastorino
Add Span to various smir types Had to make few extra changes to few structs to attach spans to them. r? ``@oli-obk``
Configuration menu - View commit details
-
Copy full SHA for b301bd4 - Browse repository at this point
Copy the full SHA b301bd4View commit details -
Rollup merge of rust-lang#116415 - ouz-a:move_subtyper, r=oli-obk
Move subtyper below reveal_all and change reveal_all In previous attempt rust-lang#116378 we tried to handle `Opaque` in few different places, but this isn't necessary, after moving subtyper below reveal_all and calling `super_place` on reveal_all, issues cease to exist. r? ``@oli-obk`` Fixes rust-lang#116332 Fixes rust-lang#116265 Fixes rust-lang#116383 Fixes rust-lang#116333
Configuration menu - View commit details
-
Copy full SHA for 08cc742 - Browse repository at this point
Copy the full SHA 08cc742View commit details -
Rollup merge of rust-lang#116428 - Alexendoo:note-duplicate-diagnosti…
…cs, r=compiler-errors,estebank Add a note to duplicate diagnostics Helps explain why there may be a difference between manual testing and the test suite output and highlights them as something to potentially look into For existing duplicate diagnostics I just blessed them other than a few files that had other `NOTE` annotations in
Configuration menu - View commit details
-
Copy full SHA for c1c5ab7 - Browse repository at this point
Copy the full SHA c1c5ab7View commit details -
Rollup merge of rust-lang#116452 - cjgillot:noassert-erased, r=oli-obk
Do not assert that hidden types don't have erased regions. cc rust-lang#116306 `args` can have erased regions. In the linked issue, this is reached by computing whether a large type is `Freeze` to compute its ABI. I do not have a minimized test to include.
Configuration menu - View commit details
-
Copy full SHA for 76d0b79 - Browse repository at this point
Copy the full SHA 76d0b79View commit details