| Age | Commit message (Expand) | Author | Lines |
| 2024-11-08 | remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi... | Ralf Jung | -35/+0 |
| 2024-11-04 | remove support for extern-block const intrinsics | Ralf Jung | -15/+0 |
| 2024-11-03 | Rollup merge of #132576 - jdonszelmann:no-attrid-in-stats, r=nnethercote | Jubilee | -80/+76 |
| 2024-11-03 | remove attribute ids from hir stats (they're simply not needed) | Jonathan Dönszelmann | -80/+76 |
| 2024-11-03 | Rename the FIXMEs, remove a few that dont matter anymore | Michael Goulet | -1/+1 |
| 2024-10-30 | Rollup merge of #132246 - workingjubilee:campaign-on-irform, r=compiler-errors | Jubilee | -1/+5 |
| 2024-10-29 | compiler: `rustc_abi::Abi` => `BackendRepr` | Jubilee Young | -1/+5 |
| 2024-10-29 | TypingMode :thinking: | lcnr | -3/+4 |
| 2024-10-29 | Auto merge of #132277 - workingjubilee:rollup-5e6q6e4, r=workingjubilee | bors | -2/+3 |
| 2024-10-28 | Rollup merge of #132249 - workingjubilee:add-rustc-abi, r=compiler-errors | Jubilee | -2/+3 |
| 2024-10-28 | Auto merge of #132145 - RalfJung:stdarch, r=Amanieu | bors | -3/+0 |
| 2024-10-28 | we can now enable the 'const stable fn must be stable' check | Ralf Jung | -3/+0 |
| 2024-10-28 | Error on alignments greater than `isize::MAX` | asquared31415 | -1/+56 |
| 2024-10-27 | compiler: Add rustc_abi dependence to the compiler | Jubilee Young | -2/+3 |
| 2024-10-27 | Auto merge of #131284 - dingxiangfei2009:rename-smart-ptr-to-coerce-referent,... | bors | -1/+1 |
| 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-24 | s/SmartPointer/CoerceReferent/g | Ding Xiang Fei | -1/+1 |
| 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 |