summary refs log tree commit diff
path: root/src/librustc_parse/parser/module.rs
AgeCommit message (Expand)AuthorLines
2020-03-01Rollup merge of #69579 - petrochenkov:noprevspan, r=CentrilYuki Okushi-1/+1
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-3/+3
2020-02-29parser: `prev_span` -> `prev_token.span`Vadim Petrochenkov-1/+1
2020-02-15Record proc macro harness order for use during metadata deserializationAaron Hill-0/+2
2020-02-13parser: remove `Option<Vec<Attribute>>` in `ItemInfo`.Mazdak Farrokhzad-1/+1
2020-02-13parser_item_mod: avoid cloning outer attributesMazdak Farrokhzad-14/+12
2020-02-06Remove the `Cow` from `Directory`.Nicholas Nethercote-3/+3
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