-
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 5 pull requests #116384
Rollup of 5 pull requests #116384
Commits on Aug 14, 2023
-
Suggest
pin!()
instead ofPin::new()
when appropriateWhen encountering a type that needs to be pinned but that is `!Unpin`, suggest using the `pin!()` macro. Fix rust-lang#57994.
Configuration menu - View commit details
-
Copy full SHA for 2c3fd1a - Browse repository at this point
Copy the full SHA 2c3fd1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b58fbf - Browse repository at this point
Copy the full SHA 6b58fbfView commit details
Commits on Sep 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a4f6770 - Browse repository at this point
Copy the full SHA a4f6770View commit details -
Configuration menu - View commit details
-
Copy full SHA for aac29a0 - Browse repository at this point
Copy the full SHA aac29a0View commit details
Commits on Sep 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6ef3fd7 - Browse repository at this point
Copy the full SHA 6ef3fd7View commit details
Commits on Oct 2, 2023
-
Factor out common token generation in
fluent_messages
.The failure and success cases are similar enough that they can share code.
Configuration menu - View commit details
-
Copy full SHA for 5f4177a - Browse repository at this point
Copy the full SHA 5f4177aView commit details -
Compiling any part of the compiler will almost certainly require Nightly.
Configuration menu - View commit details
-
Copy full SHA for 57397de - Browse repository at this point
Copy the full SHA 57397deView commit details
Commits on Oct 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3f0a327 - Browse repository at this point
Copy the full SHA 3f0a327View commit details -
Rollup merge of rust-lang#114654 - estebank:suggest-pin-macro, r=davi…
…dtwco Suggest `pin!()` instead of `Pin::new()` when appropriate When encountering a type that needs to be pinned but that is `!Unpin`, suggest using the `pin!()` macro. Fix rust-lang#57994.
Configuration menu - View commit details
-
Copy full SHA for 535cd8d - Browse repository at this point
Copy the full SHA 535cd8dView commit details -
Rollup merge of rust-lang#116261 - lcnr:wf-only-clause, r=davidtwco
a small wf and clause cleanup - remove `Clause::from_projection_clause`, instead use `ToPredicate` - change `predicate_obligations` to directly take a `Clause` - remove some unnecessary `&` - use clause in `min_specialization` checks where easily applicable
Configuration menu - View commit details
-
Copy full SHA for 8efbc2c - Browse repository at this point
Copy the full SHA 8efbc2cView commit details -
Rollup merge of rust-lang#116282 - rustaceanclub:master, r=davidtwco
Fix broken links The previous address is no longer available, replace it with the latest available one.
Configuration menu - View commit details
-
Copy full SHA for a4ba529 - Browse repository at this point
Copy the full SHA a4ba529View commit details -
Rollup merge of rust-lang#116328 - nnethercote:rustc_fluent_macro, r=…
…davidtwco Factor out common token generation in `fluent_messages`. The failure and success cases are similar enough that they can share code. r? `@davidtwco`
Configuration menu - View commit details
-
Copy full SHA for 5dd9313 - Browse repository at this point
Copy the full SHA 5dd9313View commit details -
Rollup merge of rust-lang#116379 - fmease:opaq-hid-inf-bnds-non-lt-bn…
…drs, r=compiler-errors non_lifetime_binders: fix ICE in lint opaque-hidden-inferred-bound Opaque types like `impl for<T> Trait<T>` would previously lead to an ICE. r? `@compiler-errors`
Configuration menu - View commit details
-
Copy full SHA for 9143370 - Browse repository at this point
Copy the full SHA 9143370View commit details