| Age | Commit message (Expand) | Author | Lines |
| 2024-12-02 | Gate async fn trait bound modifier on async_trait_bounds | Michael Goulet | -0/+2 |
| 2024-11-30 | Rollup merge of #116161 - Soveu:varargs2, r=cjgillot | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2024-11-27 | Stabilize `extended_varargs_abi_support` | Soveu | -3/+3 |
| 2024-11-27 | replace placeholder version | Boxy | -6/+6 |
| 2024-11-25 | Rollup merge of #131664 - taiki-e:s390x-asm-vreg-inout, r=Amanieu | Matthias Krüger | -0/+2 |
| 2024-11-24 | add `guard_patterns` unstable feature, without unstable book chapter for now | Max Niederman | -0/+2 |
| 2024-11-24 | Make asm_goto_with_outputs a separate feature gate | Gary Guo | -0/+2 |
| 2024-11-24 | Make s390x non-clobber-only vector register support unstable | Taiki Endo | -0/+2 |
| 2024-11-23 | Auto merge of #132915 - veluca93:unsafe-fields, r=jswrenn | bors | -0/+2 |
| 2024-11-22 | Check drop is trivial before checking ty needs drop | Michael Goulet | -1/+1 |
| 2024-11-22 | Gate const drop behind const_destruct feature, and fix const_precise_live_dro... | Michael Goulet | -0/+2 |
| 2024-11-21 | Implement the unsafe-fields RFC. | Luca Versari | -0/+2 |
| 2024-11-21 | Rollup merge of #130236 - yaahc:unstable-feature-usage, r=estebank | Matthias Krüger | -0/+52 |
| 2024-11-20 | unstable feature usage metrics | Jane Losare-Lusby | -0/+52 |
| 2024-11-20 | Rollup merge of #132732 - gavincrawford:as_ptr_attribute, r=Urgau | Jacob Pratt | -0/+5 |
| 2024-11-19 | Introduce `min_generic_const_args` and directly represent paths | Noah Lev | -0/+2 |
| 2024-11-18 | Rollup merge of #133142 - RalfJung:naming-is-hard, r=compiler-errors | Jacob Pratt | -1/+1 |
| 2024-11-18 | rename rustc_const_stable_intrinsic -> rustc_intrinsic_const_stable_indirect | Ralf Jung | -1/+1 |
| 2024-11-17 | Add `RUSTC_BOOTSTRAP=-1` to make rustc pretend as stable compiler | Jieyou Xu | -9/+24 |
| 2024-11-11 | Add #[rustc_as_ptr] attribute | gavincrawford | -0/+5 |
| 2024-11-09 | Rollup merge of #132552 - taiki-e:sparc-target-feature, r=workingjubilee | Matthias Krüger | -0/+1 |
| 2024-11-09 | Add v9 and leoncasa target feature to sparc | Taiki Endo | -0/+1 |
| 2024-11-08 | remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi... | Ralf Jung | -11/+6 |
| 2024-11-04 | add new rustc_const_stable_intrinsic attribute for const-stable intrinsics | Ralf Jung | -0/+4 |
| 2024-11-03 | Yeet effects feature | Michael Goulet | -2/+3 |
| 2024-10-29 | Rollup merge of #131984 - dingxiangfei2009:stabilize-if-let-rescope, r=travis... | Matthias Krüger | -2/+2 |
| 2024-10-27 | Auto merge of #131284 - dingxiangfei2009:rename-smart-ptr-to-coerce-referent,... | bors | -2/+2 |
| 2024-10-26 | Rollup merge of #132114 - jieyouxu:features-bundle, r=fee1-dead | Matthias Krüger | -15/+36 |
| 2024-10-25 | Re-do recursive const stability checks | Ralf Jung | -5/+9 |
| 2024-10-25 | Introduce `Enabled{Lang,Lib}Feature` | 许杰友 Jieyou Xu (Joe) | -15/+36 |
| 2024-10-24 | Auto merge of #132116 - matthiaskrgr:rollup-3a0ia4r, r=matthiaskrgr | bors | -2/+2 |
| 2024-10-24 | Rollup merge of #131983 - dingxiangfei2009:stabilize-shorter-tail-lifetimes, ... | Matthias Krüger | -2/+2 |
| 2024-10-24 | Auto merge of #131985 - compiler-errors:const-pred, r=fee1-dead | bors | -4/+0 |
| 2024-10-24 | Remove associated type based effects logic | Michael Goulet | -4/+0 |
| 2024-10-24 | rustc_feature::Features: explain what that 'Option<Symbol>' is about | Ralf Jung | -0/+6 |
| 2024-10-24 | stabilize if_let_rescope | Ding Xiang Fei | -2/+2 |
| 2024-10-24 | apply suggestion | Ding Xiang Fei | -2/+0 |
| 2024-10-24 | s/SmartPointer/CoerceReferent/g | Ding Xiang Fei | -2/+4 |
| 2024-10-24 | stabilize shorter-tail-lifetimes | Ding Xiang Fei | -2/+2 |
| 2024-10-23 | rename lang feature lists to include LANG | Ralf Jung | -9/+9 |
| 2024-10-23 | remove no longer needd UnstableFeature type | Ralf Jung | -13/+7 |
| 2024-10-23 | rustc_feature: remove no-longer-needed macro | Ralf Jung | -24/+22 |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -89/+53 |
| 2024-10-22 | Auto merge of #131321 - RalfJung:feature-activation, r=nnethercote | bors | -32/+59 |
| 2024-10-22 | make some rustc_feature internals private, and ensure invariants with debug a... | Ralf Jung | -12/+49 |
| 2024-10-22 | terminology: #[feature] *enables* a feature (instead of "declaring" or "activ... | Ralf Jung | -33/+23 |
| 2024-10-21 | Rollup merge of #130350 - RalfJung:strict-provenance, r=dtolnay | Matthias Krüger | -1/+1 |
| 2024-10-21 | move strict provenance lints to new feature gate, remove old feature gates | Ralf Jung | -1/+1 |
| 2024-10-19 | `result_ffi_guarantees` stabilizes in `$CURRENT_RUSTC_VERSION` | Jubilee | -1/+1 |
| 2024-10-19 | compiler: Fully stabilize `result_ffi_guarantees` | Jubilee Young | -3/+3 |