about summary refs log tree commit diff
path: root/src/libsyntax/feature_gate.rs
AgeCommit message (Expand)AuthorLines
2018-06-12Stabilize #[repr(transparent)]Simon Sapin-8/+2
2018-06-11Stabilize the #[global_allocator] attributeSimon Sapin-7/+3
2018-06-08Rollup merge of #51298 - Dylan-DPC:stabilise/termination-test, r=nikomatsakisMark Rousskov-3/+2
2018-06-08Rollup merge of #51283 - kennytm:fix-51279-preempt-the-warning-song-and-dance...kennytm-1/+1
2018-06-05flag changed to nonedylan_DPC-1/+1
2018-06-04Put doc keyword behind feature flagGuillaume Gomez-0/+8
2018-06-04Merge branch 'master' into stabilise/termination-testDylan DPC-0/+8
2018-06-03implement #[panic_implementation]Jorge Aparicio-0/+9
2018-06-02fixed feature gate to right placedylan_DPC-2/+2
2018-06-02Stabilize unit tests with non-`()` return typedylan_DPC-3/+3
2018-06-02Deny #[cfg] and #[cfg_attr] on generic parameters.kennytm-1/+1
2018-05-27Ensure every unstable feature has a tracking issue.kennytm-22/+24
2018-05-27Auto merge of #51066 - est31:master, r=sfacklerbors-1/+1
2018-05-26Point to the current box syntax tracking issueest31-1/+1
2018-05-26Auto merge of #51052 - nikomatsakis:obsolete-arrow, r=petrochenkovbors-0/+3
2018-05-25Implement outlives requirements inference for dyn and projections.toidiu-0/+6
2018-05-24restore emplacement syntax (obsolete)Niko Matsakis-0/+3
2018-05-22Allow let bindings in const fn and constantsOliver Schneider-0/+3
2018-05-21Remove rustc_serialize_exclude_nullManish Goregaokar-5/+0
2018-05-20Auto merge of #50820 - alexcrichton:no-modules, r=petrochenkovbors-0/+1
2018-05-18rustc: Disallow modules and macros in expansionsAlex Crichton-0/+1
2018-05-17Rename trans to codegen everywhere.Irina Popa-2/+2
2018-05-16Add feature gate label_break_valueest31-0/+9
2018-05-15Feature gate trivial boundsMatthew Jasper-0/+3
2018-05-13stabilize :lifetimeAlex Burka-6/+2
2018-05-13Macros: Add a 'literal' fragment specifierDan Aloni-0/+6
2018-05-12rustc: Allow an edition's feature on that editionAlex Crichton-41/+46
2018-05-10Remove `nll` from `rust_2018_preview`Alex Crichton-1/+1
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