| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-04-17 | Improve `BindingMode` doc comment | Jules Bertholet | -2/+4 |
| 2024-04-17 | Rename `BindingAnnotation` to `BindingMode` | Jules Bertholet | -10/+10 |
| 2024-04-17 | Store `ByRef` instead of `BindingAnnotation` in `PatInfo` | Jules Bertholet | -7/+9 |
| 2024-04-16 | Fix empty-set symbol in comments | David Tolnay | -1/+1 |
| 2024-04-16 | Rollup merge of #123512 - Jules-Bertholet:ref-pat-eat-one-layer-2024, r=Nadri... | Guillaume Gomez | -0/+8 |
| 2024-04-16 | Auto merge of #123468 - compiler-errors:precise-capturing, r=oli-obk | bors | -4/+55 |
| 2024-04-15 | Address review comments | Jules Bertholet | -2/+2 |
| 2024-04-15 | Ensure inherited reference is never set to `&mut` behind an `&` | Jules Bertholet | -0/+8 |
| 2024-04-16 | Rollup merge of #123462 - fmease:rn-mod-sep-to-path-sep, r=nnethercote | León Orell Valerian Liehr | -12/+14 |
| 2024-04-15 | Use a path instead of an ident (and stop manually resolving) | Michael Goulet | -6/+6 |
| 2024-04-15 | Validation and other things | Michael Goulet | -4/+4 |
| 2024-04-15 | Lower and resolve precise captures in HIR | Michael Goulet | -29/+9 |
| 2024-04-15 | Use dedicated PreciseCapturingArg for representing what goes in use<> | Michael Goulet | -3/+70 |
| 2024-04-15 | Parsing , pre-lowering support for precise captures | Michael Goulet | -3/+7 |
| 2024-04-14 | store the span of the nested part of the use tree in the ast | Pietro Albini | -4/+4 |
| 2024-04-11 | Deduplicate `is_comparison` impl between `BinOpKind` and `AssocOp` | Oli Scherer | -8/+2 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -1/+1 |
| 2024-04-08 | Add pattern types to ast | Oli Scherer | -0/+11 |
| 2024-04-04 | Rename ModSep to PathSep | León Orell Valerian Liehr | -12/+14 |
| 2024-04-04 | Rollup merge of #123397 - krtab:foreign_fn_qualif_diag, r=petrochenkov | Matthias Krüger | -0/+8 |
| 2024-04-04 | Fix diagnostic for qualifier in extern block | Arthur Carcano | -0/+8 |
| 2024-04-03 | Rollup merge of #123401 - Zalathar:assert-size-aarch64, r=fmease | Jacob Pratt | -3/+3 |