| Age | Commit message (Expand) | Author | Lines |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -8/+9 |
| 2023-07-04 | Replace `const_error` methods with `Const::new_error` | Boxy | -1/+1 |
| 2023-07-01 | Auto merge of #113154 - lcnr:better-probe-check, r=compiler-errors | bors | -1/+1 |
| 2023-06-29 | change snapshot tracking in fulfillment contexts | lcnr | -1/+1 |
| 2023-06-20 | Auto merge of #112320 - compiler-errors:do-not-impl-via-obj, r=lcnr | bors | -0/+46 |
| 2023-06-20 | Merge attrs, better validation | Michael Goulet | -2/+44 |
| 2023-06-20 | Make rustc_deny_explicit_impl only local as well | Michael Goulet | -1/+3 |
| 2023-06-20 | Add rustc_do_not_implement_via_object | Michael Goulet | -0/+2 |
| 2023-06-11 | properly check associated consts for infer placeholders | Michael Goulet | -11/+16 |
| 2023-06-01 | Rename `impl_defaultness` to `defaultness` | Deadbeef | -1/+1 |
| 2023-05-30 | Rollup merge of #112060 - lcnr:early-binder, r=jackh726 | Nilstrieb | -2/+2 |
| 2023-05-29 | Rename `tcx.mk_re_*` => `Region::new_*` | Maybe Waffle | -1/+1 |
| 2023-05-29 | EarlyBinder::new -> EarlyBinder::bind | lcnr | -2/+2 |
| 2023-05-28 | Replace EarlyBinder(x) with EarlyBinder::new(x) | Kyle Matsuda | -2/+2 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -2/+2 |
| 2023-05-17 | Retire is_foreign_item query. | Camille GILLOT | -5/+0 |
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | -1/+1 |
| 2023-05-12 | Require `impl Trait` in associated types to appear in method signatures | Oli Scherer | -1/+1 |
| 2023-05-03 | Rename things to reflect that they're not item specific | Michael Goulet | -2/+2 |
| 2023-04-26 | Make some region folders a little stricter. | Nicholas Nethercote | -2/+4 |
| 2023-04-22 | Don't infer fn return type to return itself | Michael Goulet | -11/+20 |
| 2023-04-20 | Remove opt_const_param_of. | Camille GILLOT | -1/+0 |
| 2023-04-16 | use matches! macro in more places | Matthias Krüger | -4/+1 |
| 2023-04-11 | Split implied and super predicate queries | Michael Goulet | -3/+4 |
| 2023-04-11 | Split super_predicates_that_define_assoc_type query from super_predicates_of | Michael Goulet | -2/+3 |
| 2023-04-08 | Migrate `rustc_hir_analysis` to session diagnostic | Obei Sideg | -110/+55 |
| 2023-03-22 | `HirId` to `LocalDefId` cleanup | lcnr | -3/+1 |
| 2023-03-21 | Use LocalDefId in ItemCtxt | Michael Goulet | -16/+12 |
| 2023-03-21 | Use local key in providers | Michael Goulet | -32/+29 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -1/+1 |
| 2023-02-22 | Rename ty_error_with_guaranteed to ty_error, ty_error to ty_error_misc | Michael Goulet | -1/+1 |
| 2023-02-17 | Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwU | bors | -3/+3 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -3/+3 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -3/+3 |
| 2023-02-17 | Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot | Matthias Krüger | -2/+2 |
| 2023-02-16 | Auto merge of #108020 - nnethercote:opt-mk_region, r=compiler-errors | bors | -7/+5 |
| 2023-02-16 | Rename some region-specific stuff | Michael Goulet | -2/+2 |
| 2023-02-15 | Add specialized variants of `mk_region`. | Nicholas Nethercote | -7/+5 |
| 2023-02-14 | add a `#[rustc_coinductive]` attribute | lcnr | -5/+7 |
| 2023-02-03 | Make const/fn return params more suggestable | Michael Goulet | -20/+12 |
| 2023-01-30 | Rollup merge of #107125 - WaffleLapkin:expect_an_item_in_your_hir_by_the_next... | Matthias Krüger | -2/+1 |
| 2023-01-28 | Rollup merge of #107100 - compiler-errors:issue-107087, r=lcnr | Matthias Krüger | -1/+5 |
| 2023-01-26 | change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB... | Kyle Matsuda | -3/+4 |
| 2023-01-23 | Use proper InferCtxt when probing for associated types in astconv | Michael Goulet | -1/+5 |
| 2023-01-23 | fix: use LocalDefId instead of HirId in trait res | Vincenzo Palazzo | -2/+3 |
| 2023-01-20 | Add and use expect methods to hir. | Maybe Waffle | -2/+1 |
| 2023-01-20 | Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb | bors | -23/+21 |
| 2023-01-19 | Encode whether foreign opaques are TAITs or not | Michael Goulet | -0/+11 |
| 2023-01-17 | `rustc_hir_analysis`: remove `ref` patterns | Maybe Waffle | -8/+8 |
| 2023-01-17 | `rustc_hir_analysis`: some general code improvements | Maybe Waffle | -15/+13 |