| Age | Commit message (Expand) | Author | Lines |
| 2024-06-26 | Fix a span in `parse_ty_bare_fn`. | Nicholas Nethercote | -1/+1 |
| 2024-06-24 | Rollup merge of #126882 - estebank:multiline-order, r=WaffleLapkin | Matthias Krüger | -10/+7 |
| 2024-06-23 | Special case when a code line only has multiline span starts | Esteban Küber | -10/+7 |
| 2024-06-23 | Rework pattern and expression nonterminal kinds. | Nicholas Nethercote | -16/+12 |
| 2024-06-21 | Rollup merge of #126767 - compiler-errors:static-foreign-item, r=spastorino | Matthias Krüger | -1/+1 |
| 2024-06-21 | Rollup merge of #126700 - compiler-errors:fragment, r=fmease | Matthias Krüger | -3/+2 |
| 2024-06-21 | Rollup merge of #126125 - dev-ardi:conflict-markers, r=estebank | Matthias Krüger | -16/+42 |
| 2024-06-21 | Auto merge of #126757 - compiler-errors:safe, r=spastorino | bors | -0/+3 |
| 2024-06-20 | StaticForeignItem and StaticItem are the same | Michael Goulet | -1/+1 |
| 2024-06-20 | Properly gate `safe` keyword in pre-expansion | Michael Goulet | -0/+3 |
| 2024-06-20 | Rollup merge of #126717 - nnethercote:rustfmt-use-pre-cleanups, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2024-06-20 | Add blank lines after module-level `//` comments. | Nicholas Nethercote | -0/+1 |
| 2024-06-20 | Introduce `can_begin_string_literal`. | Nicholas Nethercote | -2/+2 |
| 2024-06-20 | Inline `can_begin_literal_maybe_minus` call into two places. | Nicholas Nethercote | -1/+2 |
| 2024-06-19 | Allow naming expr_2021 in all editions | Michael Goulet | -3/+2 |
| 2024-06-19 | Auto merge of #126678 - nnethercote:fix-duplicated-attrs-on-nt-expr, r=petroc... | bors | -111/+99 |
| 2024-06-19 | Change how `parse_expr_force_collect` works. | Nicholas Nethercote | -2/+5 |
| 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 |