| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-01-14 | change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re... | Kyle Matsuda | -9/+13 |
| 2023-01-11 | Add `AstConv::astconv` method to remove `<dyn AstConv>::` calls | Maybe Waffle | -27/+10 |
| 2023-01-07 | introduce AstConv::probe_adt | Ali MJ Al-Nasrawy | -0/+5 |
| 2023-01-07 | don't normalize in astconv | Ali MJ Al-Nasrawy | -5/+0 |
| 2023-01-04 | Rollup merge of #106403 - compiler-errors:rename-hir-methods, r=cjgillot | Michael Goulet | -2/+2 |
| 2023-01-04 | get_parent and find_parent | Michael Goulet | -1/+1 |
| 2023-01-04 | rename get_parent_node to parent_id | Michael Goulet | -2/+2 |
| 2023-01-04 | Restore Fn trait note | Michael Goulet | -3/+3 |
| 2023-01-03 | Suggest more impl Trait on `-> _` | Michael Goulet | -47/+94 |
| 2022-12-29 | Rollup merge of #106221 - Nilstrieb:rptr-more-like-ref-actually, r=compiler-e... | Matthias Krüger | -1/+1 |
| 2022-12-28 | Rename `Rptr` to `Ref` in AST and HIR | Nilstrieb | -1/+1 |
| 2022-12-27 | review comments | Esteban Küber | -6/+3 |
| 2022-12-26 | Suggest `impl Iterator` when possible for `_` return type | Esteban Küber | -2/+64 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -1/+1 |
| 2022-12-14 | always use anonymize_bound_vars | Michael Goulet | -1/+1 |
| 2022-12-13 | Move some codegen-y methods from rustc_hir_analysis::collect -> rustc_codegen... | Michael Goulet | -809/+4 |
| 2022-12-10 | Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3 | Matthias Krüger | -1/+3 |
| 2022-12-09 | Tweak `rustc_must_implement_one_of` diagnostic output | Esteban Küber | -11/+8 |
| 2022-12-08 | Add LLVM KCFI support to the Rust compiler | Ramon de C Valle | -1/+3 |
| 2022-12-05 | Move linkage type check to HIR analysis and fix semantics issues. | Peter Collingbourne | -1/+6 |
| 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-11-29 | Make inferred_outlives_crate return Clause | Santiago Pastorino | -5/+7 |
| 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-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 | Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiser | bors | -1/+1 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -26/+10 |