| Age | Commit message (Expand) | Author | Lines |
| 2025-06-16 | Fix `PathSource` lifetimes. | Nicholas Nethercote | -21/+21 |
| 2025-06-04 | Replace `elided_named_lifetimes` with `mismatched_lifetime_syntaxes` | Jake Goulding | -2/+2 |
| 2025-06-01 | Rollup merge of #140370 - WaffleLapkin:unqualified, r=jdonszelmann | Guillaume Gomez | -23/+101 |
| 2025-05-21 | Rollup merge of #141213 - xizheyin:issue-141136, r=nnethercote | Matthias Krüger | -6/+18 |
| 2025-05-21 | Downgrade the confident of suggestion `available field in format string` and ... | xizheyin | -10/+4 |
| 2025-05-21 | collect doc alias as tips during resolution | bohan | -1/+74 |
| 2025-05-18 | Suggest use `"{}", self.x` instead of `{self.x}` when resolve `x` as field of... | xizheyin | -6/+24 |
| 2025-05-09 | Suggest stable candidates rather than unstable ones | mu001999 | -0/+1 |
| 2025-04-27 | Make error for tuple struct pat/expr w/ FQS clearer | Waffle Lapkin | -23/+101 |
| 2025-04-15 | Move `name` field from `AssocItem` to `AssocKind` variants. | Nicholas Nethercote | -2/+3 |
| 2025-04-14 | Move `has_self` field to `hir::AssocKind::Fn`. | Nicholas Nethercote | -1/+1 |
| 2025-04-10 | Rename some `name` variables as `ident`. | Nicholas Nethercote | -1/+1 |
| 2025-04-01 | Address review comments. | Nicholas Nethercote | -7/+3 |
| 2025-04-01 | Move `ast::Item::ident` into `ast::ItemKind`. | Nicholas Nethercote | -28/+28 |
| 2025-03-27 | Rollup merge of #139014 - xizheyin:issue-138931, r=oli-obk | Jacob Pratt | -34/+74 |
| 2025-03-27 | Improve suggest construct with literal syntax instead of calling | xizheyin | -34/+74 |
| 2025-03-26 | Rollup merge of #138898 - fmease:decrustify-parser-post-ty-ascr, r=compiler-e... | Stuart Cook | -14/+0 |
| 2025-03-25 | Rollup merge of #138837 - petrochenkov:resinstab2, r=jieyouxu | Takayuki Maeda | -5/+0 |
| 2025-03-24 | resolve: Avoid some unstable iteration 2 | Vadim Petrochenkov | -1/+1 |
| 2025-03-24 | Remove fields that are dead since the removal of type ascription syntax | León Orell Valerian Liehr | -14/+0 |
| 2025-03-22 | resolve: Avoid some unstable iteration 3 | Vadim Petrochenkov | -5/+0 |
| 2025-03-19 | Use `Option<Ident>` for lowered param names. | Nicholas Nethercote | -6/+5 |
| 2025-03-14 | resolve: Avoid some unstable iteration | Vadim Petrochenkov | -2/+10 |
| 2025-03-07 | Rollup merge of #138115 - compiler-errors:static-typo, r=BoxyUwU | Matthias Krüger | -18/+30 |
| 2025-03-06 | Suggest typo fix for static lifetime | Michael Goulet | -18/+30 |
| 2025-03-06 | Rollup merge of #137825 - estebank:rtn-sugg-2, r=compiler-errors | Michael Goulet | -1/+38 |
| 2025-03-06 | Rollup merge of #137565 - compiler-errors:macro-ex, r=estebank | Michael Goulet | -0/+8 |
| 2025-03-04 | Also note struct access, and fix macro expansion from foreign crates | Michael Goulet | -2/+4 |
| 2025-03-03 | Point out macro expansion ident in resolver errors too | Michael Goulet | -0/+6 |
| 2025-03-03 | Provide more context on resolve error caused from incorrect RTN | Esteban Küber | -1/+38 |
| 2025-03-03 | Do not recover missing lifetime with random in-scope lifetime | Michael Goulet | -6/+0 |
| 2025-02-28 | Introduce `feature(generic_const_parameter_types)` | Boxy | -1/+0 |
| 2025-02-22 | Fix binding mode problems | Michael Goulet | -3/+3 |
| 2025-02-18 | When giving a suggestion to use :: instead of . where the rhs is a macro givi... | Zachary S | -1/+1 |
| 2025-02-18 | Suggest using :: instead of . for enums in some cases. | Zachary S | -14/+56 |
| 2025-02-18 | Suggest using :: instead of . in more cases. | Zachary S | -9/+7 |
| 2025-02-12 | Fix diagnostic when using = instead of : in let bindings | yukang | -1/+22 |
| 2025-02-08 | Rustfmt | bjorn3 | -15/+21 |
| 2025-01-28 | Refactor FnKind variant to hold &Fn | Celina G. Val | -5/+5 |
| 2025-01-27 | Remove redundant to_ident_string calls | Michael Goulet | -3/+2 |
| 2025-01-19 | Run `clippy --fix` for `unnecessary_map_or` lint | Yotam Ofek | -3/+3 |
| 2025-01-09 | Auto merge of #135268 - pietroalbini:pa-bump-stage0, r=Mark-Simulacrum | bors | -1/+1 |
| 2025-01-08 | update cfg(bootstrap) | Pietro Albini | -1/+1 |
| 2025-01-08 | Add check for missing fields in enum variant pattern | Esteban Küber | -1/+1 |
| 2025-01-07 | Ensure that we don't try to access fields on a non-struct pattern type in dia... | Esteban Küber | -1/+3 |
| 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-17 | Rollup merge of #133265 - the8472:extract-if-ranges, r=cuviper | Matthias Krüger | -1/+1 |
| 2024-12-16 | update uses of extract_if in the compiler | The 8472 | -1/+1 |
| 2024-12-15 | Use `span_label` as it looks better when we show pattern missing binding in o... | Esteban Küber | -22/+5 |