summary refs log tree commit diff
path: root/src/librustc_parse/parser/module.rs
AgeCommit message (Collapse)AuthorLines
2019-12-05Rollup merge of #67045 - Centril:parser-import-clean, r=Mark-SimulacrumMazdak Farrokhzad-3/+2
rustc_parser: cleanup imports Reorganize & canonicalize some imports + Drop `rustc_target` as a dependency. r? @Mark-Simulacrum
2019-12-05rustc_parser: cleanup importsMazdak Farrokhzad-3/+2
2019-12-03Account for raw idents in module file findingEsteban Küber-2/+2
2019-11-20Delete ProcessCfgModMark Rousskov-1/+0
The previous commit removes the use of this, and now we cleanup.
2019-11-19Move syntax_expand::config to rustc_parse::configMark Rousskov-1/+1
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-0/+316
also move MACRO_ARGUMENTS -> librustc_parse