| Age | Commit message (Expand) | Author | Lines |
| 2024-07-07 | Add an size assertion. | Nicholas Nethercote | -0/+1 |
| 2024-07-07 | Rename some attribute types for consistency. | Nicholas Nethercote | -12/+12 |
| 2024-07-07 | Remove `HasSpan` trait. | Nicholas Nethercote | -37/+4 |
| 2024-07-07 | Rename `Attribute::tokens` (the inherent method). | Nicholas Nethercote | -3/+4 |
| 2024-07-05 | Rollup merge of #127368 - YohDeadfall:dots-in-docs, r=fmease | Michael Goulet | -32/+32 |
| 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-07-03 | Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebank | Matthias Krüger | -2/+7 |
| 2024-07-03 | Rollup merge of #127233 - nnethercote:parser-cleanups, r=petrochenkov | Matthias Krüger | -37/+26 |
| 2024-07-02 | Rollup merge of #126883 - dtolnay:breakvalue, r=fmease | Matthias Krüger | -1/+78 |
| 2024-07-02 | Just `push` in `AttrTokenStream::to_token_trees`. | Nicholas Nethercote | -16/+12 |
| 2024-07-02 | Rename `TokenStream::new` argument. | Nicholas Nethercote | -2/+2 |
| 2024-07-02 | Change `AttrTokenStream::to_tokenstream` to `to_token_trees`. | Nicholas Nethercote | -22/+15 |
| 2024-07-01 | Parenthesize break values containing leading label | David Tolnay | -1/+78 |
| 2024-06-28 | Change RTN to use .. again | Michael Goulet | -2/+7 |
| 2024-06-27 | Tighten spans for async blocks | Michael Goulet | -3/+7 |
| 2024-06-27 | Auto merge of #126993 - petrochenkov:atvisord3, r=BoxyUwU | bors | -286/+358 |
| 2024-06-27 | Rollup merge of #126928 - nnethercote:124141-pre, r=oli-obk | Jacob Pratt | -2/+9 |
| 2024-06-27 | Implement TC's match ergonomics 2024 proposal | Jules Bertholet | -0/+1 |
| 2024-06-26 | ast: Standardize visiting order | Vadim Petrochenkov | -286/+358 |
| 2024-06-26 | Rollup merge of #126724 - nnethercote:fix-parse_ty_bare_fn-span, r=compiler-e... | Matthias Krüger | -1/+2 |
| 2024-06-26 | Fix a span in `parse_ty_bare_fn`. | Nicholas Nethercote | -1/+2 |
| 2024-06-25 | Rollup merge of #126893 - dtolnay:prec, r=compiler-errors | Matthias Krüger | -24/+21 |
| 2024-06-25 | Extra panic cases. | Nicholas Nethercote | -1/+8 |
| 2024-06-24 | ast: Standardize visiting order for attributes and node IDs | Vadim Petrochenkov | -30/+30 |
| 2024-06-23 | Rename the 2 unambiguous precedence levels to PREC_UNAMBIGUOUS | David Tolnay | -24/+21 |
| 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 |