| Age | Commit message (Expand) | Author | Lines |
| 2024-11-14 | Use `for_each_child` in a suitable place. | Nicholas Nethercote | -7/+5 |
| 2024-10-06 | Rename NestedMetaItem to MetaItemInner | codemountains | -3/+2 |
| 2024-09-29 | cleanup: don't clone types that are Copy | Matthias Krüger | -5/+1 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -18/+22 |
| 2024-09-12 | Rollup merge of #130208 - nnethercote:rslv-lifetime, r=petrochenkov | Matthias Krüger | -26/+26 |
| 2024-09-12 | Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoerister | Stuart Cook | -53/+52 |
| 2024-09-12 | Introduce `'ra` lifetime name. | Nicholas Nethercote | -26/+26 |
| 2024-09-11 | Simplify some nested if statements | Michael Goulet | -53/+52 |
| 2024-09-09 | Remove needless returns detected by clippy in the compiler | Eduardo Sánchez Muñoz | -1/+1 |
| 2024-08-21 | Simplify some redundant field names | Michael Goulet | -1/+1 |
| 2024-08-07 | make `import.vis` is not mutable | bohan | -10/+13 |
| 2024-07-29 | Structured suggestion for `extern crate foo` when `foo` isn't resolved in import | Esteban Küber | -4/+7 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -13/+17 |
| 2024-07-26 | Rollup merge of #127557 - linyihai:issue-126694, r=compiler-errors | Trevor Gross | -1/+4 |
| 2024-07-26 | Add a label to point to the lacking macro name definition | Lin Yihai | -1/+4 |
| 2024-07-24 | Do not use question as label | Esteban Küber | -2/+2 |
| 2024-07-19 | Avoid ref when using format! in compiler | Yuri Astrakhan | -3/+3 |
| 2024-07-19 | Rollup merge of #127662 - estebank:gate-span, r=TaKO8Ki | Matthias Krüger | -1/+7 |
| 2024-07-18 | Accurate `use` rename suggestion span | Esteban Küber | -8/+10 |
| 2024-07-12 | Rollup merge of #127310 - chenyukang:yukang-fix-suggest-import-ice, r=estebank | Jubilee | -5/+5 |
| 2024-07-12 | When finding item gated behind a `cfg` flat, point at it | Esteban Küber | -1/+7 |
| 2024-07-11 | Account for `let foo = expr`; to suggest `const foo: Ty = expr;` | Esteban Küber | -1/+7 |
| 2024-07-11 | Use verbose style when suggesting changing `const` with `let` | Esteban Küber | -2/+3 |
| 2024-07-06 | Use field ident spans directly instead of the full field span in diagnostics ... | Oli Scherer | -5/+1 |
| 2024-07-04 | Fix import suggestion ice | yukang | -5/+5 |
| 2024-07-01 | Fix import suggestion error when failed not from starting | yukang | -1/+11 |
| 2024-06-18 | Remove redundant argument from `subdiagnostic` method | Oli Scherer | -41/+31 |
| 2024-06-18 | Use a dedicated type instead of a reference for the diagnostic context | Oli Scherer | -2/+2 |
| 2024-06-13 | Tweak output of import suggestions | Esteban Küber | -7/+39 |
| 2024-05-30 | Improve renaming suggestion for names with leading underscores | Lucas Scharenbroch | -14/+24 |
| 2024-05-21 | Rename buffer_lint_with_diagnostic to buffer_lint | Xiretza | -3/+3 |
| 2024-05-21 | Generate lint diagnostic message from BuiltinLintDiag | Xiretza | -6/+0 |
| 2024-05-10 | Remove `ordinalize`. | Nicholas Nethercote | -14/+0 |
| 2024-05-10 | Remove `#[macro_use] extern crate tracing` from `rustc_resolve`. | Nicholas Nethercote | -0/+1 |
| 2024-04-29 | Add raw identifier in a typo suggestion | Lin Yihai | -1/+1 |
| 2024-04-13 | Migrate more diagnostics | Jean CASPAR | -138/+135 |
| 2024-04-13 | Migrate some diagnostics | Jean CASPAR | -10/+12 |
| 2024-04-13 | Port build_reduce_graph | JeanCASPAR | -1/+1 |
| 2024-03-27 | Do not sort `DefId`s in diagnostics | Oli Scherer | -11/+9 |
| 2024-03-12 | Manual rustfmt | Oli Scherer | -1/+1 |
| 2024-03-12 | Change `DefKind::Static` to a struct variant | Oli Scherer | -1/+1 |
| 2024-03-06 | avoid overlapping privacy suggestion for single nested imports | bohan | -23/+39 |
| 2024-03-05 | Rename `BuiltinLintDiagnostics` as `BuiltinLintDiag`. | Nicholas Nethercote | -4/+4 |
| 2024-03-05 | Rename `DiagnosticMode` as `DiagMode`. | Nicholas Nethercote | -19/+16 |
| 2024-03-04 | Rollup merge of #121130 - chenyukang:yukang-fix-121061-macro-later, r=matthia... | Matthias Krüger | -1/+22 |
| 2024-02-29 | Rollup merge of #121792 - GuillaumeGomez:improve-suggestion, r=michaelwoerister | Guillaume Gomez | -2/+3 |
| 2024-02-29 | Improve suggestion to rename type starting with underscore to make it more ob... | Guillaume Gomez | -2/+3 |
| 2024-02-29 | Suggest moving if non-found macro_rules! is defined later | yukang | -1/+22 |
| 2024-02-28 | Auto merge of #121489 - nnethercote:diag-renaming, r=davidtwco | bors | -10/+10 |
| 2024-02-28 | Rollup merge of #121226 - chenyukang:yukang-fix-import-alias, r=davidtwco | Guillaume Gomez | -1/+11 |