about summary refs log tree commit diff
path: root/src/libsyntax/feature_gate.rs
AgeCommit message (Expand)AuthorLines
2016-05-27Rollup merge of #33639 - petrochenkov:dotdot, r=nmatsakisManish Goregaokar-2/+22
2016-05-26Implement `..` in tuple (struct) patternsVadim Petrochenkov-2/+22
2016-05-21Move `placement_in_syntax` gated feature checking from expansion to the post-...Jeffrey Seyfried-0/+3
2016-05-09Auto merge of #32900 - alexcrichton:panic2abort, r=nikomatsakisbors-0/+11
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-0/+11
2016-05-09Add #[cfg(target_has_atomic)] to get atomic support for the current targetAmanieu d'Antras-2/+6
2016-05-07Implement RFC 1440 "Allow Drop types in statics/const functions".Eduard Burtescu-1/+4
2016-05-02replace fileline_{help,note} with {help,note}Niko Matsakis-3/+3
2016-04-27Auto merge of #32791 - LeoTestard:feature-gate-clean, r=nikomatsakisbors-549/+425
2016-04-24syntax: Check paths in visibilities for type parametersVadim Petrochenkov-1/+13
2016-04-22Remove some useless code.Leo Testard-33/+9
2016-04-22Remove the MacroVisitor pass.Leo Testard-90/+27
2016-04-21Generate the features structure and arrays with new macros.Leo Testard-414/+189
2016-04-21Rewrite the feature-gate checks to use a structure instead of a list of strings.Leo Testard-223/+411
2016-04-16Auto merge of #32875 - jseyfried:1422_implementation, r=nikomatsakisbors-0/+15
2016-04-14Feature gate `pub(restricted)`Jeffrey Seyfried-0/+15
2016-04-13Update a comment to reflect changes in tidy checks.Leo Testard-2/+2
2016-04-12Auto merge of #32804 - alexcrichton:stabilize-1.9, r=brsonbors-2/+2
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-2/+2
2016-04-10Auto merge of #32806 - brson:fix-features, r=alexcrichtonbors-2/+2
2016-04-07Set the version number for stabilization of braced_empty_structsBrian Anderson-2/+2
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