summary refs log tree commit diff
path: root/src/libsyntax_ext/cfg.rs
AgeCommit message (Collapse)AuthorLines
2016-06-26Rollup merge of #34385 - cgswords:tstream, r=nrcJeffrey Seyfried-2/+2
syntax-[breaking-change] cc #31645 (Only breaking because ast::TokenTree is now tokenstream::TokenTree.) This pull request refactors TokenTrees into their own file as src/libsyntax/tokenstream.rs, moving them out of src/libsyntax/ast.rs, in order to prepare for an accompanying TokenStream implementation (per RFC 1566).
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-1/+1
2016-06-21Refactored tokentrees into their own files in preparation for tokenstreams. ↵cgswords-2/+2
Modified tests to point to the new file now.
2016-06-16Simplify gated cfg checkingJeffrey Seyfried-8/+1
2015-12-31Cut out a bunch of Result and panictry! boilerplate from libsyntax.Nick Cameron-1/+1
[breaking-change] if you use any of the changed functions, you'll need to remove a try! or panictry!
2015-12-17Remove unused importsJeffrey Seyfried-1/+0
2015-12-15Move built-in syntax extensions to a separate crateSeo Sanghyeon-0/+45