summary refs log tree commit diff
path: root/src/libsyntax/feature_gate.rs
AgeCommit message (Expand)AuthorLines
2018-06-08Deny #[cfg] and #[cfg_attr] on generic parameters.kennytm-1/+1
2018-06-03restore emplacement syntax (obsolete)Niko Matsakis-0/+3
2018-05-04Make extern_absolute_paths only work on the new editionManish Goregaokar-2/+4
2018-05-04Make --edition imply the preview flagManish Goregaokar-0/+6
2018-05-04Add catch and proc macros to the edition (fixes #50443)Manish Goregaokar-2/+2
2018-05-02fix testsflip1995-2/+2
2018-05-02make it compile againflip1995-8/+24
2018-05-02Gate tool_attributes featureSeiichi Uchida-1/+4
2018-05-02Remove Option from the return type of Attribute::name()Seiichi Uchida-1/+1
2018-05-01Auto merge of #49982 - petrochenkov:noreex, r=alexcrichtonbors-43/+40
2018-05-01Auto merge of #49789 - petrochenkov:prelext, r=nikomatsakisbors-1/+4
2018-05-01Give removal reasons to removed featuresVadim Petrochenkov-36/+40
2018-05-01Remove `macro_reexport`Vadim Petrochenkov-9/+2
2018-04-28stabilize `#[must_use]` for functions and must-use operatorsZack M. Davis-19/+3
2018-04-28Rollup merge of #49968 - christianpoveda:stabilize_dyn, r=nikomatsakiskennytm-7/+2
2018-04-27fixed rustc version for dyn_traitChristian Poveda-1/+1
2018-04-27stop requiring the feature-gate to use dyn_traitChristian Poveda-7/+2
2018-04-27Add one more prelude layer for extern crate names passed with `--extern`Vadim Petrochenkov-1/+4
2018-04-26rustc_target: move in syntax::abi and flip dependency.Irina Popa-1/+1
2018-04-24Auto merge of #50096 - alexcrichton:less-simd-warnings, r=michaelwoeristerbors-1/+1
2018-04-24Rollup merge of #49985 - zackmdavis:0, r=estebankkennytm-4/+3
2018-04-23Auto merge of #49368 - matthewjasper:feature-gate-where-clause, r=nikomatsakisbors-2/+6
2018-04-22Auto merge of #49757 - GuillaumeGomez:never-search, r=QuietMisdreavusbors-0/+7
2018-04-22Add tracking issue number for doc alias featureGuillaume Gomez-1/+1
2018-04-21Auto merge of #50121 - pnkfelix:revert-stabilization-of-never-type-et-al, r=a...bors-0/+7
2018-04-21Generate alias fileGuillaume Gomez-0/+7
2018-04-20rustc: Tweak custom attribute capabilitiesAlex Crichton-0/+9
2018-04-20Revert stabilization of `feature(never_type)`.Felix S. Klock II-0/+7
2018-04-19rustc: Blanket whitelist `#[target_feature]`Alex Crichton-1/+1
2018-04-17Auto merge of #49664 - alexcrichton:stable-simd, r=BurntSushibors-11/+16
2018-04-16Separately gate each target_feature featureAlex Crichton-0/+11
2018-04-17Remove `underscore_lifetimes` and `match_default_bindings` from active featur...kennytm-6/+0
2018-04-16Stabilize x86/x86_64 SIMDAlex Crichton-11/+5
2018-04-15don't see issue #0Zack M. Davis-4/+3
2018-04-12Implement inferring outlives requirements for references, structs, enum, unio...toidiu-0/+9
2018-04-11Implementation of `#[repr(packed(n))]` RFC 1399.Cameron Hart-4/+15
2018-04-09Auto merge of #49673 - ollie27:stab, r=sfacklerbors-1/+1
2018-04-06Fix feature gating for crate/extern in pathsVadim Petrochenkov-2/+10
2018-04-06Use `Ident` instead of `Name` in `MetaItem`Vadim Petrochenkov-2/+2
2018-04-06Remove more duplicated spansVadim Petrochenkov-2/+2
2018-04-06Rename `PathSegment::identifier` to `ident`Vadim Petrochenkov-2/+2
2018-04-05Rollup merge of #49350 - abonander:macros-in-extern, r=petrochenkovAlex Crichton-0/+11
2018-04-05Correct a few stability attributesOliver Middleton-1/+1
2018-04-05Auto merge of #49684 - kennytm:rollup, r=kennytmbors-6/+6
2018-04-05Stabilize attributes on generic parametersVadim Petrochenkov-18/+2
2018-04-04Add more features to rust_2018_previewManish Goregaokar-6/+6
2018-04-03expand macro invocations in `extern {}` blocksAustin Bonander-0/+11
2018-04-03Remove all unstable placement featuresAidan Hobson Sayers-7/+0
2018-04-02Auto merge of #49252 - Manishearth:easy-feature-flag, r=nikomatsakisbors-13/+23
2018-04-02Expand attribute macros on statements and expressions.Austin Bonander-1/+1