| Age | Commit message (Expand) | Author | Lines |
| 2022-11-28 | Rename `ast::Lit` as `ast::MetaItemLit`. | Nicholas Nethercote | -2/+4 |
| 2022-11-27 | Rollup merge of #104976 - WaffleLapkin:move_comments, r=cjgillot | Matthias Krüger | -12/+13 |
| 2022-11-27 | Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errors | bors | -74/+108 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -12/+13 |
| 2022-11-26 | Rollup merge of #104786 - WaffleLapkin:amp-mut-help, r=compiler-errors | Guillaume Gomez | -2/+2 |
| 2022-11-25 | Introduce PredicateKind::Clause | Santiago Pastorino | -82/+122 |
| 2022-11-25 | Simplify a bunch of trait ref obligation creations | Oli Scherer | -1/+1 |
| 2022-11-24 | Use kw::Empty for elided lifetimes in path. | Camille GILLOT | -6/+8 |
| 2022-11-24 | Change how suggested lifetime args are computed. | Camille GILLOT | -20/+48 |
| 2022-11-24 | move things from rustc_target::abi to rustc_abi | hkalbasi | -2/+1 |
| 2022-11-24 | move some layout logic to rustc_target::abi::layout | hkalbasi | -2/+2 |
| 2022-11-24 | Rollup merge of #104775 - spastorino:use-obligation-ctxt-normalize, r=lcnr | Matthias Krüger | -17/+4 |
| 2022-11-24 | Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiser | bors | -1/+1 |
| 2022-11-23 | Add `Mutability::{is_mut,is_not}` | Maybe Waffle | -1/+1 |
| 2022-11-23 | Depend on `Mutability` ordering | Maybe Waffle | -1/+1 |
| 2022-11-23 | Separate lifetime ident from resolution in HIR. | Camille GILLOT | -55/+59 |
| 2022-11-23 | Use ObligationCtxt::normalize | Santiago Pastorino | -17/+4 |
| 2022-11-22 | Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnr | Manish Goregaokar | -53/+10 |
| 2022-11-23 | Rollup merge of #104728 - WaffleLapkin:require-lang-items-politely, r=compile... | Yuki Okushi | -1/+1 |
| 2022-11-22 | Use `tcx.require_lang_item` instead of unwrapping | Maybe Waffle | -1/+1 |
| 2022-11-22 | Auto merge of #104711 - Dylan-DPC:rollup-gkw1qr8, r=Dylan-DPC | bors | -43/+37 |
| 2022-11-22 | Rollup merge of #104701 - compiler-errors:rpitit-remove-reempty-hack, r=TaKO8Ki | Dylan DPC | -11/+1 |
| 2022-11-22 | Auto merge of #103578 - petrochenkov:nofict, r=nagisa | bors | -31/+15 |
| 2022-11-22 | Remove a hack from compare_predicate_entailment | Michael Goulet | -11/+1 |
| 2022-11-22 | Delay bug to deduplicate diagnostics | Michael Goulet | -8/+10 |
| 2022-11-22 | drive-by: style nits | Michael Goulet | -25/+19 |
| 2022-11-22 | Check generics parity between impl and trait before collecting RPITITs | Michael Goulet | -3/+11 |
| 2022-11-21 | Stop passing the self-type as a separate argument. | Oli Scherer | -5/+4 |
| 2022-11-21 | Add helper to create the trait ref for a lang item | Oli Scherer | -5/+5 |
| 2022-11-21 | Use iterators instead of slices at more sites | Oli Scherer | -2/+2 |
| 2022-11-21 | Allow iterators instead of requiring slices that will get turned into iterators | Oli Scherer | -2/+2 |
| 2022-11-21 | Assert that various types have the right amount of generic args and fix the s... | Oli Scherer | -8/+2 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -31/+15 |
| 2022-11-21 | Add an always-ambiguous predicate to make sure that we don't accidentlally al... | Oli Scherer | -0/+6 |
| 2022-11-21 | Treat different opaque types of the same def id as equal during coherence | Oli Scherer | -0/+4 |
| 2022-11-21 | Allow opaque types in trait impl headers and rely on coherence to reject unso... | Oli Scherer | -53/+0 |
| 2022-11-21 | Auto merge of #104673 - matthiaskrgr:rollup-85f65ov, r=matthiaskrgr | bors | -1/+1 |
| 2022-11-21 | Rollup merge of #104595 - compiler-errors:poly-existential-predicate, r=lcnr | Matthias Krüger | -1/+1 |
| 2022-11-21 | Auto merge of #103491 - cjgillot:self-rpit, r=oli-obk | bors | -145/+225 |
| 2022-11-20 | Rollup merge of #104467 - fuzzypixelz:fix/attempt-to-substract-with-overflow,... | Yuki Okushi | -1/+2 |
| 2022-11-19 | Fix substraction with overflow in `wrong_number_of_generic_args.rs` | Mahmoud Mazouz | -1/+2 |
| 2022-11-19 | Rollup merge of #104593 - compiler-errors:rpitit-object-safety-spans, r=fee1-... | Matthias Krüger | -3/+1 |
| 2022-11-19 | Rollup merge of #104554 - BoxyUwU:less_unchecked_pls, r=lcnr | Dylan DPC | -4/+8 |
| 2022-11-19 | Rollup merge of #104411 - lcnr:bivariance-nll, r=compiler-errors | Dylan DPC | -10/+6 |
| 2022-11-19 | drive-by: PolyExistentialPredicate | Michael Goulet | -1/+1 |
| 2022-11-19 | drive-by: Add is_async fn to hir::IsAsync | Michael Goulet | -3/+1 |
| 2022-11-18 | require an `ErrorGuaranteed` to taint infcx with errors | Boxy | -4/+8 |
| 2022-11-17 | Rollup merge of #104483 - oli-obk:santa-clauses-make-goals, r=compiler-errors | Matthias Krüger | -20/+19 |
| 2022-11-17 | Rollup merge of #103852 - compiler-errors:rpitit-early-from-impl, r=lcnr | Matthias Krüger | -1/+7 |
| 2022-11-17 | Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead | bors | -103/+78 |