about summary refs log tree commit diff
path: root/src/test/ui/parser
AgeCommit message (Expand)AuthorLines
2019-12-20add recovery to parse_labeled_exprMazdak Farrokhzad-0/+22
2019-12-20Add a UI test for correct parsingA C-0/+32
2019-12-20Rollup merge of #67131 - Centril:item-merge, r=petrochenkovMazdak Farrokhzad-35/+594
2019-12-13parser: recover on `&'lifetime mut $pat`.Mazdak Farrokhzad-2/+38
2019-12-12De-fatalize `...` parsing.Mazdak Farrokhzad-0/+33
2019-12-12More c-variadic errors as semantic restrictions.Mazdak Farrokhzad-36/+282
2019-12-12Move `allow_c_varadic` logic to `ast_validation`.Mazdak Farrokhzad-28/+89
2019-12-12Unify assoc item visitors more.Mazdak Farrokhzad-6/+8
2019-12-12Unify associated item parsing.Mazdak Farrokhzad-1/+1
2019-12-12Unify `{Trait,Impl}ItemKind::TyAlias` structures.Mazdak Farrokhzad-0/+106
2019-12-12Use `Option` in `ImplItemKind::Method`.Mazdak Farrokhzad-1/+28
2019-12-12Use `Option` in `ImplItemKind::Const`.Mazdak Farrokhzad-0/+23
2019-12-12Alias `TraitItem` & `ImplItem`.Mazdak Farrokhzad-6/+67
2019-12-03Accurately portray raw identifiers in error messagesEsteban Küber-4/+4
2019-12-02syntax: Introduce a struct `MacArgs` for macro argumentsVadim Petrochenkov-3/+3
2019-11-27Rollup merge of #66718 - VirrageS:use_comma, r=CentrilTyler Mandry-17/+40
2019-11-26Refactor 'parse_enum_item' to use 'parse_delim_comma_seq'Janusz Marcinkiewicz-17/+40
2019-11-24Auto merge of #66592 - estebank:raw-raw-ah-ah-ah, r=cramertjbors-20/+0
2019-11-23Rework raw ident suggestionsEsteban Küber-20/+0
2019-11-23Rollup merge of #66539 - estebank:let-ty, r=CentrilMazdak Farrokhzad-7/+21
2019-11-22Rollup merge of #66183 - Centril:empty-vis-trait-decl, r=petrochenkovMazdak Farrokhzad-25/+91
2019-11-21Point at type in `let` assignment on type errorsEsteban Küber-7/+21
2019-11-18Surround types with backticks in type errorsEsteban Küber-29/+29
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-118/+10
2019-11-18review comments: tweak prefix stringsEsteban Küber-30/+30
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-16/+16
2019-11-16Add test for issue 63116Alex Macleod-0/+27
2019-11-15Rollup merge of #66407 - JohnTitor:add-ice-tests, r=CentrilMazdak Farrokhzad-0/+20
2019-11-15Apply suggestion from CentrilYuki Okushi-1/+1
2019-11-15Add test for issue-58094Yuki Okushi-0/+20
2019-11-15add a unit test for #62524Guanqun Lu-0/+38
2019-11-14Rollup merge of #66361 - Centril:66357, r=pnkfelixYuki Okushi-0/+30
2019-11-14Rollup merge of #66351 - JohnTitor:tweak-range-err-msg, r=CentrilYuki Okushi-48/+24
2019-11-13parser: don't use `unreachable!()` in `fn unexpected`.Mazdak Farrokhzad-0/+30
2019-11-13Tweak non-char/numeric in range pattern diagnosticYuki Okushi-48/+24
2019-11-11fix an ICE in macro's diagnostic messageGuanqun Lu-3/+37
2019-11-11syntactically allow visibility on trait item & enum variantMazdak Farrokhzad-25/+91
2019-11-08Rollup merge of #66007 - estebank:remove-here, r=CentrilMazdak Farrokhzad-87/+87
2019-11-07Rollup merge of #65974 - Centril:matcher-friendly-gating, r=petrochenkovMazdak Farrokhzad-0/+14
2019-11-07test that extern lits accept raw strings annd escapesMazdak Farrokhzad-0/+26
2019-11-07test that parser is oblivious to set of ABIsMazdak Farrokhzad-0/+17
2019-11-07parser: allow ABIs from literal macro fragmentsMazdak Farrokhzad-4/+30
2019-11-06Remove "here" from "expected one of X here"Esteban Küber-87/+87
2019-11-06rollback gating for failing macro matchersMazdak Farrokhzad-0/+14
2019-11-06Rollup merge of #66054 - petrochenkov:delspan, r=estebankMazdak Farrokhzad-7/+27
2019-11-04Auto merge of #65838 - estebank:resilient-recovery, r=Centrilbors-33/+132
2019-11-03syntax: Avoid span arithmetics for delimiter tokensVadim Petrochenkov-7/+27
2019-11-02Auto merge of #66004 - eddyb:revert-early-gate, r=petrochenkovbors-5/+16
2019-10-31Revert "pre-expansion gate exclusive_range_pattern"Eduard-Mihai Burtescu-5/+16
2019-10-31Update ui testsGuillaume Gomez-2/+4