about summary refs log tree commit diff
path: root/src/libsyntax/feature_gate.rs
AgeCommit message (Expand)AuthorLines
2016-04-06add code to persist graph and for unit-testingNiko Matsakis-0/+8
2016-03-27Type macro is tracked at rust-lang/rust#27245, not 27336NODA, Kai-1/+1
2016-03-26Rollup merge of #32199 - nikomatsakis:limiting-constants-in-patterns-2, r=pnk...Manish Goregaokar-1/+8
2016-03-25unit-test symbol-names and item-pathsNiko Matsakis-0/+7
2016-03-25modify #[deriving(Eq)] to emit #[structural_match]Niko Matsakis-1/+8
2016-03-23add naked function tracking issue # to feature gate definitionTim Neumann-1/+1
2016-03-22Add testsTicki-1/+1
2016-03-21Add support for naked functionsTicki-0/+6
2016-03-17Add -Z orbit for forcing MIR for everything, unless #[rustc_no_mir] is used.Eduard Burtescu-4/+8
2016-03-14Fixes after a rebaseAaron Turon-3/+2
2016-03-14Address basic nits from initial reviewAaron Turon-0/+1
2016-03-14Add feature gateAaron Turon-0/+12
2016-03-07implement the `?` operatorJorge Aparicio-0/+9
2016-03-06Auto merge of #30884 - durka:inclusive-ranges, r=aturonbors-1/+12
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-12/+3
2016-02-27fix fallout from libsyntax enumpocalypseAlex Burka-1/+1
2016-02-27feature-gate inclusive range syntaxAlex Burka-1/+12
2016-02-13Rename ast::Pat_ and its variantsVadim Petrochenkov-4/+4
2016-02-12Use more autoderef in libsyntaxJonas Schievink-1/+1
2016-02-11[breaking-change] don't glob export ast::TraitItemKind variantsOliver 'ker' Schneider-3/+3
2016-02-11[breaking-change] don't glob export ast::MetaItem_Oliver 'ker' Schneider-1/+1
2016-02-11[breaking-change] don't glob export ast::Item_ variantsOliver 'ker' Schneider-6/+6
2016-02-11[breaking-change] don't glob export ast::Expr_ variantsOliver Schneider-4/+4
2016-01-16Auto merge of #30567 - steffengy:master, r=alexcrichtonbors-5/+19
2016-01-11add feature gate "abi_vectorcall" for the vectorcall calling conventionSteffen-5/+19
2016-01-11[breaking-change] remove negate_unsigned feature gateOliver Schneider-4/+1
2016-01-05Add assert-dep-graph testing mechanism and testsNiko Matsakis-0/+8
2015-12-30use structured errorsNick Cameron-13/+19
2015-12-21std: Use cfg(target_thread_local) in thread_local!Alex Crichton-1/+1
2015-12-21syntax: Respect allow_internal_unstable in macrosAlex Crichton-4/+10
2015-12-21rustc: Add feature-gated cfg(target_thread_local)Alex Crichton-0/+8
2015-12-19Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakisbors-0/+7
2015-12-18Auto merge of #29973 - petrochenkov:privinpub, r=nikomatsakisbors-4/+1
2015-12-18Rewrite VisiblePrivateTypesVisitorVadim Petrochenkov-4/+1
2015-12-17move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*Nick Cameron-12/+12
2015-12-16Add ExprType to HIR and make everything compileVadim Petrochenkov-0/+7
2015-12-12Address the review commentsVadim Petrochenkov-1/+1
2015-12-12Implement `#[deprecated]` attribute (RFC 1270)Vadim Petrochenkov-0/+7
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-3/+2
2015-12-04Auto merge of #29850 - Kimundi:attributes_that_make_a_statement, r=pnkfelixbors-7/+48
2015-12-01Auto merge of #25570 - oli-obk:const_indexing, r=nikomatsakisbors-0/+6
2015-11-26Added stmt_expr_attribute feature gateMarvin Löbel-7/+48
2015-11-25Remove `#[staged_api]`Vadim Petrochenkov-2/+3
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-1/+1
2015-11-20add feature gate `const_indexing`Oliver Schneider-0/+6
2015-11-16rename `ast::ImplItem_::*ImplItem` to `ast::ImplItemKind::*`Oliver Schneider-2/+2
2015-11-10Auto merge of #29725 - aturon:lang-features, r=huonwbors-45/+59
2015-11-09Use enum ParsePub instead of bool in field parsing + typoVadim Petrochenkov-2/+2
2015-11-09Improve error messageVadim Petrochenkov-0/+2
2015-11-09Tag feature gates with issuesAaron Turon-45/+59