| Age | Commit message (Expand) | Author | Lines |
| 2024-11-21 | Prepare for invisible delimiters. | Nicholas Nethercote | -2/+36 |
| 2024-11-21 | Introduce `InvisibleOrigin` on invisible delimiters. | Nicholas Nethercote | -6/+108 |
| 2024-10-28 | fix clippy::clone_on_ref_ptr for compiler | klensy | -1/+1 |
| 2024-09-23 | Rollup merge of #130551 - nnethercote:fix-break-last-token, r=petrochenkov | Jubilee | -29/+35 |
| 2024-09-23 | Fix `break_last_token`. | Nicholas Nethercote | -29/+35 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -8/+8 |
| 2024-09-06 | Add initial support for raw lifetimes | Michael Goulet | -8/+10 |
| 2024-08-26 | Don't make pattern nonterminals match statement nonterminals | Michael Goulet | -21/+36 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -12/+14 |
| 2024-07-16 | Remove references to `maybe_whole_expr`. | Nicholas Nethercote | -2/+1 |
| 2024-06-23 | Rework pattern and expression nonterminal kinds. | Nicholas Nethercote | -29/+44 |
| 2024-06-21 | Rollup merge of #126700 - compiler-errors:fragment, r=fmease | Matthias Krüger | -5/+14 |
| 2024-06-20 | Introduce `can_begin_string_literal`. | Nicholas Nethercote | -0/+15 |
| 2024-06-20 | Inline `can_begin_literal_maybe_minus` call into two places. | Nicholas Nethercote | -2/+3 |
| 2024-06-19 | Allow naming expr_2021 in all editions | Michael Goulet | -5/+14 |
| 2024-06-04 | Handle safety keyword for extern block inner items | Santiago Pastorino | -0/+2 |
| 2024-05-17 | Auto merge of #123865 - eholk:expr_2021, r=fmease | bors | -0/+4 |
| 2024-05-14 | Remove `NtIdent` and `NtLifetime`. | Nicholas Nethercote | -45/+32 |
| 2024-05-13 | Apply code review suggestions | Eric Holk | -1/+1 |
| 2024-05-13 | expr_2021 should be allowed on edition 2021 and later | Eric Holk | -1/+1 |
| 2024-05-13 | Add expr_2021 nonterminal and feature flag | Eric Holk | -0/+4 |
| 2024-05-13 | Remove a `Span` from `TokenKind::Interpolated`. | Nicholas Nethercote | -14/+19 |
| 2024-05-06 | Return coherent description for boolean instead of panicking | Urgau | -1/+1 |
| 2024-04-29 | Remove `extern crate rustc_macros` from numerous crates. | Nicholas Nethercote | -1/+1 |
| 2024-04-18 | Auto merge of #124008 - nnethercote:simpler-static_assert_size, r=Nilstrieb | bors | -1/+1 |
| 2024-04-18 | Simplify `static_assert_size`s. | Nicholas Nethercote | -1/+1 |
| 2024-04-16 | Fix empty-set symbol in comments | David Tolnay | -1/+1 |
| 2024-04-16 | Rollup merge of #123462 - fmease:rn-mod-sep-to-path-sep, r=nnethercote | León Orell Valerian Liehr | -9/+11 |
| 2024-04-04 | Rename ModSep to PathSep | León Orell Valerian Liehr | -9/+11 |
| 2024-04-03 | Check `x86_64` size assertions on `aarch64`, too | Zalathar | -1/+1 |
| 2024-03-21 | Fix out-of-date comment. | Nicholas Nethercote | -1/+1 |
| 2024-03-21 | Rename `Token::is_path`. | Nicholas Nethercote | -2/+2 |
| 2024-03-20 | resolve clippy errors | onur-ozkan | -0/+1 |
| 2024-02-20 | Add newtype for raw idents | clubby789 | -10/+28 |
| 2024-02-15 | Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`. | Nicholas Nethercote | -6/+6 |
| 2023-12-27 | Introduce `const Trait` (always-const trait bounds) | León Orell Valerian Liehr | -9/+0 |
| 2023-12-10 | remove redundant imports | surechen | -1/+1 |
| 2023-11-27 | Detect Python-like slicing and suggest how to fix | Hirochika Matsumoto | -0/+5 |
| 2023-11-17 | Auto merge of #114292 - estebank:issue-71039, r=b-naber | bors | -18/+35 |
| 2023-11-16 | More detail when expecting expression but encountering bad macro argument | Esteban Küber | -18/+35 |
| 2023-11-14 | Detect more `=>` typos | Esteban Küber | -1/+2 |
| 2023-11-13 | Fix comment | Sleep_AllDay | -2/+2 |
| 2023-10-26 | Reserve `gen` keyword for `gen {}` blocks and `gen fn` in 2024 edition | Oli Scherer | -0/+1 |
| 2023-10-15 | Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstrieb | bors | -6/+8 |
| 2023-10-14 | Rollup merge of #116696 - c410-f3r:in-doc, r=petrochenkov | Matthias Krüger | -0/+27 |
| 2023-10-13 | Misc improvements | Caio | -0/+27 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -6/+8 |
| 2023-10-12 | Rename `Token::is_op` as `Token::is_punct`. | Nicholas Nethercote | -1/+1 |
| 2023-10-04 | Fix misuses of a vs an | cui fliter | -1/+1 |
| 2023-08-24 | Parse unnamed fields and anonymous structs or unions | Frank King | -0/+2 |