| Age | Commit message (Expand) | Author | Lines |
| 2019-08-02 | Replace "existential" by "opaque" | varkor | -4/+4 |
| 2019-08-02 | Switch existential_type to type_alias_impl_trait | varkor | -5/+8 |
| 2019-07-30 | Rollup merge of #63095 - Centril:incomplete-features-lint, r=varkor | Mazdak Farrokhzad | -13/+4 |
| 2019-07-30 | Pacify tidy, the merciless. | Mazdak Farrokhzad | -1/+1 |
| 2019-07-30 | Unsupport the await!(..) macro. | Mazdak Farrokhzad | -17/+4 |
| 2019-07-30 | Turn INCOMPLETE_FEATURES into a lint. | Mazdak Farrokhzad | -13/+4 |
| 2019-07-29 | Rollup merge of #63092 - Centril:update-impl-trait-gates, r=varkor | Mazdak Farrokhzad | -2/+2 |
| 2019-07-29 | Rollup merge of #63077 - petrochenkov:nolangfeat, r=petrochenkov | Mazdak Farrokhzad | -18/+0 |
| 2019-07-29 | Update existential_type + impl_trait_in_bindings issue numbers. | Mazdak Farrokhzad | -2/+2 |
| 2019-07-28 | cleanup: Remove some language features related to built-in macros | Vadim Petrochenkov | -18/+0 |
| 2019-07-28 | Adjust feature gating of subslice patterns accordingly. | Mazdak Farrokhzad | -5/+17 |
| 2019-07-24 | syntax_ext: Reuse built-in attribute template checking for macro attributes | Vadim Petrochenkov | -88/+2 |
| 2019-07-24 | syntax_ext: Turn `#[global_allocator]` into a regular attribute macro | Vadim Petrochenkov | -1/+0 |
| 2019-07-22 | add rustc_private as a proper language feature gate | Aleksey Kladov | -0/+3 |
| 2019-07-18 | Auto merge of #61749 - davidtwco:rfc-2203-const-array-repeat-exprs, r=eddyb | bors | -2/+5 |
| 2019-07-13 | Tweak wording in feature gate errors | Esteban Küber | -3/+3 |
| 2019-07-11 | Remove feature gate `dropck_parametricity` completely | Lzu Tao | -12/+2 |
| 2019-07-09 | normalize use of backticks in compiler messages for libsyntax/feature_gate | Samy Kacimi | -13/+13 |
| 2019-07-07 | syntax: Add feature gate. | David Wood | -2/+5 |
| 2019-07-07 | Rollup merge of #62213 - QuietMisdreavus:cfg-doctest, r=GuillaumeGomez | Mazdak Farrokhzad | -0/+4 |
| 2019-07-07 | syntax: Migrate built-in macros to the regular stability checking | Vadim Petrochenkov | -21/+1 |
| 2019-07-06 | rustdoc: set cfg(doctest) when collecting doctests | QuietMisdreavus | -0/+4 |
| 2019-07-06 | Fix tidy issues | Vadim Petrochenkov | -1/+1 |
| 2019-07-06 | `#[rustc_transparent_macro]` -> `#[rustc_macro_transparency = ...]` | Vadim Petrochenkov | -1/+3 |
| 2019-07-06 | `#[rustc_doc_only_macro]` -> `#[rustc_builtin_macro]` | Vadim Petrochenkov | -1/+1 |
| 2019-07-05 | Rollup merge of #62133 - petrochenkov:norustc, r=eddyb | Mazdak Farrokhzad | -13/+47 |
| 2019-07-03 | Add separate 'async_closure' feature gate. | Mazdak Farrokhzad | -24/+28 |
| 2019-07-03 | Rollup merge of #62255 - Centril:slice-patterns-change-issue, r=varkor | Mark Rousskov | -2/+2 |
| 2019-07-02 | more nits + typos | Niko Matsakis | -1/+1 |
| 2019-07-02 | feature-gate member constraints outside of async-await | Niko Matsakis | -0/+3 |
| 2019-07-01 | Auto merge of #61682 - Centril:stabilize-type_alias_enum_variants, r=petroche... | bors | -3/+2 |
| 2019-06-30 | Switch tracking issue for 'slice_patterns'. | Mazdak Farrokhzad | -2/+2 |
| 2019-06-30 | Feature gate `rustc` attributes harder | Vadim Petrochenkov | -0/+8 |
| 2019-06-30 | Make sure `#[rustc_doc_only_macro]` and other rustc attributes are registered | Vadim Petrochenkov | -13/+39 |
| 2019-06-26 | Fix clippy::redundant_field_names | Igor Matuszewski | -1/+1 |
| 2019-06-25 | Auto merge of #60732 - jswrenn:arbitrary_enum_discriminant, r=pnkfelix | bors | -5/+32 |
| 2019-06-23 | let_chains: Move feature gating to pre-expansion. | Mazdak Farrokhzad | -25/+11 |
| 2019-06-23 | let_chains: Add feature gate. | Mazdak Farrokhzad | -1/+30 |
| 2019-06-21 | Implement arbitrary_enum_discriminant | John Wrenn | -5/+32 |
| 2019-06-16 | Auto merge of #61347 - Centril:stabilize-underscore_const_names, r=petrochenkov | bors | -11/+3 |
| 2019-06-15 | cleanup some new active feature gates. | Mazdak Farrokhzad | -3/+2 |
| 2019-06-15 | Stabilize type_alias_enum_variants. | Mazdak Farrokhzad | -3/+2 |
| 2019-06-12 | Auto merge of #60669 - c410-f3r:attrs-fn, r=petrochenkov | bors | -0/+15 |
| 2019-06-10 | Implement RFC 2645 (transparent enums and unions) | Michael Bradshaw | -0/+6 |
| 2019-06-10 | Stabilize underscore_const_names. | Mazdak Farrokhzad | -11/+3 |
| 2019-06-09 | Auto merge of #61229 - Centril:stabilize-repr_align_enum, r=nagisa | bors | -14/+3 |
| 2019-06-09 | Allow attributes in formal function parameters | Caio | -0/+15 |
| 2019-06-08 | Introduce `#[rustc_dummy]` attribute and use it in tests | Vadim Petrochenkov | -6/+9 |
| 2019-06-08 | Turn `#[allocator]` into a built-in attribute and rename it to `#[rustc_alloc... | Vadim Petrochenkov | -0/+5 |
| 2019-06-07 | Auto merge of #61209 - matthewjasper:const-tuple-constructors, r=oli-obk | bors | -0/+4 |