| Age | Commit message (Expand) | Author | Lines |
| 2024-07-05 | Added dots at the sentence ends of rustc AST doc | Yoh Deadfall | -32/+32 |
| 2024-07-05 | Auto merge of #127008 - Jules-Bertholet:tc-ergonomics, r=Nadrieril | bors | -0/+1 |
| 2024-06-28 | Change RTN to use .. again | Michael Goulet | -1/+4 |
| 2024-06-27 | Tighten spans for async blocks | Michael Goulet | -1/+4 |
| 2024-06-27 | Implement TC's match ergonomics 2024 proposal | Jules Bertholet | -0/+1 |
| 2024-06-26 | Fix a span in `parse_ty_bare_fn`. | Nicholas Nethercote | -1/+2 |
| 2024-06-20 | StaticForeignItem and StaticItem are the same | Michael Goulet | -33/+1 |
| 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) | -3/+6 |
| 2024-06-17 | Rework precise capturing syntax | Michael Goulet | -1/+4 |
| 2024-06-14 | delegation: Implement glob delegation | Vadim Petrochenkov | -3/+6 |
| 2024-06-07 | Rollup merge of #124214 - carbotaniuman:parse_unsafe_attrs, r=michaelwoerister | Matthias Krüger | -1/+8 |
| 2024-06-07 | Revert "Create const block DefIds in typeck instead of ast lowering" | Oli Scherer | -1/+1 |
| 2024-06-06 | Fix build | carbotaniuman | -3/+3 |
| 2024-06-06 | Parse unsafe attributes | carbotaniuman | -1/+8 |
| 2024-06-04 | Add safe/unsafe to static inside extern blocks | Santiago Pastorino | -1/+3 |
| 2024-06-04 | Handle safety keyword for extern block inner items | Santiago Pastorino | -0/+4 |
| 2024-05-31 | Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com... | Matthias Krüger | -17/+28 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -17/+28 |
| 2024-05-28 | Create const block DefIds in typeck instead of ast lowering | Oli Scherer | -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 | -13/+17 |
| 2024-05-18 | Rollup merge of #125117 - dev-ardi:improve-parser, r=wesleywiser,fmease | Matthias Krüger | -0/+1 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -13/+17 |
| 2024-05-15 | delegation: Implement list delegation | Vadim Petrochenkov | -4/+23 |
| 2024-05-14 | improve maybe_consume_incorrect_semicolon | ardi | -0/+1 |
| 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 | -1/+1 |
| 2024-05-08 | Use generic `NonZero`. | Markus Reiter | -1/+1 |
| 2024-05-03 | AST pretty: Use `builtin_syntax` for type ascription | León Orell Valerian Liehr | -4/+10 |
| 2024-04-30 | Rollup merge of #124511 - nnethercote:rm-extern-crates, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2024-04-29 | Add StaticForeignItem and use it on ForeignItemKind | Santiago Pastorino | -7/+36 |
| 2024-04-29 | Remove `extern crate rustc_macros` from numerous crates. | Nicholas Nethercote | -1/+1 |
| 2024-04-25 | Rollup merge of #124324 - nnethercote:minor-ast-cleanups, r=estebank | Matthias Krüger | -0/+2 |
| 2024-04-25 | Add comments about attribute tokens. | Nicholas Nethercote | -0/+2 |
| 2024-04-23 | delegation: Support renaming | Vadim Petrochenkov | -0/+1 |
| 2024-04-18 | Auto merge of #124008 - nnethercote:simpler-static_assert_size, r=Nilstrieb | bors | -1/+1 |
| 2024-04-18 | Simplify `static_assert_size`s. | Nicholas Nethercote | -1/+1 |
| 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 | Rollup merge of #123512 - Jules-Bertholet:ref-pat-eat-one-layer-2024, r=Nadri... | Guillaume Gomez | -0/+8 |
| 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-15 | Use a path instead of an ident (and stop manually resolving) | Michael Goulet | -2/+2 |
| 2024-04-15 | Validation and other things | Michael Goulet | -1/+1 |
| 2024-04-15 | Lower and resolve precise captures in HIR | Michael Goulet | -1/+1 |
| 2024-04-15 | Use dedicated PreciseCapturingArg for representing what goes in use<> | Michael Goulet | -1/+9 |