summary refs log tree commit diff
path: root/src/librustc_parse/parser/stmt.rs
AgeCommit message (Collapse)AuthorLines
2019-12-05rustc_parser: cleanup importsMazdak Farrokhzad-3/+3
2019-12-02syntax: Remove redundant span from `ast::Mac`Vadim Petrochenkov-2/+1
Also remove a couple of redundant `visit_mac` asserts
2019-12-02syntax: Introduce a struct `MacArgs` for macro argumentsVadim Petrochenkov-6/+6
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-0/+482
also move MACRO_ARGUMENTS -> librustc_parse