about summary refs log tree commit diff
path: root/src/librustc_parse
AgeCommit message (Expand)AuthorLines
2019-11-16parse: Support parsing optional literalsVadim Petrochenkov-21/+27
2019-11-16ast: Keep string literals in ABIs preciselyVadim Petrochenkov-6/+9
2019-11-16ast: Keep `extern` qualifiers in functions more preciselyVadim Petrochenkov-31/+32
2019-11-15Rollup merge of #66197 - Centril:transparent-ast, r=varkorTyler Mandry-48/+13
2019-11-14TAIT: parse recursively instead of hack.Mazdak Farrokhzad-48/+13
2019-11-14Clean some error codes diagnosticsGuillaume Gomez-25/+29
2019-11-14Remove unused error_codes.rs filesGuillaume Gomez-174/+0
2019-11-14Update to use new librustc_error_codes libraryGuillaume Gomez-1/+7
2019-11-14Rollup merge of #66361 - Centril:66357, r=pnkfelixYuki Okushi-1/+3
2019-11-13parser: don't use `unreachable!()` in `fn unexpected`.Mazdak Farrokhzad-1/+3
2019-11-11fix an ICE in macro's diagnostic messageGuanqun Lu-2/+13
2019-11-11syntactically allow visibility on trait item & enum variantMazdak Farrokhzad-30/+16
2019-11-10move syntax::parse -> librustc_parseMazdak Farrokhzad-0/+12831