| Age | Commit message (Expand) | Author | Lines |
| 2025-02-28 | Introduce `feature(generic_const_parameter_types)` | Boxy | -3/+3 |
| 2025-02-26 | Rollup merge of #137529 - klensy:unused3, r=lcnr | León Orell Valerian Liehr | -7/+2 |
| 2025-02-24 | Change span field accesses to method calls | Jana Dönszelmann | -1/+1 |
| 2025-02-24 | cleanup few unused args | klensy | -7/+2 |
| 2025-02-11 | Rollup merge of #135677 - yotamofek:resolve-cleanups2, r=compiler-errors | Matthias Krüger | -7/+8 |
| 2025-02-08 | Rustfmt | bjorn3 | -8/+4 |
| 2025-01-27 | Use identifiers in diagnostics more often | Michael Goulet | -1/+1 |
| 2025-01-25 | Auto merge of #133154 - estebank:issue-133137, r=wesleywiser | bors | -4/+32 |
| 2025-01-24 | Reword "crate not found" resolve message | Esteban Küber | -4/+32 |
| 2025-01-21 | rustc_resolve: don't open-code `Option::filter` | Yotam Ofek | -4/+1 |
| 2025-01-21 | rustc_resolve: reduce rightwards drift with `let..else` 👉💨 | Yotam Ofek | -195/+199 |
| 2025-01-21 | rustc_resolve: flatten nested `if`s | Yotam Ofek | -69/+58 |
| 2025-01-21 | rustc_resolve: remove unneeded `return`s | Yotam Ofek | -2/+0 |
| 2025-01-21 | use slice patterns for checking for elements of slice | Yotam Ofek | -5/+6 |
| 2025-01-21 | don't use partial ordering on types that support total ordering | Yotam Ofek | -2/+2 |
| 2025-01-20 | Rollup merge of #135676 - yotamofek:resolve-cleanups, r=BoxyUwU | 许杰友 Jieyou Xu (Joe) | -24/+15 |
| 2025-01-20 | rustc_resolve: use structured fields in traces | Yotam Ofek | -24/+15 |
| 2025-01-19 | Run `clippy --fix` for `unnecessary_map_or` lint | Yotam Ofek | -3/+3 |
| 2025-01-16 | Implement `use` associated items of traits | Frank King | -1/+5 |
| 2024-12-18 | Auto merge of #134243 - nnethercote:re-export-more-rustc_span, r=jieyouxu | bors | -2/+1 |
| 2024-12-18 | Re-export more `rustc_span::symbol` things from `rustc_span`. | Nicholas Nethercote | -2/+1 |
| 2024-12-16 | update uses of extract_if in the compiler | The 8472 | -3/+3 |
| 2024-12-10 | Keep track of parse errors in `mod`s and don't emit resolve errors for paths ... | Esteban Küber | -1/+1 |
| 2024-11-23 | Rollup merge of #132949 - clubby789:macro-rules-attr-derive, r=fmease | 许杰友 Jieyou Xu (Joe) | -3/+15 |
| 2024-11-22 | Diagnostic for using macro_rules macro as attr/derive | clubby789 | -3/+15 |
| 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 |