| Age | Commit message (Expand) | Author | Lines |
| 2021-11-24 | Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelid | Guillaume Gomez | -4/+8 |
| 2021-11-24 | Create rustdoc_internals feature gate | Guillaume Gomez | -4/+8 |
| 2021-11-23 | Rollup merge of #91140 - nbdd0121:const_typeck, r=oli-obk | Matthias Krüger | -1/+3 |
| 2021-11-22 | `#![feature(inline_const)]` is no longer incomplete | Gary Guo | -1/+1 |
| 2021-11-22 | Split inline const to two feature gates | Gary Guo | -0/+2 |
| 2021-11-18 | Check for duplicate attributes. | Eric Huss | -155/+274 |
| 2021-11-18 | rustc: Remove `#[rustc_synthetic]` | Vadim Petrochenkov | -1/+0 |
| 2021-11-15 | Alphabetize language features | Jacob Pratt | -795/+644 |
| 2021-11-15 | Stabilize format_args_capture | Josh Triplett | -3/+2 |
| 2021-11-13 | Auto merge of #89551 - jhpratt:stabilize-const_raw_ptr_deref, r=oli-obk | bors | -3/+2 |
| 2021-11-12 | rustc_feature: Convert `BuiltinAttribute` from tuple to a struct | Vadim Petrochenkov | -24/+41 |
| 2021-11-07 | Add features gates for experimental asm features | Amanieu d'Antras | -0/+9 |
| 2021-11-06 | Stabilize `const_raw_ptr_deref` for `*const T` | Jacob Pratt | -3/+2 |
| 2021-11-02 | Rollup merge of #90502 - GuillaumeGomez:split-doc-cfg-feature, r=jyn514 | Matthias Krüger | -0/+3 |
| 2021-11-02 | Rollup merge of #90472 - joshtriplett:clarify-feature-acceptance, r=jyn514 | Matthias Krüger | -1/+5 |
| 2021-11-02 | Split doc_cfg and doc_auto_cfg features | Guillaume Gomez | -0/+3 |
| 2021-11-02 | Add link to documentation about feature gates | Josh Triplett | -0/+3 |
| 2021-11-01 | Clarify what to do with accepted feature gates | Josh Triplett | -1/+2 |
| 2021-10-30 | stabilize `relaxed_struct_unsize` | lcnr | -3/+2 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -3/+0 |
| 2021-10-24 | Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -0/+3 |
| 2021-10-23 | Auto merge of #90104 - spastorino:coherence-for-negative-trait, r=nikomatsakis | bors | -0/+1 |
| 2021-10-23 | Rollup merge of #89730 - crlf0710:type_changing_feature, r=jackh726 | Matthias Krüger | -0/+4 |
| 2021-10-22 | Add rustc_strict_coherence attribute and use it to check overlap | Santiago Pastorino | -0/+1 |
| 2021-10-22 | add feature flag for `type_changing_struct_update` | Charles Lew | -0/+4 |
| 2021-10-15 | add a `rustc::query_stability` lint | lcnr | -0/+3 |
| 2021-10-14 | Revert "Stabilize `arbitrary_enum_discriminant`" | Mark Rousskov | -2/+3 |
| 2021-10-14 | Auto merge of #89247 - fee1-dead:const-eval-select, r=oli-obk | bors | -0/+2 |
| 2021-10-12 | Add const_eval_select intrinsic | Deadbeef | -0/+2 |
| 2021-10-10 | Rollup merge of #89428 - DevinR528:reachable-featuregate, r=Nadrieril,camelid | Matthias Krüger | -0/+3 |
| 2021-10-09 | Rollup merge of #89605 - camelid:fix-version, r=nagisa | Matthias Krüger | -1/+1 |
| 2021-10-08 | Add feature gate to non_exhaustive_omitted_patterns lint | Devin Ragotzy | -0/+3 |
| 2021-10-06 | Clean up code a bit: | Guillaume Gomez | -1/+1 |
| 2021-10-06 | Fix stabilization version for `bindings_after_at` | Noah Lev | -1/+1 |
| 2021-10-05 | Add test case for `doc_cfg_hide` feature gate | Joshua Nelson | -3/+3 |
| 2021-10-05 | Allow adding a set of cfg's to hide from being implicitly doc(cfg)'d | Wim Looman | -0/+3 |
| 2021-10-04 | Stabilize `const_panic` | Jacob Pratt | -3/+2 |
| 2021-09-24 | Stabilize `feature(macro_attributes_in_derive_output)` | Vadim Petrochenkov | -3/+2 |
| 2021-09-22 | Support `#[track_caller]` on closures and generators | Aaron Hill | -0/+2 |
| 2021-09-22 | Auto merge of #88865 - guswynn:must_not_suspend, r=oli-obk | bors | -0/+8 |
| 2021-09-15 | Rollup merge of #88775 - pnkfelix:revert-anon-union-parsing, r=davidtwco | Manish Goregaokar | -3/+0 |
| 2021-09-13 | error formatting and fix build | Gus Wynn | -2/+2 |
| 2021-09-11 | must_not_suspend impl | Gus Wynn | -0/+8 |
| 2021-09-09 | Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis | Fabian Wolff | -5/+3 |
| 2021-09-09 | Revert "Implement Anonymous{Struct, Union} in the AST" | Felix S. Klock II | -3/+0 |
| 2021-09-07 | Fix typo in `const_generics` replaced with `adt_const_params` note | Mingwei Samuel | -1/+1 |
| 2021-08-30 | Add let_else feature gate | Cameron Steffen | -0/+3 |
| 2021-08-30 | `feature(const_param_types)` -> `feature(adt_const_params)` | lcnr | -3/+3 |
| 2021-08-30 | allow unordered const/ty params if any cg feature is active | lcnr | -1/+1 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -5/+8 |