| Age | Commit message (Expand) | Author | Lines |
| 2024-09-12 | Fix anon const def-creation when macros are involved | Noah Lev | -8/+12 |
| 2024-09-12 | Rollup merge of #130252 - compiler-errors:const-gen, r=chenyukang | Stuart Cook | -6/+6 |
| 2024-09-12 | Rollup merge of #130250 - compiler-errors:useless-conversion, r=jieyouxu | Stuart Cook | -4/+2 |
| 2024-09-12 | Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoerister | Stuart Cook | -11/+9 |
| 2024-09-11 | Remove unused functions from ast CoroutineKind | Michael Goulet | -8/+0 |
| 2024-09-11 | Rollup merge of #130114 - eduardosm:needless-returns, r=compiler-errors | Jubilee | -2/+2 |
| 2024-09-11 | Properly deny const gen/async gen fns | Michael Goulet | -0/+8 |
| 2024-09-11 | clippy::useless_conversion | Michael Goulet | -4/+2 |
| 2024-09-11 | Also fix if in else | Michael Goulet | -11/+9 |
| 2024-09-10 | disallow `naked_asm!` outside of `#[naked]` functions | Folkert de Vries | -0/+13 |
| 2024-09-09 | Remove needless returns detected by clippy in the compiler | Eduardo Sánchez Muñoz | -2/+2 |
| 2024-09-06 | Add initial support for raw lifetimes | Michael Goulet | -12/+14 |
| 2024-08-31 | Create opaque definitions in resolver. | Camille GILLOT | -6/+10 |
| 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 |