| Age | Commit message (Expand) | Author | Lines |
| 2024-06-23 | Unify the precedence level for PREC_POSTFIX and PREC_PAREN | David Tolnay | -1/+1 |
| 2024-06-24 | Fix a typo in a comment. | Nicholas Nethercote | -1/+1 |
| 2024-06-23 | Rework pattern and expression nonterminal kinds. | Nicholas Nethercote | -29/+44 |
| 2024-06-21 | Rollup merge of #126767 - compiler-errors:static-foreign-item, r=spastorino | Matthias Krüger | -45/+3 |
| 2024-06-21 | Rollup merge of #126700 - compiler-errors:fragment, r=fmease | Matthias Krüger | -5/+14 |
| 2024-06-20 | StaticForeignItem and StaticItem are the same | Michael Goulet | -45/+3 |
| 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-19 | Auto merge of #126678 - nnethercote:fix-duplicated-attrs-on-nt-expr, r=petroc... | bors | -1/+3 |
| 2024-06-19 | Add a comment. | Nicholas Nethercote | -1/+3 |
| 2024-06-19 | Rollup merge of #124135 - petrochenkov:deleglob, r=fmease | 许杰友 Jieyou Xu (Joe) | -23/+62 |
| 2024-06-17 | Rework precise capturing syntax | Michael Goulet | -15/+29 |
| 2024-06-14 | delegation: Implement glob delegation | Vadim Petrochenkov | -23/+62 |
| 2024-06-12 | Use `tidy` to sort crate attributes for all compiler crates. | Nicholas Nethercote | -3/+5 |
| 2024-06-07 | Rollup merge of #124214 - carbotaniuman:parse_unsafe_attrs, r=michaelwoerister | Matthias Krüger | -13/+41 |
| 2024-06-07 | Revert "Create const block DefIds in typeck instead of ast lowering" | Oli Scherer | -3/+3 |
| 2024-06-06 | Change comment to FIXME | carbotaniuman | -1/+3 |
| 2024-06-06 | Fix build | carbotaniuman | -10/+10 |
| 2024-06-06 | Parse unsafe attributes | carbotaniuman | -13/+39 |
| 2024-06-04 | Add safe/unsafe to static inside extern blocks | Santiago Pastorino | -3/+5 |
| 2024-06-04 | Handle safety keyword for extern block inner items | Santiago Pastorino | -2/+19 |
| 2024-05-31 | Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com... | Matthias Krüger | -31/+45 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -31/+45 |
| 2024-05-29 | ast: Revert a breaking attribute visiting order change | Vadim Petrochenkov | -1/+1 |
| 2024-05-28 | Create const block DefIds in typeck instead of ast lowering | Oli Scherer | -3/+3 |
| 2024-05-23 | Rollup merge of #125316 - nnethercote:tweak-Spacing, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2024-05-23 | Use `JointHidden` in a couple of suitable places. | Nicholas Nethercote | -2/+2 |
| 2024-05-22 | Rollup merge of #125049 - dtolnay:castbrace, r=compiler-errors | León Orell Valerian Liehr | -4/+91 |
| 2024-05-22 | Auto merge of #125326 - weiznich:move/do_not_recommend_to_diganostic_namespac... | bors | -0/+11 |
| 2024-05-21 | Move `#[do_not_recommend]` to the `#[diagnostic]` namespace | Georg Semmler | -0/+11 |
| 2024-05-20 | Implement BOXED_SLICE_INTO_ITER | Michael Goulet | -1/+1 |
| 2024-05-19 | document what the span of UseTreeKind::Nested is | Pietro Albini | -0/+7 |
| 2024-05-18 | Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726 | bors | -31/+35 |
| 2024-05-18 | Rollup merge of #125117 - dev-ardi:improve-parser, r=wesleywiser,fmease | Matthias Krüger | -0/+1 |
| 2024-05-17 | Auto merge of #123865 - eholk:expr_2021, r=fmease | bors | -0/+4 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -31/+35 |
| 2024-05-15 | delegation: Implement list delegation | Vadim Petrochenkov | -4/+75 |
| 2024-05-14 | improve maybe_consume_incorrect_semicolon | ardi | -0/+1 |
| 2024-05-14 | Remove `NtIdent` and `NtLifetime`. | Nicholas Nethercote | -60/+52 |
| 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-12 | Disallow cast with trailing braced macro in let-else | David Tolnay | -4/+91 |
| 2024-05-13 | Remove a `Span` from `TokenKind::Interpolated`. | Nicholas Nethercote | -20/+23 |
| 2024-05-11 | Add classify::expr_is_complete | David Tolnay | -39/+57 |
| 2024-05-11 | Macro call with braces does not require semicolon to be statement | David Tolnay | -13/+17 |
| 2024-05-11 | Mark expr_requires_semi_to_be_stmt call sites | David Tolnay | -1/+2 |
| 2024-05-11 | Expand on expr_requires_semi_to_be_stmt documentation | David Tolnay | -10/+41 |
| 2024-05-09 | Add `ErrorGuaranteed` to `Recovered::Yes` and use it more. | Nicholas Nethercote | -6/+9 |