| Age | Commit message (Expand) | Author | Lines |
| 2024-12-10 | Auto merge of #134096 - fmease:rollup-0asgoo8, r=fmease | bors | -1/+2 |
| 2024-12-09 | Rollup merge of #134084 - estebank:typo, r=compiler-errors | León Orell Valerian Liehr | -1/+1 |
| 2024-12-09 | Rollup merge of #134043 - ehuss:unicode-version, r=jieyouxu | León Orell Valerian Liehr | -0/+1 |
| 2024-12-09 | Detect `struct S(ty = val);` | Esteban Küber | -1/+17 |
| 2024-12-09 | Introduce `default_field_values` feature | Esteban Küber | -12/+9 |
| 2024-12-09 | Fix typo in RFC mention 3598 -> 3593 | Esteban Küber | -1/+1 |
| 2024-12-09 | Add test to check unicode identifier version | Eric Huss | -0/+1 |
| 2024-12-08 | Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-dead | Matthias Krüger | -48/+68 |
| 2024-12-04 | Fix suggestion when shorthand self has erroneous type | Michael Goulet | -1/+48 |
| 2024-12-03 | Rollup merge of #133545 - clubby789:symbol-intern-lit, r=jieyouxu | Matthias Krüger | -2/+2 |
| 2024-12-03 | Rollup merge of #132612 - compiler-errors:async-trait-bounds, r=lcnr | Matthias Krüger | -2/+2 |
| 2024-12-02 | Rollup merge of #133746 - oli-obk:push-xwyrylxmrtvq, r=jieyouxu | Guillaume Gomez | -4/+6 |
| 2024-12-02 | Gate async fn trait bound modifier on async_trait_bounds | Michael Goulet | -2/+2 |
| 2024-12-02 | Rollup merge of #133603 - dtolnay:precedence, r=lcnr | Guillaume Gomez | -31/+35 |
| 2024-12-02 | Change `AttrArgs::Eq` into a struct variant | Oli Scherer | -4/+6 |
| 2024-12-01 | Only error raw lifetime followed by \' in edition 2021+ | Michael Goulet | -2/+21 |
| 2024-11-30 | Eliminate magic numbers from expression precedence | David Tolnay | -16/+11 |
| 2024-11-30 | Eliminate precedence arithmetic from rustc_parse | David Tolnay | -17/+26 |
| 2024-11-30 | Rollup merge of #133623 - nnethercote:parse_expr_bottom-spans, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -21/+14 |
| 2024-11-28 | Replace `Symbol::intern` calls with preinterned symbols | clubby789 | -2/+2 |
| 2024-11-28 | Rollup merge of #133560 - clubby789:mut-mut-space, r=jieyouxu | Guillaume Gomez | -2/+5 |
| 2024-11-28 | Rollup merge of #133487 - pitaj:reserve-guarded-strings, r=fee1-dead | Guillaume Gomez | -6/+19 |
| 2024-11-28 | Improve span handling in `parse_expr_bottom`. | Nicholas Nethercote | -21/+14 |
| 2024-11-28 | Trim extra space in 'repeated `mut`' diagnostic | clubby789 | -2/+5 |
| 2024-11-26 | Rollup merge of #133140 - dtolnay:precedence, r=fmease | Michael Goulet | -7/+10 |
| 2024-11-26 | Rollup merge of #133070 - nnethercote:lexer-tweaks, r=chenyukang | Michael Goulet | -80/+86 |
| 2024-11-25 | fix confusing diagnostic for reserved `##` | Peter Jaszkowiak | -6/+19 |
| 2024-11-25 | Refactor `where` predicates, and reserve for attributes support | Frank King | -32/+30 |
| 2024-11-25 | Streamline `lex_token_trees` error handling. | Nicholas Nethercote | -20/+14 |
| 2024-11-25 | Fix some formatting. | Nicholas Nethercote | -5/+15 |
| 2024-11-25 | Split `Lexer::bump`. | Nicholas Nethercote | -7/+27 |
| 2024-11-25 | Merge `TokenTreesReader` into `StringReader`. | Nicholas Nethercote | -49/+31 |
| 2024-11-24 | parse guard patterns | Nadrieril | -37/+56 |
| 2024-11-24 | refactor pat parser method names/doc-comments to agree with RFC 3637 | Max Niederman | -21/+22 |
| 2024-11-21 | Implement the unsafe-fields RFC. | Luca Versari | -2/+20 |
| 2024-11-21 | Remove `ErrorGuaranteed` retval from `error_unexpected_after_dot`. | Nicholas Nethercote | -7/+7 |
| 2024-11-21 | Prepare for invisible delimiters. | Nicholas Nethercote | -10/+68 |
| 2024-11-21 | Add metavariables to `TokenDescription`. | Nicholas Nethercote | -17/+52 |
| 2024-11-21 | Introduce `InvisibleOrigin` on invisible delimiters. | Nicholas Nethercote | -8/+8 |
| 2024-11-19 | Auto merge of #133219 - matthiaskrgr:rollup-hnuq0zf, r=matthiaskrgr | bors | -3/+2 |
| 2024-11-19 | Auto merge of #132761 - nnethercote:resolve-tweaks, r=petrochenkov | bors | -1/+2 |
| 2024-11-19 | Remove `TokenKind::InvalidPrefix`. | Nicholas Nethercote | -3/+2 |
| 2024-11-17 | Diagnostics for let mut in item context | Kornel | -8/+25 |
| 2024-11-17 | Inline ExprPrecedence::order into Expr::precedence | David Tolnay | -7/+10 |
| 2024-11-17 | Rollup merge of #133060 - tyrone-wu:removelet-span-suggestion, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -2/+3 |
| 2024-11-16 | review comment: move logic to new method | Esteban Küber | -88/+103 |
| 2024-11-16 | Reword suggestion message | Esteban Küber | -2/+2 |
| 2024-11-16 | Better account for `else if` macro conditions mising an `if` | Esteban Küber | -1/+10 |
| 2024-11-16 | Increase accuracy of `if` condition misparse suggestion | Esteban Küber | -9/+89 |
| 2024-11-15 | Trim whitespace in RemoveLet primary span | Tyrone Wu | -2/+3 |