summary refs log tree commit diff
path: root/src/libsyntax/feature_gate.rs
AgeCommit message (Expand)AuthorLines
2018-04-27Feature gate where clauses on associated typesMatthew Jasper-2/+6
2018-04-21Revert stabilization of `feature(never_type)`.Felix S. Klock II-0/+7
2018-04-20Remove `underscore_lifetimes` and `match_default_bindings` from active featur...kennytm-6/+0
2018-04-02Expand attribute macros on statements and expressions.Austin Bonander-1/+1
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
2018-03-14Implement import renaming with `_` (RFC 2166)Vadim Petrochenkov-0/+18
2018-03-14stabilise feature(never_type)Andrew Cann-6/+2
2018-03-08Make it possible to ungate features by epochManish Goregaokar-4/+16
2018-03-08Allow mentioning an optional epoch on featuresManish Goregaokar-185/+186
2018-03-08Stabilize const_indexing featureOliver Schneider-3/+2
2018-03-05Turn features() into a query.Michael Woerister-0/+7
2018-03-03rust: Import LLD for linking wasm objectsAlex Crichton-8/+0
2018-03-01Rollup merge of #48500 - petrochenkov:parpat, r=nikomatsakisManish Goregaokar-0/+7
2018-02-28Rollup merge of #48380 - nikomatsakis:issue-48251-master, r=acrichtoManish Goregaokar-1/+1
2018-03-01Support parentheses in patterns under feature gateVadim Petrochenkov-0/+7
2018-02-24Rollup merge of #48490 - petrochenkov:orpat, r=eddybManish Goregaokar-0/+9
2018-02-24Rollup merge of #48084 - cramertj:impl-trait-errors, r=nikomatsakisManish Goregaokar-69/+1
2018-02-24Implement multiple patterns with `|` in `if let` and `while let`Vadim Petrochenkov-0/+9
2018-02-23Rollup merge of #48429 - toidiu:patch-1, r=nikomatsakisManish Goregaokar-1/+1
2018-02-22update tracking issue for nlltoidiu-1/+1
2018-02-20make `#[unwind]` attribute specify expectations more clearlyNiko Matsakis-1/+1
2018-02-18Change ast::Visibility to Spanned typeSeiichi Uchida-2/+2