-
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 #110522
Rollup of 7 pull requests #110522
Commits on Apr 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e1cd99f - Browse repository at this point
Copy the full SHA e1cd99fView commit details
Commits on Apr 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 556062e - Browse repository at this point
Copy the full SHA 556062eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd1dfce - Browse repository at this point
Copy the full SHA bd1dfceView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5e6ccb - Browse repository at this point
Copy the full SHA c5e6ccbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 770c303 - Browse repository at this point
Copy the full SHA 770c303View commit details -
Configuration menu - View commit details
-
Copy full SHA for d84b5f9 - Browse repository at this point
Copy the full SHA d84b5f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d75a8f - Browse repository at this point
Copy the full SHA 8d75a8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c5867b - Browse repository at this point
Copy the full SHA 2c5867bView commit details -
add EarlyBinder to return type of collect_return_position_impl_trait_…
…in_trait_tys query; remove bound_X version
Configuration menu - View commit details
-
Copy full SHA for 522bc5f - Browse repository at this point
Copy the full SHA 522bc5fView commit details
Commits on Apr 19, 2023
-
Fix ICE for transmutability in candidate assembly
Don't skip transmutability check just because there may be generics in the ParamEnv. Fixes rust-lang#110467
Configuration menu - View commit details
-
Copy full SHA for 238756e - Browse repository at this point
Copy the full SHA 238756eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6256195 - Browse repository at this point
Copy the full SHA 6256195View commit details -
Rollup merge of rust-lang#110432 - compiler-errors:unsatisfied-index-…
…impl, r=cjgillot Report more detailed reason why `Index` impl is not satisfied Fixes rust-lang#110373
Configuration menu - View commit details
-
Copy full SHA for 3320b2a - Browse repository at this point
Copy the full SHA 3320b2aView commit details -
Rollup merge of rust-lang#110451 - WaffleLapkin:ensure_return_elem, r…
…=scottmcm Minor changes to `IndexVec::ensure_contains_elem` & related methods r? `@scottmcm`
Configuration menu - View commit details
-
Copy full SHA for a184557 - Browse repository at this point
Copy the full SHA a184557View commit details -
Rollup merge of rust-lang#110476 - compiler-errors:ty-err-ctxt-good-p…
…ath, r=lcnr Delay a good path bug on drop for `TypeErrCtxt` (instead of a regular delayed bug) r? `@lcnr` Perhaps we should just delete the `Drop` impl altogether though? Fixes rust-lang/rust-clippy#10645 `@matthiaskrgr:` I don't know how to make a clippy test for this. Any idea? Clippy's UI tests run with `-D warnings` and I have no idea how to switch it off to make a test that triggers this ICE in the clippy test suite 🤣
Configuration menu - View commit details
-
Copy full SHA for f20da94 - Browse repository at this point
Copy the full SHA f20da94View commit details -
Rollup merge of rust-lang#110498 - kylematsuda:earlybinder-rpitit-tys…
…, r=compiler-errors Switch to `EarlyBinder` for `collect_return_position_impl_trait_in_trait_tys` Part of the work to finish rust-lang#105779. This PR adds `EarlyBinder` to the return type of the `collect_return_position_impl_trait_in_trait_tys` query and removes `bound_return_position_impl_trait_in_trait_tys`. r? `@lcnr`
Configuration menu - View commit details
-
Copy full SHA for 9f0b16b - Browse repository at this point
Copy the full SHA 9f0b16bView commit details -
Rollup merge of rust-lang#110507 - weihanglo:print-try-run-output, r=…
…jyn514 boostrap: print output during building tools Fixes rust-lang#110506
Configuration menu - View commit details
-
Copy full SHA for e85b026 - Browse repository at this point
Copy the full SHA e85b026View commit details -
Rollup merge of rust-lang#110510 - bryangarza:issue-110467-safe-trans…
…mute, r=compiler-errors Fix ICE for transmutability in candidate assembly Don't skip transmutability check just because there may be generics in the ParamEnv. Fixes rust-lang#110467
Configuration menu - View commit details
-
Copy full SHA for fdd2f4b - Browse repository at this point
Copy the full SHA fdd2f4bView commit details -
Rollup merge of rust-lang#110513 - Ezrashaw:fix-trait-const-name-lint…
…, r=compiler-errors make `non_upper_case_globals` lint not report trait impls We should not lint on trait `impl`s for `non_upper_case_globals`; the user doesn't have control over the name. This brings `non_upper_case_globals` into consistency with other `nonstandard_style` lints.
Configuration menu - View commit details
-
Copy full SHA for 78490ad - Browse repository at this point
Copy the full SHA 78490adView commit details