about summary refs log tree commit diff
path: root/src/libsyntax/feature_gate.rs
AgeCommit message (Expand)AuthorLines
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-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
2018-03-29Add easy edition feature flagManish Goregaokar-13/+23
2018-03-29Stabilize underscore lifetimesTaylor Cramer-8/+5
2018-03-28Stabilize match_default_bindingsTaylor Cramer-3/+2
2018-03-26Stabilize i128_typeMark Mansi-15/+2
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-3/+2
2018-03-26Stabilize universal_impl_traitTaylor Cramer-3/+2
2018-03-25Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakiskennytm-23/+3
2018-03-25Rollup merge of #49162 - tmandry:stabilize-termination-trait, r=nikomatsakiskennytm-2/+4
2018-03-23Merge branch '49001_epoch' of https://github.com/klnusbaum/rust into rollupAlex Crichton-10/+10
2018-03-23Merge branch 'master' of https://github.com/Lymia/rust into rollupAlex Crichton-0/+14
2018-03-23Stabilize the copy_closures and clone_closures featuresSimon Sapin-23/+3
2018-03-22rustc: Add a `#[wasm_import_module]` attributeAlex Crichton-0/+7
2018-03-22rustc: Add a `#[wasm_custom_section]` attributeAlex Crichton-0/+8
2018-03-22Clarify description of raw_identifiers feature flag.Lymia Aluysia-1/+1
2018-03-20Revert "Stabilize termination_trait in 1.25, not 1.26"Tyler Mandry-2/+2
2018-03-20rename epoch to editionKurtis Nusbaum-10/+10
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-11/+5
2018-03-19Stabilize termination_trait in 1.25, not 1.26Tyler Mandry-2/+2
2018-03-19Stabilize termination_traitTyler Mandry-3/+2
2018-03-19Split out termination_trait_test feature gateTyler Mandry-0/+3
2018-03-18Feature gate raw identifiers.Lymia Aluysia-0/+14
2018-03-18Auto merge of #48985 - scalexm:lowering, r=nikomatsakisbors-0/+7
2018-03-18Auto merge of #48917 - petrochenkov:import, r=oli-obkbors-1/+1
2018-03-17Add some docs + Fix rebaseVadim Petrochenkov-1/+1
2018-03-17syntax: Make `_` an identifierVadim Petrochenkov-1/+1
2018-03-16Auto merge of #49051 - kennytm:rollup, r=kennytmbors-0/+18
2018-03-16Rollup merge of #48922 - petrochenkov:asunder, r=nikomatsakiskennytm-0/+18
2018-03-15Stabilize `dotdoteq_in_patterns` language feature.kennytm-8/+3
2018-03-15Stabilize `inclusive_range_syntax` language feature.kennytm-8/+2
2018-03-14Add MVP for chalkificationscalexm-0/+7