| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-05-08 | Rollup merge of #124587 - reitermarkus:use-generic-nonzero, r=dtolnay | Matthias Krüger | -1/+1 |
| 2024-05-08 | Rollup merge of #123344 - pietroalbini:pa-unused-imports, r=Nilstrieb | Matthias Krüger | -4/+4 |
| 2024-05-08 | Use generic `NonZero`. | Markus Reiter | -1/+1 |
| 2024-05-08 | Auto merge of #124779 - workingjubilee:debug-formatting-my-beloved, r=compile... | bors | -1/+1 |
| 2024-05-07 | compiler: derive Debug in parser | Jubilee Young | -1/+1 |
| 2024-05-06 | Return coherent description for boolean instead of panicking | Urgau | -1/+1 |
| 2024-05-04 | Various improvements to entrypoint code | Nilstrieb | -1/+25 |
| 2024-05-03 | AST pretty: Use `builtin_syntax` for type ascription | León Orell Valerian Liehr | -4/+10 |
| 2024-05-01 | Step bootstrap cfgs | Mark Rousskov | -1/+0 |
| 2024-04-30 | Rollup merge of #124511 - nnethercote:rm-extern-crates, r=fee1-dead | Matthias Krüger | -9/+7 |
| 2024-04-30 | Remove `extern crate tracing` from numerous crates. | Nicholas Nethercote | -3/+1 |
| 2024-04-29 | Add StaticForeignItem and use it on ForeignItemKind | Santiago Pastorino | -9/+38 |
| 2024-04-29 | Remove `extern crate rustc_macros` from numerous crates. | Nicholas Nethercote | -6/+6 |
| 2024-04-25 | ast: Visit item components in "natural" order | Vadim Petrochenkov | -4/+4 |
| 2024-04-25 | ast: Generalize item kind visiting | Vadim Petrochenkov | -311/+341 |
| 2024-04-25 | Rollup merge of #124324 - nnethercote:minor-ast-cleanups, r=estebank | Matthias Krüger | -78/+71 |
| 2024-04-25 | Add comments about attribute tokens. | Nicholas Nethercote | -0/+2 |
| 2024-04-24 | Remove unnecessary `pub`s in `mut_visit.rs`. | Nicholas Nethercote | -65/+60 |
| 2024-04-24 | Rename `NestedMetaItem::name_value_literal`. | Nicholas Nethercote | -2/+3 |
| 2024-04-24 | Remove `MetaItemKind::value_str`. | Nicholas Nethercote | -8/+4 |
| 2024-04-24 | Make `LazyAttrTokenStream::encode` panic. | Nicholas Nethercote | -3/+2 |
| 2024-04-23 | delegation: Support renaming | Vadim Petrochenkov | -4/+13 |
| 2024-04-18 | Auto merge of #124008 - nnethercote:simpler-static_assert_size, r=Nilstrieb | bors | -3/+3 |
| 2024-04-18 | Simplify `static_assert_size`s. | Nicholas Nethercote | -3/+3 |