about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser/generics.rs
AgeCommit message (Collapse)AuthorLines
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-309/+0
also move MACRO_ARGUMENTS -> librustc_parse
2019-11-07move PResult to librustc_errorsMazdak Farrokhzad-1/+3
2019-11-07syntax::parser::token -> syntax::tokenMazdak Farrokhzad-1/+1
2019-11-06revamp pre-expansion gating infraMazdak Farrokhzad-2/+3
2019-10-24pre-expansion gate const_genericsMazdak Farrokhzad-0/+4
2019-10-16syntax: reduce visibilitiesMazdak Farrokhzad-1/+1
2019-09-21review comments: wordingEsteban Küber-1/+1
2019-09-21Parse assoc type bounds in generic params and provide custom diagnosticEsteban Küber-38/+61
2019-09-09Resolve attributes in several placesCaio-2/+5
Arm, Field, FieldPat, GenericParam, Param, StructField and Variant
2019-08-11parser: move into generics.rsMazdak Farrokhzad-0/+276