about summary refs log tree commit diff
path: root/src/test/ui/parser
AgeCommit message (Expand)AuthorLines
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
2019-10-30Do not complain about missing `fn main()` in some casesEsteban Küber-85/+18
2019-10-30Reduce ammount of errors given unclosed delimiterEsteban Küber-3/+169
2019-10-29Rollup merge of #65809 - roblabla:eficall-abi, r=nagisaMazdak Farrokhzad-1/+1
2019-10-28Rollup merge of #65640 - estebank:recover-missing-semi, r=CentrilMazdak Farrokhzad-38/+39
2019-10-28review commentsEsteban Küber-1/+1
2019-10-28Tweak unexpected token wordingEsteban Küber-25/+26
2019-10-28Use heuristics to recover parsing of missing `;`Esteban Küber-24/+24
2019-10-27Point at local similarly named element and tweak references to variantsEsteban Küber-2/+2
2019-10-26Rollup merge of #65773 - estebank:sugg-whitespace, r=CentrilMazdak Farrokhzad-0/+75
2019-10-25Add new EFIAPI ABIroblabla-1/+1
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+75
2019-10-24pre-expansion gate exclusive_range_patternMazdak Farrokhzad-16/+5
2019-10-18Rollup merge of #65493 - GuillaumeGomez:long-err-explanation-E0584, r=kinnisonTyler Mandry-0/+1
2019-10-18Rollup merge of #65364 - XiangQingW:master, r=estebankTyler Mandry-0/+19
2019-10-17Update ui testsGuillaume Gomez-0/+1
2019-10-15Collect occurrences of for mismatched braces diagnosticwangxiangqing-7/+12
2019-10-14pprust: `p1@p2` -> `p1 @ p2`Mazdak Farrokhzad-4/+4
2019-10-14recover_intersection_pat: adjust wordingMazdak Farrokhzad-10/+10
2019-10-14syntax: add test for intersection pattern parser recoveryMazdak Farrokhzad-0/+73
2019-10-13Collect occurrences of for mismatched braces diagnosticwangxiangqing-0/+14
2019-10-07syntax: unify and simplify fn signature parsing.Mazdak Farrokhzad-1/+14