| Age | Commit message (Expand) | Author | Lines |
| 2024-06-19 | Refactor `parse_expr_res`. | Nicholas Nethercote | -28/+33 |
| 2024-06-19 | Simplify `LhsExpr::Unparsed`. | Nicholas Nethercote | -10/+11 |
| 2024-06-19 | Move `parse_or_use_outer_attributes` out of `parse_expr_prefix_range`. | Nicholas Nethercote | -9/+10 |
| 2024-06-19 | Move `parse_or_use_outer_attributes` out of `parse_expr_prefix`. | Nicholas Nethercote | -5/+8 |
| 2024-06-19 | Inline and remove `parse_expr_assoc`. | Nicholas Nethercote | -10/+1 |
| 2024-06-19 | Refactor `LhsExpr`. | Nicholas Nethercote | -42/+38 |
| 2024-06-19 | Remove `From` impls for `LhsExpr`. | Nicholas Nethercote | -25/+10 |
| 2024-06-19 | Simplify `Parser::parse_expr_dot_or_call`. | Nicholas Nethercote | -4/+3 |
| 2024-06-19 | Expand another comment. | Nicholas Nethercote | -1/+5 |
| 2024-06-19 | Rollup merge of #124135 - petrochenkov:deleglob, r=fmease | 许杰友 Jieyou Xu (Joe) | -5/+19 |
| 2024-06-19 | make this comment correct | ardi | -3/+4 |
| 2024-06-19 | Improve conflict marker recovery | ardi | -13/+38 |
| 2024-06-18 | Remove redundant argument from `subdiagnostic` method | Oli Scherer | -12/+9 |
| 2024-06-18 | Use a dedicated type instead of a reference for the diagnostic context | Oli Scherer | -5/+5 |
| 2024-06-18 | Prefer `dcx` methods over fields or fields' methods | Oli Scherer | -3/+3 |
| 2024-06-17 | Rework precise capturing syntax | Michael Goulet | -17/+14 |
| 2024-06-17 | Make parse_seq_to_before_tokens take expected/nonexpected tokens, use in pars... | Michael Goulet | -35/+31 |
| 2024-06-14 | delegation: Implement glob delegation | Vadim Petrochenkov | -5/+19 |
| 2024-06-07 | Rollup merge of #126052 - nnethercote:rustc_parse-more-cleanups, r=spastorino | Matthias Krüger | -51/+54 |
| 2024-06-07 | Rollup merge of #124214 - carbotaniuman:parse_unsafe_attrs, r=michaelwoerister | Matthias Krüger | -3/+32 |
| 2024-06-07 | Auto merge of #125918 - oli-obk:const_block_ice, r=compiler-errors | bors | -5/+8 |
| 2024-06-07 | Revert "Create const block DefIds in typeck instead of ast lowering" | Oli Scherer | -5/+8 |
| 2024-06-06 | Fix build | carbotaniuman | -4/+4 |
| 2024-06-06 | Parse unsafe attributes | carbotaniuman | -3/+32 |
| 2024-06-06 | Revert "Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davi... | Rémy Rakic | -19/+13 |
| 2024-06-06 | Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obk | bors | -7/+34 |
| 2024-06-06 | Specialize `assert_pred`. | Nicholas Nethercote | -12/+6 |
| 2024-06-06 | Reduce `pub` exposure. | Nicholas Nethercote | -39/+48 |
| 2024-06-05 | Make top-level `rustc_parse` functions fallible. | Nicholas Nethercote | -5/+17 |
| 2024-06-05 | Reorder `source_str_to_stream` arguments. | Nicholas Nethercote | -1/+1 |
| 2024-06-05 | Inline and remove `parse_crate{,_attrs}_from_{file,source_str}`. | Nicholas Nethercote | -1/+1 |
| 2024-06-05 | Use `source_str_to_stream` in a test file. | Nicholas Nethercote | -6/+2 |
| 2024-06-04 | Add safe/unsafe to static inside extern blocks | Santiago Pastorino | -5/+13 |
| 2024-06-04 | Handle safety keyword for extern block inner items | Santiago Pastorino | -2/+21 |
| 2024-06-02 | Avoid checking the edition as much as possible | Vincenzo Palazzo | -1/+1 |
| 2024-06-01 | Auto merge of #125863 - fmease:rej-CVarArgs-in-parse_ty_for_where_clause, r=c... | bors | -2/+3 |
| 2024-06-01 | Reject CVarArgs in parse_ty_for_where_clause | León Orell Valerian Liehr | -2/+3 |
| 2024-05-31 | Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com... | Matthias Krüger | -18/+15 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -18/+15 |
| 2024-05-28 | Create const block DefIds in typeck instead of ast lowering | Oli Scherer | -8/+5 |
| 2024-05-23 | Remove `#[macro_use] extern crate tracing` from `rustc_parse`. | Nicholas Nethercote | -0/+3 |
| 2024-05-22 | Rollup merge of #125049 - dtolnay:castbrace, r=compiler-errors | León Orell Valerian Liehr | -11/+17 |
| 2024-05-21 | Auto merge of #124417 - Xiretza:translate-early-lints, r=fmease | bors | -2/+1 |
| 2024-05-21 | Rename buffer_lint_with_diagnostic to buffer_lint | Xiretza | -1/+1 |
| 2024-05-21 | Generate lint diagnostic message from BuiltinLintDiag | Xiretza | -1/+0 |
| 2024-05-20 | Fix parsing of erroneously placed semicolons | ardi | -3/+9 |
| 2024-05-18 | Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726 | bors | -30/+30 |
| 2024-05-18 | Rollup merge of #125117 - dev-ardi:improve-parser, r=wesleywiser,fmease | Matthias Krüger | -66/+72 |
| 2024-05-17 | Auto merge of #123865 - eholk:expr_2021, r=fmease | bors | -2/+10 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -30/+30 |