| Age | Commit message (Expand) | Author | Lines |
| 2024-10-06 | On function and method calls in patterns, link to the book | Esteban Küber | -1/+3 |
| 2024-10-04 | Rollup merge of #131034 - Urgau:cfg-true-false, r=nnethercote | Guillaume Gomez | -5/+7 |
| 2024-10-02 | Rollup merge of #130725 - GrigorenkoPV:@-in-struct-patterns, r=Nadrieril | Jubilee | -13/+67 |
| 2024-10-01 | Remove anon struct and union types | Michael Goulet | -48/+1 |
| 2024-10-01 | Remove unnamed field feature | Michael Goulet | -3/+1 |
| 2024-10-01 | Use `ast::NestedMetaItem` when evaluating cfg predicate | Urgau | -5/+7 |
| 2024-09-27 | Add suggestion for removing invalid path separator `::` in function definition. | surechen | -0/+18 |
| 2024-09-23 | Rollup merge of #130551 - nnethercote:fix-break-last-token, r=petrochenkov | Jubilee | -35/+40 |
| 2024-09-23 | Fix `break_last_token`. | Nicholas Nethercote | -35/+40 |
| 2024-09-23 | Parser: better error messages for `@` in struct patterns | Pavel Grigorenko | -13/+67 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -177/+151 |
| 2024-09-21 | Parser: recover from `:::` to `::` in delegations | Pavel Grigorenko | -1/+1 |
| 2024-09-21 | Parser: recover from `:::` to `::` | Pavel Grigorenko | -15/+47 |
| 2024-09-18 | Add suggestions for expressions in patterns | Lieselotte | -11/+311 |
| 2024-09-18 | Recover more expressions in patterns | Lieselotte | -69/+90 |
| 2024-09-18 | Rollup merge of #130489 - compiler-errors:raw-lt-lint, r=jieyouxu | Matthias Krüger | -0/+3 |
| 2024-09-18 | Rollup merge of #130116 - veera-sivarajan:freeze-suggestions, r=chenyukang | Matthias Krüger | -2/+8 |
| 2024-09-17 | Store raw ident span for raw lifetime | Michael Goulet | -0/+3 |
| 2024-09-14 | Auto merge of #129753 - folkertdev:stabilize-const-extern-fn, r=RalfJung | bors | -3/+0 |
| 2024-09-14 | stabilize `const_extern_fn` | Folkert de Vries | -3/+0 |
| 2024-09-14 | Refactor `Parser::break_up_float` | Lieselotte | -27/+25 |
| 2024-09-14 | Fix `Parser::break_up_float`'s right span | Lieselotte | -1/+1 |
| 2024-09-14 | Add `ErrorGuaranteed` to `DestructuredFloat::Error` | Lieselotte | -7/+7 |
| 2024-09-12 | Implement a Method to Seal `DiagInner`'s Suggestions | Veera | -2/+8 |
| 2024-09-12 | Rollup merge of #130250 - compiler-errors:useless-conversion, r=jieyouxu | Stuart Cook | -6/+6 |
| 2024-09-12 | Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoerister | Stuart Cook | -41/+33 |
| 2024-09-11 | clippy::useless_conversion | Michael Goulet | -6/+6 |
| 2024-09-11 | Also fix if in else | Michael Goulet | -35/+27 |
| 2024-09-11 | Simplify some nested if statements | Michael Goulet | -6/+6 |
| 2024-09-09 | Remove needless returns detected by clippy in the compiler | Eduardo Sánchez Muñoz | -3/+3 |
| 2024-09-08 | Auto merge of #129346 - nnethercote:fix-double-handling-in-collect_tokens, r=... | bors | -56/+88 |
| 2024-09-07 | Rollup merge of #126452 - compiler-errors:raw-lifetimes, r=spastorino | Matthias Krüger | -35/+82 |
| 2024-09-07 | Rollup merge of #129899 - veera-sivarajan:fix-97793-pr-final, r=chenyukang | Michael Goulet | -3/+88 |
| 2024-09-06 | Add Suggestions for Misspelled Keywords | Veera | -3/+88 |
| 2024-09-06 | Add some more tests | Michael Goulet | -1/+1 |
| 2024-09-06 | Add initial support for raw lifetimes | Michael Goulet | -16/+50 |
| 2024-09-06 | Format lexer | Michael Goulet | -19/+22 |
| 2024-09-06 | Reserve prefix lifetimes too | Michael Goulet | -0/+10 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 2) | Alexander Cyon | -1/+1 |
| 2024-08-31 | Rollup merge of #120221 - compiler-errors:statements-are-not-patterns, r=nnet... | Matthias Krüger | -21/+10 |
| 2024-08-29 | Add `warn(unreachable_pub)` to `rustc_parser`. | Nicholas Nethercote | -35/+36 |
| 2024-08-28 | Rollup merge of #129667 - dev-ardi:rustc_driver-cleanup, r=michaelwoerister | Matthias Krüger | -1/+3 |
| 2024-08-28 | clarify what term can be | Orion Gonzalez | -1/+3 |
| 2024-08-26 | Don't make pattern nonterminals match statement nonterminals | Michael Goulet | -21/+10 |
| 2024-08-24 | Rollup merge of #128524 - chenyukang:yukang-fix-127930-invalid-outer-style-su... | Trevor Gross | -12/+31 |
| 2024-08-24 | Optimize `collect_tokens` a little. | Nicholas Nethercote | -23/+40 |
| 2024-08-24 | Avoid double-handling of attributes in `collect_tokens`. | Nicholas Nethercote | -5/+26 |
| 2024-08-23 | Split the assertion in `NodeRange::new`. | Nicholas Nethercote | -1/+2 |
| 2024-08-23 | Avoid nested replacement ranges. | Nicholas Nethercote | -21/+7 |
| 2024-08-23 | Return earlier in some cases in `collect_token`. | Nicholas Nethercote | -17/+22 |