-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 #131215
Rollup of 7 pull requests #131215
Commits on Sep 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 40d413f - Browse repository at this point
Copy the full SHA 40d413fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 486440f - Browse repository at this point
Copy the full SHA 486440fView commit details
Commits on Oct 1, 2024
-
TransmuteFrom: Gracefully handle unnormalized types and normalization…
… errors Fixes rust-lang#130413
Configuration menu - View commit details
-
Copy full SHA for 5b1a2b8 - Browse repository at this point
Copy the full SHA 5b1a2b8View commit details
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f95bdf4 - Browse repository at this point
Copy the full SHA f95bdf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb7e369 - Browse repository at this point
Copy the full SHA cb7e369View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cd466a - Browse repository at this point
Copy the full SHA 7cd466aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e8573c - Browse repository at this point
Copy the full SHA 6e8573cView commit details -
Orion Gonzalez committed
Oct 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 3a0ed0c - Browse repository at this point
Copy the full SHA 3a0ed0cView commit details -
Orion Gonzalez committed
Oct 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 510e262 - Browse repository at this point
Copy the full SHA 510e262View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83d0d9f - Browse repository at this point
Copy the full SHA 83d0d9fView commit details -
Avoid ICE in coverage builds with bad
#[coverage(..)]
attributesThis code can sometimes witness malformed coverage attributes in builds that are going to fail, so use `span_delayed_bug` to avoid an inappropriate ICE in that case.
Configuration menu - View commit details
-
Copy full SHA for 8e382ba - Browse repository at this point
Copy the full SHA 8e382baView commit details -
Configuration menu - View commit details
-
Copy full SHA for d47e388 - Browse repository at this point
Copy the full SHA d47e388View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc5f952 - Browse repository at this point
Copy the full SHA bc5f952View commit details -
Rollup merge of rust-lang#131024 - compiler-errors:deref-sugg, r=este…
…bank Don't give method suggestions when method probe fails due to bad implementation of `Deref` If we have a bad `Deref` impl, we used to bail with `MethodError::NoMatch`, which makes the error reporting code think that there was no applicable method (and thus try to suggest importing something, even if it's in scope). Suppress this error, which fixes rust-lang#131003.
Configuration menu - View commit details
-
Copy full SHA for 0d65f12 - Browse repository at this point
Copy the full SHA 0d65f12View commit details -
Rollup merge of rust-lang#131112 - jswrenn:fix-130413, r=compiler-errors
TransmuteFrom: Gracefully handle unnormalized types and normalization errors ~~Refactor to share code between `TransmuteFrom`'s trait selection and error reporting code paths. Additionally normalizes the source and destination types, and gracefully handles normalization errors.~~ Fixes rust-lang#130413 r? `@compiler-errors`
Configuration menu - View commit details
-
Copy full SHA for 33b4947 - Browse repository at this point
Copy the full SHA 33b4947View commit details -
Rollup merge of rust-lang#131176 - dev-ardi:gitignore, r=Noratrieb
.gitignore files for nix This adds support for direnv and nix flakes / nix shell. I'm not sure if we should have a working nix configuration though. r? ``@noratrieb``
Configuration menu - View commit details
-
Copy full SHA for d3a3ac2 - Browse repository at this point
Copy the full SHA d3a3ac2View commit details -
Rollup merge of rust-lang#131183 - compiler-errors:opaque-ty-origin, …
…r=estebank Refactoring to `OpaqueTyOrigin` Pulled out of a larger PR that uses these changes to do cross-crate encoding of opaque origin, so we can use them for edition 2024 migrations. These changes should be self-explanatory on their own, tho 😄
Configuration menu - View commit details
-
Copy full SHA for da81f64 - Browse repository at this point
Copy the full SHA da81f64View commit details -
Rollup merge of rust-lang#131187 - Zalathar:bad-attr-ice, r=jieyouxu
Avoid ICE in coverage builds with bad `#[coverage(..)]` attributes This code can sometimes witness malformed coverage attributes in builds that are going to fail, so use `span_delayed_bug` to avoid an inappropriate ICE in that case. Fixes rust-lang#127880.
Configuration menu - View commit details
-
Copy full SHA for 28b64d8 - Browse repository at this point
Copy the full SHA 28b64d8View commit details -
Rollup merge of rust-lang#131192 - ismailarilik:handle-potential-quer…
…y-instability-lint-for-rustc-query-impl, r=compiler-errors Handle `rustc_query_impl` cases of `rustc::potential_query_instability` lint This PR removes `#![allow(rustc::potential_query_instability)]` line from [`compiler/rustc_query_impl/src/lib.rs`](https://github.com/rust-lang/rust/blob/master/compiler/rustc_query_impl/src/lib.rs#L5) <s>and converts `FxHash{Map,Set}` types into `FxIndex{Map,Set}` to suppress lint errors</s> (was not necessary for this PR). A somewhat tracking issue: rust-lang#84447 r? ``@compiler-errors``
Configuration menu - View commit details
-
Copy full SHA for 6753e07 - Browse repository at this point
Copy the full SHA 6753e07View commit details -
Rollup merge of rust-lang#131197 - EFanZh:avoid-emptyness-check-in-pe…
…ekmut-pop, r=Amanieu Avoid emptiness check in `PeekMut::pop` This PR avoids an unnecessary emptiness check in `PeekMut::pop` by replacing `Option::unwrap` with `Option::unwrap_unchecked`.
Configuration menu - View commit details
-
Copy full SHA for 29580e1 - Browse repository at this point
Copy the full SHA 29580e1View commit details