| Age | Commit message (Expand) | Author | Lines |
| 2024-07-25 | improve error message when `global_asm!` uses `asm!` options | Folkert | -0/+5 |
| 2024-07-25 | Auto merge of #128195 - matthiaskrgr:rollup-195dfdf, r=matthiaskrgr | bors | -1/+2 |
| 2024-07-25 | Rollup merge of #128138 - folkertdev:asm-option-allowlist, r=lcnr | Matthias Krüger | -0/+36 |
| 2024-07-24 | Use Cow<'static, str> for InlineAsmTemplatePiece::String | GnomedDev | -1/+2 |
| 2024-07-24 | centralize turning asm flags into human readable names | Folkert | -0/+36 |
| 2024-07-22 | Avoid passing state that will not be visited | Oli Scherer | -53/+16 |
| 2024-07-22 | Update trait name from Noop -> Walk | Oli Scherer | -6/+6 |
| 2024-07-22 | Always pass the visitor as the first argument to walk* functions | Oli Scherer | -207/+207 |
| 2024-07-22 | Sync `mut_visit` function names with immut `visit` ones (s/noop_visit/walk/) | Oli Scherer | -134/+125 |
| 2024-07-22 | Add `Ident` to `FnKind::Fn`, just like with the immutable visitor | Oli Scherer | -7/+16 |
| 2024-07-22 | Split up `visit_path` so `MutVisitor` has a `path_segment` method just like t... | Oli Scherer | -4/+13 |
| 2024-07-22 | Pass id and span to `visit_fn`, just like for the immutable visitor | Oli Scherer | -13/+43 |
| 2024-07-22 | Make function items in mut visitors all go through the same visit_fn function... | Oli Scherer | -30/+52 |
| 2024-07-22 | Track visit_param_bound in mut visit just like in the immutable visitor | Oli Scherer | -15/+15 |
| 2024-07-22 | Merge impl and trait item mut visitor methods to mirror immut visitor | Oli Scherer | -7/+8 |
| 2024-07-17 | Rollup merge of #127806 - nnethercote:parser-improvements, r=spastorino | Trevor Gross | -2/+1 |
| 2024-07-16 | Fix a bunch of sites that were walking instead of visiting, making it impossi... | Oli Scherer | -3/+3 |
| 2024-07-16 | Remove references to `maybe_whole_expr`. | Nicholas Nethercote | -2/+1 |
| 2024-07-13 | Rollup merge of #127558 - nnethercote:more-Attribute-cleanups, r=petrochenkov | Jubilee | -77/+82 |
| 2024-07-10 | Make `visit_clobber`'s impl safe | Oli Scherer | -14/+3 |
| 2024-07-10 | Add some comments. | Nicholas Nethercote | -1/+4 |
| 2024-07-10 | Factor out `AttrsTarget` flattening code. | Nicholas Nethercote | -64/+68 |
| 2024-07-10 | Rework `Attribute::get_tokens`. | Nicholas Nethercote | -17/+15 |
| 2024-07-07 | Rollup merge of #127308 - nnethercote:Attribute-cleanups, r=petrochenkov | Matthias Krüger | -52/+21 |
| 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 |