| Age | Commit message (Expand) | Author | Lines |
| 2022-12-04 | Avoid InferCtxt::build in generic_arg_mismatch_err | Michael Goulet | -4/+1 |
| 2022-12-04 | Auto merge of #105261 - matthiaskrgr:rollup-9ghhc9c, r=matthiaskrgr | bors | -21/+25 |
| 2022-12-04 | Rollup merge of #105247 - cjgillot:issue-102682, r=compiler-errors | Matthias Krüger | -17/+16 |
| 2022-12-04 | Rollup merge of #105224 - cjgillot:issue-104240, r=compiler-errors | Matthias Krüger | -4/+9 |
| 2022-12-04 | Make nested RPITIT inherit the parent opaque's generics. | Camille GILLOT | -15/+1 |
| 2022-12-04 | Auto merge of #103293 - est31:untwist_and_drop_order, r=nagisa | bors | -9/+38 |
| 2022-12-04 | Recurse into nested impl-trait when computing variance. | Camille GILLOT | -4/+38 |
| 2022-12-04 | Use parent function WfCheckingContext to check RPITIT. | Camille GILLOT | -17/+16 |
| 2022-12-04 | Also avoid creating a terminating scope in mixed chains | est31 | -13/+13 |
| 2022-12-04 | Improve comments | est31 | -6/+18 |
| 2022-12-03 | Remove drop order twist of && and || and make them associative | est31 | -4/+21 |
| 2022-12-03 | Properly substitute inherent associated types. | Camille GILLOT | -4/+9 |
| 2022-12-03 | Rollup merge of #105200 - cjgillot:issue-104562, r=compiler-errors | Matthias Krüger | -19/+0 |
| 2022-12-03 | Rollup merge of #105193 - tmiasko:naked-nocoverage, r=wesleywiser | Matthias Krüger | -0/+5 |
| 2022-12-03 | Remove useless filter in unused extern crate check. | Camille GILLOT | -19/+0 |
| 2022-12-03 | Mark naked functions as never inline in codegen_fn_attrs | Tomasz Miąsko | -0/+1 |
| 2022-12-03 | Disable coverage instrumentation for naked functions | Tomasz Miąsko | -0/+4 |
| 2022-12-02 | Rollup merge of #105163 - compiler-errors:afit-lt-arity, r=jackh726 | Matthias Krüger | -21/+18 |
| 2022-12-02 | Check lifetime param count in collect_trait_impl_trait_tys | Michael Goulet | -21/+18 |
| 2022-12-01 | rustc_hir: Relax lifetime requirements on `Visitor::visit_path` | Vadim Petrochenkov | -1/+1 |
| 2022-11-30 | Auto merge of #104905 - compiler-errors:normalization-changes, r=spastorino | bors | -12/+17 |
| 2022-11-29 | Make inferred_outlives_crate return Clause | Santiago Pastorino | -23/+15 |
| 2022-11-28 | Make ObligationCtxt::normalize take cause by borrow | Michael Goulet | -12/+12 |
| 2022-11-28 | Simplify more FnCtxt normalization | Michael Goulet | -1/+1 |
| 2022-11-28 | FnCtxt normalization stuff | Michael Goulet | -0/+5 |
| 2022-11-28 | Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`. | Nicholas Nethercote | -1/+1 |
| 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 |