| Age | Commit message (Expand) | Author | Lines |
| 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-20 | Migrate to 2021 | Mark Rousskov | -1/+1 |
| 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 |
| 2021-08-30 | remove lazy_normalization_consts | Ellen | -3/+0 |
| 2021-08-30 | rename const_evaluatable_checked to generic_const_exprs | Ellen | -3/+7 |
| 2021-08-27 | Introduce `~const` | Deadbeef | -3/+3 |
| 2021-08-25 | Auto merge of #87937 - LeSeulArtichaut:active-if-let-guards, r=nagisa | bors | -1/+1 |
| 2021-08-21 | Address review comments | Aaron Hill | -1/+1 |
| 2021-08-21 | Remove `Session.used_attrs` and move logic to `CheckAttrVisitor` | Aaron Hill | -84/+79 |
| 2021-08-21 | Auto merge of #87570 - nikic:llvm-13, r=nagisa | bors | -1/+1 |
| 2021-08-18 | Auto merge of #86860 - fee1-dead:stabilize, r=LeSeulArtichaut | bors | -3/+2 |
| 2021-08-16 | Use llvm.compiler.used insetad of llvm.used | Nikita Popov | -1/+1 |
| 2021-08-16 | Don't mark `if_let_guard` as an incomplete feature | Léo Lanteri Thauvin | -1/+1 |
| 2021-08-16 | feature gate doc(primitive) | Joshua Nelson | -0/+3 |
| 2021-08-10 | Replace #[plugin_registrar] with exporting __rustc_plugin_registrar | bjorn3 | -16/+4 |
| 2021-08-03 | rustc: Fill out remaining parts of C-unwind ABI | Alex Crichton | -9/+5 |
| 2021-08-02 | Rollup merge of #86176 - nbdd0121:explicit-generic-args, r=jackh726 | Cameron Steffen | -0/+3 |
| 2021-08-02 | Auto merge of #87535 - lf-:authors, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-08-02 | Implement a `explicit_generic_args_with_impl_trait` feature gate | Gary Guo | -0/+3 |
| 2021-07-31 | Add feature gate tests. | Charles Lew | -1/+1 |
| 2021-07-31 | Added feature gate. | Alexander Regueiro | -0/+4 |
| 2021-07-30 | Auto merge of #87237 - jonas-schievink:const-for-and-try, r=oli-obk | bors | -0/+6 |
| 2021-07-29 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 |
| 2021-07-29 | Add tracking issues | Jonas Schievink | -2/+2 |
| 2021-07-29 | Add feature gates for `for` and `?` in consts | Jonas Schievink | -0/+6 |
| 2021-07-28 | min_type_alias_impl_trait is going to be removed in 1.56 | Santiago Pastorino | -1/+1 |
| 2021-07-28 | Stabilize `arbitrary_enum_discriminant` | Deadbeef | -3/+2 |
| 2021-07-28 | Rollup merge of #87501 - spastorino:remove-min-tait, r=oli-obk | Yuki Okushi | -5/+6 |
| 2021-07-28 | Auto merge of #86735 - jhpratt:rfc-3107, r=petrochenkov | bors | -0/+3 |
| 2021-07-27 | Stabilize `const_fn_union` | Jacob Pratt | -3/+2 |
| 2021-07-27 | Stabilize `const_fn_transmute` | Jacob Pratt | -3/+2 |