summary refs log tree commit diff
path: root/src/librustc_parse/parser/module.rs
AgeCommit message (Expand)AuthorLines
2020-01-11restore some rustc_parse visibilitiesCaleb Cartwright-4/+8
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-2/+2
2019-12-31parser::module: remove .fatal callsMazdak Farrokhzad-1/+2
2019-12-31parser: span_fatal -> struct_span_errMazdak Farrokhzad-1/+1
2019-12-31parser: call .struct_span_err directlyMazdak Farrokhzad-4/+3
2019-12-23extract parse_not_exprMazdak Farrokhzad-1/+1
2019-12-22Format the worldMark Rousskov-60/+48
2019-12-05Rollup merge of #67045 - Centril:parser-import-clean, r=Mark-SimulacrumMazdak Farrokhzad-3/+2
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
2019-11-19Move syntax_expand::config to rustc_parse::configMark Rousskov-1/+1
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-0/+316