| Age | Commit message (Expand) | Author | Lines |
| 2024-10-12 | Rollup merge of #131567 - CastilloDel:reject-unstable-with-accepted-features,... | Matthias Krüger | -0/+27 |
| 2024-10-12 | Emit an error for unstable attributes that reference already stable features | CastilloDel | -0/+27 |
| 2024-10-11 | Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser | bors | -2/+0 |
| 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 | -19/+14 |
| 2024-10-06 | remove checks that are now performed during macro expansion of `naked_asm!` | Folkert de Vries | -60/+8 |
| 2024-10-06 | disallow `asm!` in `#[naked]` functions | Folkert de Vries | -23/+32 |
| 2024-10-06 | Rename NestedMetaItem to MetaItemInner | codemountains | -15/+14 |
| 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-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/+44 |
| 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 | -37/+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/+37 |
| 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/+37 |
| 2024-08-27 | add repr to the allowlist for naked functions, and test that it works | jdonszelmann | -0/+1 |
| 2024-08-26 | Rollup merge of #129544 - mu001999-contrib:dead-code/clean, r=compiler-errors | Matthias Krüger | -7/+0 |
| 2024-08-26 | Rollup merge of #129525 - notriddle:notriddle/fake-variadic-tuple-array, r=Gu... | Matthias Krüger | -0/+10 |
| 2024-08-25 | Removes dead code from the compiler | mu001999 | -7/+0 |
| 2024-08-24 | rustdoc: clean up tuple <-> primitive conversion docs | Michael Howell | -0/+10 |
| 2024-08-24 | New `#[rustc_pub_transparent]` attribute | Pavel Grigorenko | -0/+22 |
| 2024-08-22 | Gate repr(Rust) correctly on non-ADT items | Michael Goulet | -0/+9 |
| 2024-08-21 | Use bool in favor of Option<()> for diagnostics | Michael Goulet | -5/+4 |
| 2024-08-18 | Fix wording of misapplied `must_not_suspend` error | Goldstein | -1/+1 |
| 2024-08-18 | Check that `#[may_dangle]` is properly applied | Goldstein | -1/+29 |
| 2024-08-18 | Rollup merge of #129203 - compiler-errors:extern_crate_data, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-08-17 | Use cnum for extern crate data | Michael Goulet | -2/+2 |