about summary refs log tree commit diff
path: root/src/libsyntax/feature_gate.rs
AgeCommit message (Expand)AuthorLines
2019-07-18Auto merge of #61749 - davidtwco:rfc-2203-const-array-repeat-exprs, r=eddybbors-2/+5
2019-07-13Tweak wording in feature gate errorsEsteban Küber-3/+3
2019-07-11Remove feature gate `dropck_parametricity` completelyLzu Tao-12/+2
2019-07-09normalize use of backticks in compiler messages for libsyntax/feature_gateSamy Kacimi-13/+13
2019-07-07syntax: Add feature gate.David Wood-2/+5
2019-07-07Rollup merge of #62213 - QuietMisdreavus:cfg-doctest, r=GuillaumeGomezMazdak Farrokhzad-0/+4
2019-07-07syntax: Migrate built-in macros to the regular stability checkingVadim Petrochenkov-21/+1
2019-07-06rustdoc: set cfg(doctest) when collecting doctestsQuietMisdreavus-0/+4
2019-07-06Fix tidy issuesVadim 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-05Rollup merge of #62133 - petrochenkov:norustc, r=eddybMazdak Farrokhzad-13/+47
2019-07-03Add separate 'async_closure' feature gate.Mazdak Farrokhzad-24/+28
2019-07-03Rollup merge of #62255 - Centril:slice-patterns-change-issue, r=varkorMark Rousskov-2/+2
2019-07-02more nits + typosNiko Matsakis-1/+1
2019-07-02feature-gate member constraints outside of async-awaitNiko Matsakis-0/+3
2019-07-01Auto merge of #61682 - Centril:stabilize-type_alias_enum_variants, r=petroche...bors-3/+2
2019-06-30Switch tracking issue for 'slice_patterns'.Mazdak Farrokhzad-2/+2
2019-06-30Feature gate `rustc` attributes harderVadim Petrochenkov-0/+8
2019-06-30Make sure `#[rustc_doc_only_macro]` and other rustc attributes are registeredVadim Petrochenkov-13/+39
2019-06-26Fix clippy::redundant_field_namesIgor Matuszewski-1/+1
2019-06-25Auto merge of #60732 - jswrenn:arbitrary_enum_discriminant, r=pnkfelixbors-5/+32
2019-06-23let_chains: Move feature gating to pre-expansion.Mazdak Farrokhzad-25/+11
2019-06-23let_chains: Add feature gate.Mazdak Farrokhzad-1/+30
2019-06-21Implement arbitrary_enum_discriminantJohn Wrenn-5/+32
2019-06-16Auto merge of #61347 - Centril:stabilize-underscore_const_names, r=petrochenkovbors-11/+3
2019-06-15cleanup some new active feature gates.Mazdak Farrokhzad-3/+2
2019-06-15Stabilize type_alias_enum_variants.Mazdak Farrokhzad-3/+2
2019-06-12Auto merge of #60669 - c410-f3r:attrs-fn, r=petrochenkovbors-0/+15
2019-06-10Implement RFC 2645 (transparent enums and unions)Michael Bradshaw-0/+6
2019-06-10Stabilize underscore_const_names.Mazdak Farrokhzad-11/+3
2019-06-09Auto merge of #61229 - Centril:stabilize-repr_align_enum, r=nagisabors-14/+3
2019-06-09Allow attributes in formal function parametersCaio-0/+15
2019-06-08Introduce `#[rustc_dummy]` attribute and use it in testsVadim Petrochenkov-6/+9
2019-06-08Turn `#[allocator]` into a built-in attribute and rename it to `#[rustc_alloc...Vadim Petrochenkov-0/+5
2019-06-07Auto merge of #61209 - matthewjasper:const-tuple-constructors, r=oli-obkbors-0/+4
2019-06-06Make constructors actually be const functionsMatthew Jasper-0/+4
2019-06-06syntax: Use `Token` in `TokenTree::Token`Vadim Petrochenkov-3/+5
2019-06-05Added feature gate.Alexander Regueiro-12/+30
2019-05-27Stabilize repr_align_enum in 1.37.0.Mazdak Farrokhzad-14/+3
2019-05-25Reword malformed attribute input diagnosticsEsteban Küber-9/+41
2019-05-24Remove `ObsoleteInPlace`varkor-3/+0
2019-05-23Auto merge of #60740 - petrochenkov:kw, r=nnethercotebors-2/+2
2019-05-22Restore the old behavior of the rustdoc keyword check + Fix rebaseVadim Petrochenkov-2/+2
2019-05-22Allow null-pointer-optimized enums in FFI if their underlying representation ...Michael Bradshaw-0/+7
2019-05-14Fix incremental compilation of cdylib emitting spurious unused_attributes lintOliver Scherer-1/+1
2019-05-13add impl_trait_in_bindings to INCOMPLETE_FEATURESPulkit Goyal-0/+1
2019-05-13Return a `Symbol` from `name_or_empty` functions.Nicholas Nethercote-3/+3
2019-05-13Remove the equality operation between `Symbol` and strings.Nicholas Nethercote-9/+9
2019-05-13Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.Nicholas Nethercote-95/+96