rust/src/libsyntax/diagnostics
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
..
macros.rs replace fileline_{help,note} with {help,note} 2016-05-02 11:49:23 -04:00
metadata.rs Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
plugin.rs Rollup merge of #34385 - cgswords:tstream, r=nrc 2016-06-26 02:11:59 +00:00