summary refs log tree commit diff
path: root/src/test/ui/parser
AgeCommit message (Expand)AuthorLines
2019-12-07Fix testsMark Rousskov-1/+2
2019-12-06parser: don't use `unreachable!()` in `fn unexpected`.Mazdak Farrokhzad-0/+29
2019-11-04Auto merge of #65838 - estebank:resilient-recovery, r=Centrilbors-33/+132
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
2019-10-07Auto merge of #64906 - Aaron1011:feature/extern-const-fn, r=Centrilbors-0/+22
2019-10-05Rollup merge of #65123 - Centril:mac-invoc-in-mut-pat, r=estebankTyler Mandry-0/+71
2019-10-05Rollup merge of #64909 - estebank:turbofish-reloaded, r=CentrilTyler Mandry-11/+40
2019-10-05Account for macro invocation in `let mut $pat` diagnostic.Mazdak Farrokhzad-0/+71
2019-10-03review commentsEsteban Küber-6/+6
2019-10-03review commentsEsteban Küber-9/+24
2019-10-03When encountering chained operators use heuristics to recover from bad turbofishEsteban Küber-7/+21
2019-10-02syntax: improve parameter without type suggestionsDavid Wood-0/+6
2019-10-02Add support for 'extern const fn'Aaron Hill-0/+22
2019-09-29Rollup merge of #64691 - estebank:unexpected-variant, r=CentrilMazdak Farrokhzad-0/+3
2019-09-28Upgrade async/await to "used" keywords.Eric Huss-3/+3
2019-09-24Remove blanket silencing of "type annotation needed" errorsEsteban Küber-4/+4
2019-09-23Auto merge of #64695 - Centril:rollup-t1xnl2c, r=Centrilbors-0/+19
2019-09-23Rollup merge of #64676 - estebank:assoc-type-bound-in-generic, r=petrochenkovMazdak Farrokhzad-0/+19
2019-09-22review commentsEsteban Küber-4/+4
2019-09-22Point at correct span for parenthesized typesEsteban Küber-6/+6
2019-09-22Point at definition when misusing ADTEsteban Küber-0/+3
2019-09-21review comments: wordingEsteban Küber-2/+2
2019-09-21Parse assoc type bounds in generic params and provide custom diagnosticEsteban Küber-0/+19
2019-09-21Rollup merge of #64010 - c410-f3r:stabilize-attrs-fn, r=CentrilMazdak Farrokhzad-30/+7
2019-09-14Provide a span if main function is not present in crateMark Rousskov-19/+28
2019-09-11Stabilize `param_attrs` in Rust 1.39.0Caio-30/+7
2019-09-07Rollup merge of #64192 - estebank:turbofish-madness, r=petrochenkovMazdak Farrokhzad-26/+4