| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |