rust/src/libsyntax/parse
Jeffrey Seyfried 82a15a6a0a Rollup merge of #34385 - cgswords:tstream, r=nrc
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-26 02:11:59 +00:00
..
lexer make old school mode a bit more configurable 2016-06-23 15:19:40 -04:00
attr.rs Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
classify.rs [breaking-change] don't pub export ast::Stmt_ variants 2016-02-11 12:34:48 +01:00
common.rs Use associated functions for libsyntax SepSeq constructors. 2016-02-22 23:24:42 -05:00
mod.rs Rollup merge of #34385 - cgswords:tstream, r=nrc 2016-06-26 02:11:59 +00:00
obsolete.rs Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
parser.rs Rollup merge of #34385 - cgswords:tstream, r=nrc 2016-06-26 02:11:59 +00:00
token.rs Refactored tokentrees into their own files in preparation for tokenstreams. Modified tests to point to the new file now. 2016-06-21 11:12:36 -07:00