about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser/path.rs
AgeCommit message (Expand)AuthorLines
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-497/+0
2019-11-07move PResult to librustc_errorsMazdak Farrokhzad-2/+2
2019-11-07syntax::parser::token -> syntax::tokenMazdak Farrokhzad-1/+1
2019-11-06revamp pre-expansion gating infraMazdak Farrokhzad-2/+2
2019-11-05use American spelling for `pluralize!`Andy Russell-3/+3
2019-10-27syntax/attr: reduce reliance on parserMazdak Farrokhzad-1/+1
2019-10-24pre-expansion gate associated_type_boundsMazdak Farrokhzad-2/+10
2019-10-16move syntax::ext to new crate syntax_expandMazdak Farrokhzad-2/+2
2019-10-16syntax: reduce visibilitiesMazdak Farrokhzad-3/+3
2019-10-16syntax: extract parse_derive_pathsMazdak Farrokhzad-1/+16
2019-09-30syntax: Support modern attribute syntax in the `meta` matcherVadim Petrochenkov-3/+3
2019-09-26Rename `MetaItem.node` to `MetaItem.kind`varkor-1/+1
2019-09-22review commentsEsteban Küber-1/+1
2019-09-22Point at correct span for parenthesized typesEsteban Küber-6/+7
2019-09-20factor out pluralisation remains after #64280gaolei-4/+3
2019-08-27Simplify with Symbol/Token::is_book_lit.Mazdak Farrokhzad-1/+1
2019-08-11parser: move into stmt.rsMazdak Farrokhzad-3/+3
2019-08-11parser: split into {ty, path}.rsMazdak Farrokhzad-0/+474