| Age | Commit message (Expand) | Author | Lines |
| 2024-03-15 | Clean up AstConv | León Orell Valerian Liehr | -171/+135 |
| 2024-03-12 | Change `DefKind::Static` to a struct variant | Oli Scherer | -1/+1 |
| 2024-03-11 | Rollup merge of #119385 - fmease:assoc-const-eq-fixes-2, r=oli-obk,cjgillot | Jubilee | -2/+20 |
| 2024-03-07 | Rollup merge of #122123 - compiler-errors:object-trait-alias-bounds, r=oli-obk | Guillaume Gomez | -44/+36 |
| 2024-03-07 | Apply `EarlyBinder` only to `TraitRef` in `ImplTraitHeader` | Yoshitomo Nakanishi | -4/+5 |
| 2024-03-07 | Don't require specifying unrelated assoc types when trait alias is in dyn type | Michael Goulet | -44/+36 |
| 2024-03-05 | Rename `StructuredDiagnostic` as `StructuredDiag`. | Nicholas Nethercote | -1/+1 |
| 2024-03-02 | avoid collecting into vecs in some places | Matthias Krüger | -4/+1 |
| 2024-03-01 | Handle stashing of delayed bugs. | Nicholas Nethercote | -10/+2 |
| 2024-02-29 | Overhaul how stashed diagnostics work, again. | Nicholas Nethercote | -2/+10 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -16/+11 |
| 2024-02-27 | Slightly simplify feeding of assoc const eq bounds | León Orell Valerian Liehr | -5/+3 |
| 2024-02-21 | Use existing query feeding workarounds | Oli Scherer | -1/+10 |
| 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 | -4/+4 |
| 2024-02-20 | Expand weak alias types before collecting constrained and referenced late bou... | León Orell Valerian Liehr | -4/+4 |
| 2024-02-20 | Auto merge of #120576 - nnethercote:merge-Diagnostic-DiagnosticBuilder, r=dav... | bors | -12/+16 |
| 2024-02-19 | Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers. | Nicholas Nethercote | -12/+16 |
| 2024-02-19 | split `project` into multiple files | lcnr | -11/+10 |
| 2024-02-18 | Propagate the resolved type of assoc const bindings via query feeding | León Orell Valerian Liehr | -2/+13 |
| 2024-02-17 | Remove astconv::ConvertedBinding | León Orell Valerian Liehr | -151/+96 |
| 2024-02-17 | Update comments and variable names | León Orell Valerian Liehr | -34/+39 |
| 2024-02-15 | Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoerister | bors | -6/+6 |
| 2024-02-14 | Rollup merge of #121071 - nnethercote:fewer-delayed-bugs, r=oli-obk | Oli Scherer | -2/+2 |
| 2024-02-14 | Rollup merge of #120530 - trevyn:issue-116434, r=compiler-errors | Oli Scherer | -1/+1 |
| 2024-02-14 | clean up potential_query_instability with FxIndexMap and UnordMap | yukang | -6/+6 |
| 2024-02-14 | Use fewer delayed bugs. | Nicholas Nethercote | -2/+2 |
| 2024-02-13 | Bump `indexmap` | clubby789 | -1/+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 | -19/+22 |
| 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 | -19/+22 |
| 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-09 | Be less confident when `dyn` suggestion is not checked for object safety | trevyn | -1/+1 |
| 2024-02-08 | Rollup merge of #120590 - compiler-errors:dead, r=Nilstrieb | Matthias Krüger | -23/+5 |
| 2024-02-08 | Already poison the `type_of` result of the anon const used in the `typeof` ex... | Oli Scherer | -18/+4 |
| 2024-02-06 | Rollup merge of #120632 - trevyn:issue-109195, r=oli-obk | Matthias Krüger | -0/+53 |
| 2024-02-05 | Create helper `maybe_report_similar_assoc_fn` | trevyn | -51/+52 |
| 2024-02-04 | Auto merge of #120649 - matthiaskrgr:rollup-ek80j61, r=matthiaskrgr | bors | -3/+11 |
| 2024-02-03 | For E0223, suggest methods that look similar to the path | trevyn | -0/+52 |
| 2024-02-02 | Remove unnecessary `.to_string()`/`.as_str()`s | trevyn | -1/+1 |
| 2024-02-02 | Remove dead args from functions | Michael Goulet | -23/+5 |
| 2024-02-01 | On E0277 be clearer about implicit `Sized` bounds on type params and assoc types | Esteban Küber | -3/+11 |
| 2024-01-30 | Rollup merge of #120400 - estebank:bound-error-cleanup, r=oli-obk | Guillaume Gomez | -11/+21 |
| 2024-01-29 | review comments | Esteban Küber | -16/+9 |
| 2024-01-29 | Auto merge of #120466 - Dylan-DPC:rollup-v0or19a, r=Dylan-DPC | bors | -1/+1 |
| 2024-01-29 | Avoid ICE in trait without `dyn` lint | Esteban Küber | -5/+3 |
| 2024-01-29 | Rollup merge of #120428 - petrochenkov:somehir2, r=compiler-errors | Dylan DPC | -1/+1 |