-
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 #115573
Rollup of 5 pull requests #115573
Commits on Aug 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b9c15c5 - Browse repository at this point
Copy the full SHA b9c15c5View commit details
Commits on Aug 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0188b9c - Browse repository at this point
Copy the full SHA 0188b9cView commit details
Commits on Aug 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 56c17dc - Browse repository at this point
Copy the full SHA 56c17dcView commit details -
Allow stuct literals in if let guards
This is consistent with normal match guards.
Configuration menu - View commit details
-
Copy full SHA for 89235fd - Browse repository at this point
Copy the full SHA 89235fdView commit details
Commits on Sep 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for caf2f33 - Browse repository at this point
Copy the full SHA caf2f33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7242c65 - Browse repository at this point
Copy the full SHA 7242c65View commit details -
Configuration menu - View commit details
-
Copy full SHA for a43ac06 - Browse repository at this point
Copy the full SHA a43ac06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a129d1 - Browse repository at this point
Copy the full SHA 5a129d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8764b87 - Browse repository at this point
Copy the full SHA 8764b87View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9de0c5 - Browse repository at this point
Copy the full SHA a9de0c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1e449c - Browse repository at this point
Copy the full SHA c1e449cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98fa0c9 - Browse repository at this point
Copy the full SHA 98fa0c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a0b1bc - Browse repository at this point
Copy the full SHA 6a0b1bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4684ffa - Browse repository at this point
Copy the full SHA 4684ffaView commit details -
Rollup merge of rust-lang#114794 - RalfJung:swap-safety, r=m-ou-se
clarify safety documentation of ptr::swap and ptr::copy Closes rust-lang#81005
Configuration menu - View commit details
-
Copy full SHA for cfa8466 - Browse repository at this point
Copy the full SHA cfa8466View commit details -
Rollup merge of rust-lang#115371 - matthewjasper:if-let-guard-parsing…
…, r=cjgillot Make if let guard parsing consistent with normal guards - Add tests that struct expressions are not allowed in `if let` and `while let` (no change, consistent with `if` and `while`) - Allow struct expressions in `if let` guards (consistent with `if` guards). r? `@cjgillot` Closes rust-lang#93817 cc rust-lang#51114
Configuration menu - View commit details
-
Copy full SHA for f3ac73d - Browse repository at this point
Copy the full SHA f3ac73dView commit details -
Rollup merge of rust-lang#115532 - oli-obk:smir_folder, r=compiler-er…
…rors Implement SMIR generic parameter instantiation Also demonstrates the use of it with a test. This required a few smaller changes that may conflict with `@ericmarkmartin` work, but should be easy to resolve any conflicts on my end if their stuff lands first.
Configuration menu - View commit details
-
Copy full SHA for 4c0332b - Browse repository at this point
Copy the full SHA 4c0332bView commit details -
Rollup merge of rust-lang#115559 - lcnr:implied-bounds-unconstrained,…
… r=aliemjay implied bounds: do not ICE on unconstrained region vars fixes rust-lang#112832 see tests/ui/implied-bounds/implied-bounds-unconstrained-2.rs for a minimal example showing why this is necessary. r? types cc `@compiler-errors` `@aliemjay` https://rust-lang.zulipchat.com/#narrow/stream/144729-t-types/topic/assoc.20type.20bound.20in.20super.20trait
Configuration menu - View commit details
-
Copy full SHA for dcc4b5c - Browse repository at this point
Copy the full SHA dcc4b5cView commit details -
Rollup merge of rust-lang#115570 - ouz-a:rustc_expelliarmus, r=davidtwco
Make Voldemort comments less cryptic These comments stumbled me when I saw them and had to ask what they meant, so I changed them to be less cryptic. r? `@davidtwco`
Configuration menu - View commit details
-
Copy full SHA for 9e1c684 - Browse repository at this point
Copy the full SHA 9e1c684View commit details