| Age | Commit message (Expand) | Author | Lines |
| 2024-07-29 | Mark Parser::eat/check methods as must_use | Michael Goulet | -4/+15 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -6/+7 |
| 2024-07-25 | improve error message when `global_asm!` uses `asm!` options | Folkert | -2/+5 |
| 2024-07-19 | Auto merge of #127957 - matthiaskrgr:rollup-1u5ivck, r=matthiaskrgr | bors | -5/+5 |
| 2024-07-19 | Rollup merge of #127903 - nnethercote:force_collect-improvements, r=petrochenkov | Matthias Krüger | -5/+4 |
| 2024-07-19 | Rollup merge of #127350 - veera-sivarajan:bugfix-126311, r=lcnr | Matthias Krüger | -0/+1 |
| 2024-07-19 | Overhaul comments in `collect_tokens_trailing_token`. | Nicholas Nethercote | -0/+1 |
| 2024-07-19 | Make `Parser::num_bump_calls` 0-indexed. | Nicholas Nethercote | -0/+5 |
| 2024-07-19 | Simplify `CaptureState::inner_attr_ranges`. | Nicholas Nethercote | -1/+1 |
| 2024-07-19 | Remove an unnecessary `ForceCollect::Yes`. | Nicholas Nethercote | -5/+4 |
| 2024-07-18 | Parser: Suggest Placing the Return Type After Function Parameters | Veera | -0/+1 |
| 2024-07-18 | Remove `TrailingToken`. | Nicholas Nethercote | -11/+1 |
| 2024-07-16 | Remove references to `maybe_whole_expr`. | Nicholas Nethercote | -1/+0 |
| 2024-07-14 | Rollup merge of #127273 - nnethercote:fix-DebugParser, r=workingjubilee | Matthias Krüger | -8/+10 |
| 2024-07-13 | Rollup merge of #127558 - nnethercote:more-Attribute-cleanups, r=petrochenkov | Jubilee | -1/+1 |
| 2024-07-13 | Fix `DebugParser`. | Nicholas Nethercote | -8/+10 |
| 2024-07-12 | Add a new special case to `Parser::look_ahead`. | Nicholas Nethercote | -0/+29 |
| 2024-07-12 | Remove the bogus special case from `Parser::look_ahead`. | Nicholas Nethercote | -35/+2 |
| 2024-07-09 | Move `Spacing` into `FlatToken`. | Nicholas Nethercote | -1/+1 |
| 2024-07-07 | Rename some attribute types for consistency. | Nicholas Nethercote | -9/+8 |
| 2024-07-07 | Simplify `ReplaceRange`. | Nicholas Nethercote | -2/+2 |
| 2024-07-02 | Shrink parser positions from `usize` to `u32`. | Nicholas Nethercote | -3/+3 |
| 2024-06-20 | Properly gate `safe` keyword in pre-expansion | Michael Goulet | -0/+3 |
| 2024-06-19 | Auto merge of #126678 - nnethercote:fix-duplicated-attrs-on-nt-expr, r=petroc... | bors | -11/+0 |
| 2024-06-19 | Refactor `parse_expr_res`. | Nicholas Nethercote | -11/+0 |
| 2024-06-18 | Prefer `dcx` methods over fields or fields' methods | Oli Scherer | -1/+1 |
| 2024-06-17 | Make parse_seq_to_before_tokens take expected/nonexpected tokens, use in pars... | Michael Goulet | -23/+16 |
| 2024-06-07 | Rollup merge of #126052 - nnethercote:rustc_parse-more-cleanups, r=spastorino | Matthias Krüger | -21/+22 |
| 2024-06-07 | Revert "Create const block DefIds in typeck instead of ast lowering" | Oli Scherer | -5/+8 |
| 2024-06-06 | Reduce `pub` exposure. | Nicholas Nethercote | -21/+22 |
| 2024-06-04 | Handle safety keyword for extern block inner items | Santiago Pastorino | -0/+2 |
| 2024-05-28 | Create const block DefIds in typeck instead of ast lowering | Oli Scherer | -8/+5 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -5/+5 |
| 2024-05-14 | Remove `NtIdent` and `NtLifetime`. | Nicholas Nethercote | -0/+6 |
| 2024-05-13 | Remove a `Span` from `TokenKind::Interpolated`. | Nicholas Nethercote | -20/+8 |
| 2024-05-09 | Add `ErrorGuaranteed` to `Recovered::Yes` and use it more. | Nicholas Nethercote | -18/+4 |
| 2024-05-08 | Auto merge of #124779 - workingjubilee:debug-formatting-my-beloved, r=compile... | bors | -9/+53 |
| 2024-05-07 | compiler: add `Parser::debug_lookahead` | Jubilee Young | -0/+41 |
| 2024-05-07 | compiler: derive Debug in parser | Jubilee Young | -8/+11 |
| 2024-05-05 | compiler: Privatize `Parser::current_closure` | Jubilee Young | -1/+1 |
| 2024-05-06 | Move some tests from `rustc_expand` to `rustc_parse`. | Nicholas Nethercote | -0/+14 |
| 2024-04-24 | Stabilise `inline_const` | Gary Guo | -2/+0 |
| 2024-04-23 | Rollup merge of #124169 - compiler-errors:parser-fatal, r=oli-obk | Matthias Krüger | -0/+1 |
| 2024-04-23 | parser: remove ununsed(no reads) max_angle_bracket_count field | klensy | -3/+0 |
| 2024-04-19 | Don't fatal when calling expect_one_of when recovering arg in parse_seq | Michael Goulet | -0/+1 |
| 2024-04-18 | Simplify `static_assert_size`s. | Nicholas Nethercote | -1/+1 |
| 2024-04-16 | Rollup merge of #123462 - fmease:rn-mod-sep-to-path-sep, r=nnethercote | León Orell Valerian Liehr | -2/+2 |
| 2024-04-04 | Rename ModSep to PathSep | León Orell Valerian Liehr | -2/+2 |
| 2024-04-03 | Check `x86_64` size assertions on `aarch64`, too | Zalathar | -1/+1 |
| 2024-03-27 | Implement `mut ref`/`mut ref mut` | Jules Bertholet | -6/+10 |