| Age | Commit message (Expand) | Author | Lines |
| 2024-03-22 | Rename module astconv to hir_ty_lowering | León Orell Valerian Liehr | -2739/+0 |
| 2024-03-22 | Update local variables and tracing calls | León Orell Valerian Liehr | -53/+42 |
| 2024-03-22 | Update (doc) comments | León Orell Valerian Liehr | -104/+195 |
| 2024-03-22 | Rename AstConv to HIR ty lowering | León Orell Valerian Liehr | -161/+151 |
| 2024-03-16 | Remove obsolete parameter `speculative` from `instantiate_poly_trait_ref` | León Orell Valerian Liehr | -3/+1 |
| 2024-03-15 | Clean up AstConv | León Orell Valerian Liehr | -160/+16 |
| 2024-03-12 | Change `DefKind::Static` to a struct variant | Oli Scherer | -1/+1 |
| 2024-03-07 | Apply `EarlyBinder` only to `TraitRef` in `ImplTraitHeader` | Yoshitomo Nakanishi | -4/+5 |
| 2024-03-02 | avoid collecting into vecs in some places | Matthias Krüger | -4/+1 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -4/+3 |
| 2024-02-21 | Rollup merge of #121208 - nnethercote:delayed_bug-to-bug, r=lcnr | Dylan DPC | -2/+1 |
| 2024-02-21 | Convert `delayed_bug`s to `bug`s. | Nicholas Nethercote | -2/+1 |
| 2024-02-20 | Rollup merge of #121344 - fmease:lta-constr-by-input, r=oli-obk | Matthias Krüger | -2/+2 |
| 2024-02-20 | Expand weak alias types before collecting constrained and referenced late bou... | León Orell Valerian Liehr | -2/+2 |
| 2024-02-20 | Auto merge of #120576 - nnethercote:merge-Diagnostic-DiagnosticBuilder, r=dav... | bors | -3/+3 |
| 2024-02-19 | Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers. | Nicholas Nethercote | -3/+3 |
| 2024-02-19 | split `project` into multiple files | lcnr | -11/+10 |
| 2024-02-17 | Remove astconv::ConvertedBinding | León Orell Valerian Liehr | -74/+17 |
| 2024-02-15 | Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoerister | bors | -2/+2 |
| 2024-02-14 | clean up potential_query_instability with FxIndexMap and UnordMap | yukang | -2/+2 |
| 2024-02-14 | Use fewer delayed bugs. | Nicholas Nethercote | -2/+2 |
| 2024-02-13 | Auto merge of #120919 - oli-obk:impl_polarity, r=compiler-errors | bors | -10/+9 |
| 2024-02-12 | Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk | Matthias Krüger | -8/+10 |
| 2024-02-12 | Stop calling `impl_polarity` when `impl_trait_ref` was also called | Oli Scherer | -10/+9 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -8/+10 |
| 2024-02-12 | Lower anonymous structs or unions to HIR | Frank King | -0/+13 |
| 2024-02-10 | hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}` | Vadim Petrochenkov | -3/+1 |
| 2024-02-08 | Rollup merge of #120590 - compiler-errors:dead, r=Nilstrieb | Matthias Krüger | -7/+3 |
| 2024-02-08 | Already poison the `type_of` result of the anon const used in the `typeof` ex... | Oli Scherer | -18/+4 |
| 2024-02-05 | Create helper `maybe_report_similar_assoc_fn` | trevyn | -51/+1 |
| 2024-02-03 | For E0223, suggest methods that look similar to the path | trevyn | -0/+52 |
| 2024-02-02 | Remove dead args from functions | Michael Goulet | -7/+3 |
| 2024-01-29 | Rollup merge of #120428 - petrochenkov:somehir2, r=compiler-errors | Dylan DPC | -1/+1 |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -5/+5 |
| 2024-01-28 | hir: Use `InferArg` in `ArrayLen::Infer` | Vadim Petrochenkov | -1/+1 |
| 2024-01-23 | Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`. | Nicholas Nethercote | -1/+1 |
| 2024-01-21 | Auto merge of #120100 - oli-obk:astconv_lifetimes, r=BoxyUwU | bors | -28/+33 |
| 2024-01-18 | Don't forget that the lifetime on hir types is `'tcx` | Oli Scherer | -28/+33 |
| 2024-01-17 | Make crate_inherent_impls fallible and stop using `track_errors` for it | Oli Scherer | -1/+1 |
| 2024-01-13 | Rollup merge of #119896 - oli-obk:variance_ice, r=compiler-errors | Matthias Krüger | -2/+6 |
| 2024-01-12 | Taint `_` placeholder types | Oli Scherer | -2/+6 |
| 2024-01-12 | Delegation implementation: step 1 | Bryanskiy | -4/+120 |
| 2024-01-11 | Taint more aggressively in astconv | Oli Scherer | -7/+16 |
| 2024-01-11 | Silence follow up errors if astconv already errored | Oli Scherer | -0/+7 |
| 2024-01-10 | Rename consuming chaining methods on `DiagnosticBuilder`. | Nicholas Nethercote | -3/+3 |
| 2024-01-10 | Rename `struct_span_err!` as `struct_span_code_err!`. | Nicholas Nethercote | -7/+8 |
| 2024-01-09 | Rollup merge of #119721 - compiler-errors:constness-implication, r=fee1-dead | Guillaume Gomez | -33/+2 |
| 2024-01-08 | Remove logic in one_bound in astconv that prefers non-const bounds | Michael Goulet | -33/+2 |
| 2024-01-08 | Remove all eight `DiagnosticBuilder::*_with_code` methods. | Nicholas Nethercote | -1/+2 |
| 2024-01-08 | Make `DiagnosticBuilder::emit` consuming. | Nicholas Nethercote | -2/+2 |