about summary refs log tree commit diff
path: root/src/libsyntax_ext
AgeCommit message (Expand)AuthorLines
2016-02-11[breaking-change] don't glob export ast::Decl_ variantsOliver Schneider-2/+2
2016-02-11[breaking-change] don't glob import/export syntax::abi enum variantsOliver Schneider-3/+2
2016-02-11[breaking-change] don't glob export ast::BlockCheckMode variantsOliver Schneider-2/+2
2016-02-11[breaking-change] don't glob export ast::BinOp_Oliver Schneider-18/+16
2016-02-11[breaking-change] don't glob export ast::UnOp variantsOliver Schneider-1/+1
2016-02-03remove dead #[derive(FromPrimitive)] codeAlex Burka-145/+0
2016-01-26Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brsonbors-2/+2
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-2/+2
2016-01-22Extended save-analysis to support generated code, alterned some spans in form...Daniel Campbell-6/+6
2015-12-31Cut out a bunch of Result and panictry! boilerplate from libsyntax.Nick Cameron-9/+9
2015-12-30use structured errorsNick Cameron-18/+6
2015-12-21Auto merge of #30352 - alexcrichton:new-snashots, r=nikomatsakisbors-2/+0
2015-12-21Auto merge of #30460 - Ms2ger:BindingMode, r=alexcrichtonbors-1/+1
2015-12-21Register new snapshotsAlex Crichton-2/+0
2015-12-20Stop re-exporting the ast::BindingMode variants.Ms2ger-1/+1
2015-12-19Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakisbors-5/+24
2015-12-18Require exact type equality + add testsVadim Petrochenkov-1/+1
2015-12-18Rollup merge of #30420 - petrochenkov:owned2, r=nrcManish Goregaokar-7/+5
2015-12-18Rollup merge of #30384 - nrc:diagnostics, r=@nikomatsakisManish Goregaokar-3/+3
2015-12-18Deprecate name `OwnedSlice` and don't use itVadim Petrochenkov-7/+5
2015-12-17Remove unused importsJeffrey Seyfried-1/+0
2015-12-17test errorsNick Cameron-1/+1
2015-12-17move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*Nick Cameron-2/+2
2015-12-16Add ExprType to HIR and make everything compileVadim Petrochenkov-3/+3
2015-12-16Implement type ascription.Eduard Burtescu-4/+23
2015-12-15Mark libsyntax_ext unstableSeo Sanghyeon-0/+5
2015-12-15Fix custom deriving testsSeo Sanghyeon-1/+3
2015-12-15Move built-in syntax extensions to a separate crateSeo Sanghyeon-0/+5230