| Age | Commit message (Expand) | Author | Lines |
| 2024-08-31 | Rollup merge of #120221 - compiler-errors:statements-are-not-patterns, r=nnet... | Matthias Krüger | -21/+36 |
| 2024-08-27 | Rollup merge of #126013 - nnethercote:unreachable_pub, r=Urgau | Matthias Krüger | -0/+1 |
| 2024-08-26 | Don't make pattern nonterminals match statement nonterminals | Michael Goulet | -21/+36 |
| 2024-08-24 | Rollup merge of #128524 - chenyukang:yukang-fix-127930-invalid-outer-style-su... | Trevor Gross | -0/+11 |
| 2024-08-16 | Add `warn(unreachable_pub)` to several crates. | Nicholas Nethercote | -0/+1 |
| 2024-08-07 | Use more slice patterns inside the compiler | León Orell Valerian Liehr | -4/+8 |
| 2024-08-04 | don't suggest turning crate-level attributes into outer style | yukang | -0/+11 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -79/+91 |
| 2024-07-27 | Rollup merge of #128207 - folkertdev:asm-parser-generalize, r=Amanieu | Trevor Gross | -0/+5 |
| 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 |