| Age | Commit message (Expand) | Author | Lines |
| 2024-05-11 | Add classify::expr_is_complete | David Tolnay | -59/+3 |
| 2024-05-11 | Remove MacCall special cases from Parser::parse_full_stmt | David Tolnay | -9/+3 |
| 2024-05-11 | Remove MacCall special case from recovery after missing 'if' after 'else' | David Tolnay | -6/+28 |
| 2024-05-11 | Document MacCall special case in Parser::parse_arm | David Tolnay | -0/+11 |
| 2024-05-11 | Document MacCall special case in Parser::expr_is_complete | David Tolnay | -7/+44 |
| 2024-05-11 | Mark Parser::expr_is_complete call sites | David Tolnay | -5/+7 |
| 2024-05-11 | Macro call with braces does not require semicolon to be statement | David Tolnay | -7/+20 |
| 2024-05-11 | Mark expr_requires_semi_to_be_stmt call sites | David Tolnay | -5/+6 |
| 2024-05-11 | Rollup merge of #124930 - compiler-errors:consume-arg, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -1/+5 |
| 2024-05-11 | Rollup merge of #124318 - bvanjoi:fix-123911, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -7/+12 |
| 2024-05-11 | ignore generics args in attribute paths | bohan | -7/+12 |
| 2024-05-10 | Rollup merge of #124778 - fmease:fix-diag-msg-parse-meta-item, r=nnethercote | Matthias Krüger | -26/+30 |
| 2024-05-10 | Fix parse error message for meta items | León Orell Valerian Liehr | -26/+30 |
| 2024-05-09 | Make sure we consume a generic arg when checking mistyped turbofish | Michael Goulet | -1/+5 |
| 2024-05-09 | Add `ErrorGuaranteed` to `Recovered::Yes` and use it more. | Nicholas Nethercote | -77/+60 |
| 2024-05-08 | Rollup merge of #123344 - pietroalbini:pa-unused-imports, r=Nilstrieb | Matthias Krüger | -2/+6 |
| 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/+1615 |
| 2024-04-29 | Add StaticForeignItem and use it on ForeignItemKind | Santiago Pastorino | -1/+5 |
| 2024-04-24 | Auto merge of #104087 - nbdd0121:const, r=scottmcm | bors | -2/+0 |
| 2024-04-24 | Stabilise `inline_const` | Gary Guo | -2/+0 |
| 2024-04-24 | Auto merge of #122500 - petrochenkov:deleg, r=fmease | bors | -5/+5 |
| 2024-04-23 | delegation: Support renaming | Vadim Petrochenkov | -5/+5 |
| 2024-04-23 | Rollup merge of #124169 - compiler-errors:parser-fatal, r=oli-obk | Matthias Krüger | -0/+1 |
| 2024-04-23 | Rollup merge of #124284 - klensy:no-reads, r=fmease | Matthias Krüger | -4/+0 |
| 2024-04-23 | Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davidtwco | Matthias Krüger | -13/+19 |
| 2024-04-23 | parser: remove ununsed(no reads) max_angle_bracket_count field | klensy | -4/+0 |
| 2024-04-22 | Improve handling of expr->field errors | Sasha Pourcelot | -0/+6 |
| 2024-04-19 | Don't fatal when calling expect_one_of when recovering arg in parse_seq | Michael Goulet | -0/+1 |
| 2024-04-18 | Disallow ambiguous attributes on expressions | Dominik Stolz | -13/+19 |
| 2024-04-18 | Auto merge of #124008 - nnethercote:simpler-static_assert_size, r=Nilstrieb | bors | -2/+2 |
| 2024-04-18 | Simplify `static_assert_size`s. | Nicholas Nethercote | -2/+2 |
| 2024-04-17 | Rename `BindingAnnotation` to `BindingMode` | Jules Bertholet | -18/+16 |
| 2024-04-17 | Rollup merge of #124051 - dtolnay:emptyset, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-04-17 | Rollup merge of #122813 - nnethercote:nicer-quals, r=compiler-errors | Matthias Krüger | -5/+2 |
| 2024-04-16 | Fix empty-set symbol in comments | David Tolnay | -1/+1 |
| 2024-04-16 | Auto merge of #123468 - compiler-errors:precise-capturing, r=oli-obk | bors | -8/+51 |
| 2024-04-16 | Avoid unnecessary `rustc_span::DUMMY_SP` usage. | Nicholas Nethercote | -5/+2 |
| 2024-04-16 | Rollup merge of #123462 - fmease:rn-mod-sep-to-path-sep, r=nnethercote | León Orell Valerian Liehr | -26/+26 |
| 2024-04-15 | More polishing | Michael Goulet | -1/+3 |
| 2024-04-15 | Use a path instead of an ident (and stop manually resolving) | Michael Goulet | -2/+5 |
| 2024-04-15 | Validation and other things | Michael Goulet | -1/+1 |
| 2024-04-15 | Implement resolution, parse use<Self> | Michael Goulet | -1/+7 |
| 2024-04-15 | Use dedicated PreciseCapturingArg for representing what goes in use<> | Michael Goulet | -7/+23 |
| 2024-04-15 | Parsing , pre-lowering support for precise captures | Michael Goulet | -6/+22 |
| 2024-04-14 | store the span of the nested part of the use tree in the ast | Pietro Albini | -2/+6 |
| 2024-04-11 | remove some things that do not need to be | Matthias Krüger | -2/+1 |