| Age | Commit message (Expand) | Author | Lines |
| 2024-10-20 | misapplied optimize attribute throws a compilation error (#128488) | ash | -23/+25 |
| 2024-10-20 | Stop relying on hashmap iteration for hir stat printing | Noratrieb | -1/+3 |
| 2024-10-15 | Unify secondary_span and swap_secondary_and_primary | Michael Goulet | -1/+0 |
| 2024-10-15 | Add doc(plugins), doc(passes), etc. to INVALID_DOC_ATTRIBUTES | Mateusz Maćkowski | -9/+51 |
| 2024-10-15 | Auto merge of #131724 - matthiaskrgr:rollup-ntgkkk8, r=matthiaskrgr | bors | -0/+1 |
| 2024-10-15 | Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errors | Matthias Krüger | -0/+1 |
| 2024-10-15 | Auto merge of #129458 - EnzymeAD:enzyme-frontend, r=jieyouxu | bors | -0/+27 |
| 2024-10-12 | Rollup merge of #131567 - CastilloDel:reject-unstable-with-accepted-features,... | Matthias Krüger | -0/+33 |
| 2024-10-12 | Emit an error for unstable attributes that reference already stable features | CastilloDel | -0/+33 |
| 2024-10-11 | Single commit implementing the enzyme/autodiff frontend | Manuel Drehwald | -0/+27 |
| 2024-10-11 | Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser | bors | -2/+0 |
| 2024-10-07 | Fix clippy and rustfmt compilation | Eric Holk | -27/+24 |
| 2024-10-07 | Add sugar for &pin (const|mut) types | Eric Holk | -23/+27 |
| 2024-10-07 | Auto merge of #131235 - codemountains:rename-nestedmetaitem-to-metaitemlnner,... | bors | -15/+14 |
| 2024-10-06 | various fixes for `naked_asm!` implementation | Folkert de Vries | -20/+15 |
| 2024-10-06 | remove checks that are now performed during macro expansion of `naked_asm!` | Folkert de Vries | -66/+8 |
| 2024-10-06 | disallow `asm!` in `#[naked]` functions | Folkert de Vries | -29/+38 |
| 2024-10-06 | Rename NestedMetaItem to MetaItemInner | codemountains | -15/+14 |
| 2024-10-05 | fix typo in 'lang item with track_caller' message | Ralf Jung | -1/+1 |
| 2024-10-04 | rm `ItemKind::OpaqueTy` | Noah Lev | -13/+4 |
| 2024-10-02 | Remove redundant in_trait from hir::TyKind::OpaqueDef | Michael Goulet | -1/+1 |
| 2024-10-01 | Remove anon struct and union types | Michael Goulet | -2/+0 |
| 2024-09-30 | Validate ExistentialPredicate args | Michael Goulet | -1/+1 |
| 2024-09-23 | Check vtable projections for validity in miri | Michael Goulet | -2/+2 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -251/+214 |
| 2024-09-21 | remove `#[cmse_nonsecure_entry]` | Folkert | -24/+0 |
| 2024-09-18 | Rollup merge of #129422 - compiler-errors:repr-rust, r=fmease | Jubilee | -0/+9 |
| 2024-09-18 | Rollup merge of #130457 - nnethercote:cleanup-codegen-traits, r=bjorn3 | Matthias Krüger | -3/+1 |
| 2024-09-17 | Use associative type defaults in `{Layout,FnAbi}OfHelpers`. | Nicholas Nethercote | -3/+1 |
| 2024-09-16 | layout computation: eagerly error for unexpected unsized fields | Lukas Markeffsky | -1/+1 |
| 2024-09-13 | Remove `sess` from `CheckLoopVisitor`. | Nicholas Nethercote | -17/+11 |
| 2024-09-13 | Remove unnecessary lifetime from `CheckLoopVisitor`. | Nicholas Nethercote | -6/+6 |
| 2024-09-13 | Remove unnecessary lifetime from `FeaturePreviouslyDeclared`. | Nicholas Nethercote | -2/+2 |
| 2024-09-12 | Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoerister | Stuart Cook | -30/+22 |
| 2024-09-11 | Rollup merge of #130114 - eduardosm:needless-returns, r=compiler-errors | Jubilee | -5/+2 |
| 2024-09-11 | Also fix if in else | Michael Goulet | -20/+14 |
| 2024-09-11 | Simplify some nested if statements | Michael Goulet | -10/+8 |
| 2024-09-10 | disallow `naked_asm!` outside of `#[naked]` functions | Folkert de Vries | -11/+47 |
| 2024-09-09 | Remove needless returns detected by clippy in the compiler | Eduardo Sánchez Muñoz | -5/+2 |
| 2024-09-05 | Rollup merge of #128919 - Nadrieril:lint-query-leaks, r=cjgillot | Matthias Krüger | -32/+8 |
| 2024-09-03 | Add an internal lint that warns when accessing untracked data | Nadrieril | -32/+8 |
| 2024-09-03 | Rollup merge of #128701 - veera-sivarajan:fix-128604, r=estebank | Matthias Krüger | -14/+26 |
| 2024-09-02 | Rollup merge of #129877 - Sajjon:sajjon_fix_typos_batch_2, r=fee1-dead | Matthias Krüger | -2/+2 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 2) | Alexander Cyon | -2/+2 |
| 2024-09-01 | Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU" | Jakub Beránek | -41/+5 |
| 2024-08-31 | don't take reachability into account when warning about missing-const-stability | Ralf Jung | -2/+1 |
| 2024-08-29 | Add `warn(unreachable_pub)` to `rustc_passes`. | Nicholas Nethercote | -192/+197 |
| 2024-08-28 | Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU | bors | -5/+41 |
| 2024-08-28 | Rollup merge of #129421 - jdonszelmann:naked-repr-align-functions, r=workingj... | Matthias Krüger | -0/+1 |
| 2024-08-28 | Implement RFC 3525. | Luca Versari | -5/+41 |