-
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 7 pull requests #117172
Rollup of 7 pull requests #117172
Commits on Oct 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 43a08bd - Browse repository at this point
Copy the full SHA 43a08bdView commit details
Commits on Oct 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a947654 - Browse repository at this point
Copy the full SHA a947654View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18b7d9e - Browse repository at this point
Copy the full SHA 18b7d9eView commit details
Commits on Oct 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fd7bbc2 - Browse repository at this point
Copy the full SHA fd7bbc2View commit details -
Make THIR unused_unsafe lint consistent with MIR
Updates THIR behavior to match the changes from rust-lang#93678
Configuration menu - View commit details
-
Copy full SHA for dc3d428 - Browse repository at this point
Copy the full SHA dc3d428View commit details -
Signed-off-by: cui fliter <imcusg@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 11debd7 - Browse repository at this point
Copy the full SHA 11debd7View commit details -
Fix some coroutine sentences that don't make sense anymore.
These happened during the `generator` -> `coroutine` rename.
Configuration menu - View commit details
-
Copy full SHA for 1be0033 - Browse repository at this point
Copy the full SHA 1be0033View commit details -
Rollup merge of rust-lang#116801 - clubby789:issue-113326-test, r=com…
…piler-errors Add test for 113326 Closes rust-lang#113326 Bisecting points to rust-lang#113636 as the fix
Configuration menu - View commit details
-
Copy full SHA for 75efc4f - Browse repository at this point
Copy the full SHA 75efc4fView commit details -
Rollup merge of rust-lang#117133 - compiler-errors:coherence-constrai…
…ned, r=oli-obk Merge `impl_wf_inference` (`check_mod_impl_wf`) check into coherence checking Problem here is that we call `collect_impl_trait_in_trait_types` when checking `check_mod_impl_wf` which is performed before coherence. Due to the `tcx.sess.track_errors`, since we end up reporting an error, we never actually proceed to coherence checking, where we would be emitting a more useful impl overlap error. This change means that we may report more errors in some cases, but can at least proceed far enough to leave a useful message for overlapping traits with RPITITs in them. Fixes rust-lang#116982 r? types
Configuration menu - View commit details
-
Copy full SHA for 96074be - Browse repository at this point
Copy the full SHA 96074beView commit details -
Rollup merge of rust-lang#117136 - compiler-errors:defid-list, r=oli-obk
Intern `LocalDefId` list from `opaque_types_defined_by` query r? oli-obk
Configuration menu - View commit details
-
Copy full SHA for acc68e9 - Browse repository at this point
Copy the full SHA acc68e9View commit details -
Rollup merge of rust-lang#117150 - weihanglo:update-cargo, r=weihanglo
Update cargo 2 commits in d2f6a048529eb8e9ebc55d793abd63456c98fac2..df3509237935f9418351b77803df7bc05c009b3d 2023-10-20 18:25:30 +0000 to 2023-10-24 23:09:01 +0000 - Fix unused_imports warning (rust-lang/cargo#12876) - Warn about crate name's format when creating new crate (rust-lang/cargo#12766) r? ghost
Configuration menu - View commit details
-
Copy full SHA for 136f9db - Browse repository at this point
Copy the full SHA 136f9dbView commit details -
Rollup merge of rust-lang#117158 - matthewjasper:thir-unused-unsafe, …
…r=oli-obk Update THIR unused_unsafe lint Updates THIR unsafeck behaviour to match the changes from rust-lang#93678
Configuration menu - View commit details
-
Copy full SHA for 105efbb - Browse repository at this point
Copy the full SHA 105efbbView commit details -
Rollup merge of rust-lang#117160 - cuishuang:master, r=lqd
Fix typo in test comment
Configuration menu - View commit details
-
Copy full SHA for dffed66 - Browse repository at this point
Copy the full SHA dffed66View commit details -
Rollup merge of rust-lang#117168 - oli-obk:coroutine_cleanups, r=John…
…Titor Fix some coroutine sentences that don't make sense anymore. These happened during the `generator` -> `coroutine` rename. Found thanks to `@pthariensflame` for their thorough review of the `generator` -> `coroutine` rename rust-lang#116958 (comment)
Configuration menu - View commit details
-
Copy full SHA for a7d05a6 - Browse repository at this point
Copy the full SHA a7d05a6View commit details