| Age | Commit message (Expand) | Author | Lines |
| 2024-11-05 | Check for both `StmtKind::MacCall` and `ExprKind::MacCall` | Boxy | -4/+31 |
| 2024-11-05 | Add documentation on `ast::Attribute` | Guillaume Gomez | -0/+46 |
| 2024-11-02 | Do not format generic consts | Michael Goulet | -0/+6 |
| 2024-10-31 | Improve the missing_abi lint. | Mara Bos | -2/+4 |
| 2024-10-28 | fix clippy::clone_on_ref_ptr for compiler | klensy | -1/+1 |
| 2024-10-26 | Auto merge of #125116 - blyxyas:ignore-allowed-lints-final, r=cjgillot | bors | -1/+1 |
| 2024-10-25 | Rollup merge of #132106 - maxcabrajac:ident_ref, r=petrochenkov | Matthias Krüger | -22/+22 |
| 2024-10-24 | Pass Ident by reference in ast Visitor | maxcabrajac | -22/+22 |
| 2024-10-24 | Remove visit_expr_post | maxcabrajac | -4/+1 |
| 2024-10-22 | Represent TraitBoundModifiers as distinct parts in HIR | Michael Goulet | -2/+2 |
| 2024-10-19 | Do not run lints that cannot emit | blyxyas | -1/+1 |
| 2024-10-15 | Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgr | bors | -10/+21 |
| 2024-10-15 | Auto merge of #131724 - matthiaskrgr:rollup-ntgkkk8, r=matthiaskrgr | bors | -5/+15 |
| 2024-10-15 | Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errors | Matthias Krüger | -5/+15 |
| 2024-10-15 | Auto merge of #129458 - EnzymeAD:enzyme-frontend, r=jieyouxu | bors | -0/+375 |
| 2024-10-14 | Move trait bound modifiers into ast::PolyTraitRef | Michael Goulet | -10/+21 |
| 2024-10-11 | Single commit implementing the enzyme/autodiff frontend | Manuel Drehwald | -0/+375 |
| 2024-10-11 | Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser | bors | -21/+0 |
| 2024-10-07 | Add sugar for &pin (const|mut) types | Eric Holk | -5/+15 |
| 2024-10-07 | Auto merge of #131235 - codemountains:rename-nestedmetaitem-to-metaitemlnner,... | bors | -30/+30 |
| 2024-10-06 | various fixes for `naked_asm!` implementation | Folkert de Vries | -2/+10 |
| 2024-10-06 | disallow `asm!` in `#[naked]` functions | Folkert de Vries | -1/+19 |
| 2024-10-06 | Rename NestedMetaItem to MetaItemInner | codemountains | -30/+30 |
| 2024-10-01 | Remove anon struct and union types | Michael Goulet | -21/+0 |
| 2024-10-01 | Implement boolean lit support in cfg predicates | Urgau | -0/+10 |
| 2024-09-24 | Pin memchr to 2.5.0 in the library rather than rustc_ast | Trevor Gross | -2/+1 |
| 2024-09-23 | Rollup merge of #130551 - nnethercote:fix-break-last-token, r=petrochenkov | Jubilee | -29/+35 |
| 2024-09-23 | Fix `break_last_token`. | Nicholas Nethercote | -29/+35 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -32/+32 |
| 2024-09-21 | Handle macro calls in anon const def creation take 2 | Boxy | -5/+6 |
| 2024-09-17 | Rollup merge of #130314 - compiler-errors:mac-prec, r=davidtwco | Matthias Krüger | -11/+6 |
| 2024-09-13 | Use the same precedence for all macro-like exprs | Michael Goulet | -11/+6 |
| 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 |