-
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 6 pull requests #113968
Rollup of 6 pull requests #113968
Commits on Jun 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8621285 - Browse repository at this point
Copy the full SHA 8621285View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f7ef1a - Browse repository at this point
Copy the full SHA 0f7ef1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1ab6c2 - Browse repository at this point
Copy the full SHA d1ab6c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8745ae2 - Browse repository at this point
Copy the full SHA 8745ae2View commit details
Commits on Jul 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c0156f1 - Browse repository at this point
Copy the full SHA c0156f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8701ff - Browse repository at this point
Copy the full SHA b8701ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffa4b6f - Browse repository at this point
Copy the full SHA ffa4b6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4ce83c - Browse repository at this point
Copy the full SHA d4ce83cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e320112 - Browse repository at this point
Copy the full SHA e320112View commit details -
Rollup merge of rust-lang#112508 - compiler-errors:trait-sig-lifetime…
…-sugg-ice, r=cjgillot Tweak spans for self arg, fix borrow suggestion for signature mismatch 1. Adjust a suggestion message that was annoying me 2. Fix rust-lang#112503 by recording the right spans for the `self` part of the `&self` 0th argument 3. Remove the suggestion for adjusting a trait signature on type mismatch, bc that's gonna probably break all the other impls of the trait even if it fixes its one usage 😅
Configuration menu - View commit details
-
Copy full SHA for 0ed5f09 - Browse repository at this point
Copy the full SHA 0ed5f09View commit details -
Rollup merge of rust-lang#113901 - compiler-errors:only-bidi-norm, r=…
…lcnr Get rid of subst-relate incompleteness in new solver We shouldn't need subst-relate if we have bidirectional-normalizes-to in the new solver. The only potential issue may happen if we have an unconstrained projection like `<Wrapper<?0> as Trait>::Assoc == <Wrapper<T> as Trait>::Assoc` where they both normalize to something that doesn't mention any substs, which would possibly prefer `?0 = T` if we fall back to subst-relate. But I'd prefer if we remove incompleteness until we can determine some case where we need them, and the bidirectional-normalizes-to seems better to have in general. I can update rust-lang/trait-system-refactor-initiative#26 and rust-lang/trait-system-refactor-initiative#25 once this lands. r? `@lcnr`
Configuration menu - View commit details
-
Copy full SHA for 8f4b81b - Browse repository at this point
Copy the full SHA 8f4b81bView commit details -
Rollup merge of rust-lang#113948 - chenyukang:yukang-fix-113178-boots…
…trap, r=clubby789 Fix rustc-args passing issue in bootstrap Fixes rust-lang#113178, r? `@jyn514`
Configuration menu - View commit details
-
Copy full SHA for 3c83eab - Browse repository at this point
Copy the full SHA 3c83eabView commit details -
Rollup merge of rust-lang#113950 - cjgillot:clean-resolve, r=jackh726
Remove Scope::Elision from bound-vars resolution. This scope is a remnant of HIR-based lifetime resolution. It's only role was to ensure that object lifetime resolution falled back to `'static`. This can be done using `ObjectLifetimeDefault` scope.
Configuration menu - View commit details
-
Copy full SHA for 00e1475 - Browse repository at this point
Copy the full SHA 00e1475View commit details -
Rollup merge of rust-lang#113957 - Urgau:regression-test-issue-113941…
…, r=dtolnay Add regression test for issue rust-lang#113941 - naive layout isn't refined This PR adds a regression test for issue rust-lang#113941 - `the naive layout isn't refined by the actual layout` based on the minimized repro rust-lang#113941 (comment).
Configuration menu - View commit details
-
Copy full SHA for b7183bd - Browse repository at this point
Copy the full SHA b7183bdView commit details -
Rollup merge of rust-lang#113959 - GuillaumeGomez:migrate-gui-test-co…
…lor-22, r=notriddle Migrate GUI colors test to original CSS color format Follow-up of rust-lang#111459. r? `@notriddle`
Configuration menu - View commit details
-
Copy full SHA for 5215343 - Browse repository at this point
Copy the full SHA 5215343View commit details