| Age | Commit message (Expand) | Author | Lines |
| 2025-08-20 | Auto merge of #145348 - nnethercote:parse_token_tree-speedup-for-uom, r=petro... | bors | -6/+17 |
| 2025-08-19 | Rollup merge of #145474 - fmease:paren-use-bounds-fix, r=fee1-dead | 许杰友 Jieyou Xu (Joe) | -73/+89 |
| 2025-08-16 | Clean up parsers related to generic bounds | León Orell Valerian Liehr | -73/+79 |
| 2025-08-16 | Properly recover from parenthesized use-bounds (precise capturing) | León Orell Valerian Liehr | -16/+26 |
| 2025-08-15 | Rollup merge of #145378 - xizheyin:144968, r=davidtwco | Stuart Cook | -34/+94 |
| 2025-08-14 | Rollup merge of #145233 - joshtriplett:cfg-select-expr, r=jieyouxu | Jakub Beránek | -11/+19 |
| 2025-08-14 | Rollup merge of #137872 - estebank:extra-vert, r=compiler-errors | Jakub Beránek | -8/+10 |
| 2025-08-14 | Add FnContext in parser for diagnostic | xizheyin | -34/+94 |
| 2025-08-14 | Sometimes skip over tokens in `parse_token_tree`. | Nicholas Nethercote | -6/+17 |
| 2025-08-11 | Extract ast TraitImplHeader | Cameron Steffen | -14/+13 |
| 2025-08-11 | Tweak trait modifier errors | Cameron Steffen | -19/+10 |
| 2025-08-11 | Move trait impl modifier errors to parsing | Cameron Steffen | -1/+35 |
| 2025-08-10 | cfg_select: Support unbraced expressions | Josh Triplett | -11/+19 |
| 2025-08-09 | Auto merge of #145146 - fee1-dead-contrib:push-zmqrkurlzrxy, r=nnethercote | bors | -258/+269 |
| 2025-08-09 | remove `P` | Deadbeef | -258/+269 |
| 2025-08-08 | Recover for PAT = EXPR {} | Michael Goulet | -0/+2 |
| 2025-08-06 | Rollup merge of #144956 - fmease:gate-const-trait-syntax, r=BoxyUwU | Guillaume Gomez | -0/+3 |
| 2025-08-06 | Rollup merge of #144195 - Kivooeo:bad-attr, r=fmease,compiler-errors | Guillaume Gomez | -7/+52 |
| 2025-08-05 | Gate const trait syntax | León Orell Valerian Liehr | -0/+3 |
| 2025-08-05 | Added checks for attribute in type case | Kivooeo | -7/+52 |
| 2025-08-04 | Include whitespace in "remove `|`" suggestion and make it hidden | Esteban Küber | -8/+10 |
| 2025-07-31 | Consider operator's span when computing binop expr span | Michael Goulet | -5/+8 |
| 2025-07-29 | Rollup merge of #144589 - compiler-errors:postfix-yield-after-cast, r=petroch... | Stuart Cook | -1/+5 |
| 2025-07-28 | feat: Right align line numbers | Scott Schafer | -24/+24 |
| 2025-07-28 | Account for .yield in illegal postfix operator message | Michael Goulet | -1/+5 |
| 2025-07-28 | use let chains in mir, resolve, target | Kivooeo | -27/+25 |
| 2025-07-17 | parse `const trait Trait` | Deadbeef | -7/+21 |
| 2025-07-15 | Rollup merge of #143941 - folkertdev:cfg-select-docs, r=traviscross | Samuel Tardieu | -4/+6 |
| 2025-07-15 | Rollup merge of #143905 - xizheyin:143828, r=compiler-errors | Samuel Tardieu | -2/+57 |
| 2025-07-15 | Recover and suggest use `;` to construct array type | xizheyin | -2/+57 |
| 2025-07-14 | update `cfg_select!` documentation | Folkert de Vries | -4/+6 |
| 2025-07-13 | Auto merge of #143461 - folkertdev:cfg-select-builtin-macro, r=petrochenkov | bors | -1/+78 |
| 2025-07-13 | make `cfg_select` a builtin macro | Folkert de Vries | -1/+78 |
| 2025-07-10 | Remove uncessary parens in closure body with unused lint | yukang | -1/+1 |
| 2025-07-08 | Rollup merge of #143589 - RalfJung:const-pat, r=compiler-errors | Matthias Krüger | -2/+4 |
| 2025-07-07 | const-block-as-pattern: do not refer to no-longer-existing nightly feature | Ralf Jung | -2/+4 |
| 2025-07-06 | compiler: rename {ast,hir}::BareFn* to FnPtr* | Jubilee Young | -7/+7 |
| 2025-07-03 | Replace kw_span by full span. | Camille GILLOT | -2/+12 |
| 2025-07-02 | Auto merge of #143338 - matthiaskrgr:rollup-ykaxh04, r=matthiaskrgr | bors | -16/+37 |
| 2025-07-02 | Rollup merge of #142237 - benschulz:unused-parens-fn, r=fee1-dead | Matthias Krüger | -16/+37 |
| 2025-07-02 | Auto merge of #143214 - camsteffen:remove-let-chains-feature, r=est31 | bors | -1/+1 |
| 2025-07-01 | Remove support for dyn* | Michael Goulet | -8/+2 |
| 2025-07-01 | Detect more cases of unused_parens around types | Benjamin Schulz | -16/+37 |
| 2025-06-30 | Remove let_chains feature | Cameron Steffen | -1/+1 |
| 2025-06-29 | Fix the span of trait bound modifier `[const]` | León Orell Valerian Liehr | -1/+1 |
| 2025-06-27 | Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-dead | Matthias Krüger | -16/+34 |
| 2025-06-26 | Better recovery | Michael Goulet | -0/+14 |
| 2025-06-26 | Make recovery for enum with struct field a bit more accurate | Michael Goulet | -1/+2 |
| 2025-06-26 | Add Ident::is_non_reserved_ident | Michael Goulet | -10/+7 |
| 2025-06-26 | Change const trait bound syntax from ~const to [const] | Oli Scherer | -5/+19 |