| Age | Commit message (Expand) | Author | Lines |
| 2024-10-26 | Rollup merge of #132114 - jieyouxu:features-bundle, r=fee1-dead | Matthias Krüger | -12/+12 |
| 2024-10-25 | tcx.is_const_fn doesn't work the way it is described, remove it | Ralf Jung | -5/+5 |
| 2024-10-25 | add a HACK to allow stdarch migration | Ralf Jung | -0/+3 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -34/+100 |
| 2024-10-25 | Introduce `Enabled{Lang,Lib}Feature` | 许杰友 Jieyou Xu (Joe) | -12/+12 |
| 2024-10-24 | rustdoc: Extend fake_variadic to "wrapped" tuples | Tau Gärtli | -6/+18 |
| 2024-10-24 | Plumb through param_env to note_type_err | Michael Goulet | -2/+2 |
| 2024-10-23 | rename lang feature lists to include LANG | Ralf Jung | -3/+3 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -11/+11 |
| 2024-10-22 | Auto merge of #132035 - matthiaskrgr:rollup-ty1e4q0, r=matthiaskrgr | bors | -10/+52 |
| 2024-10-22 | Rollup merge of #131732 - m4tx:fix-82824, r=davidtwco | Matthias Krüger | -9/+51 |
| 2024-10-22 | Rollup merge of #131049 - compiler-errors:more-validation, r=spastorino | Matthias Krüger | -1/+1 |
| 2024-10-22 | make some rustc_feature internals private, and ensure invariants with debug a... | Ralf Jung | -2/+2 |
| 2024-10-22 | terminology: #[feature] *enables* a feature (instead of "declaring" or "activ... | Ralf Jung | -9/+9 |
| 2024-10-20 | Auto merge of #131980 - matthiaskrgr:rollup-iy5nw71, r=matthiaskrgr | bors | -23/+25 |
| 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 |