about summary refs log tree commit diff
path: root/src/test/ui/or-patterns
AgeCommit message (Expand)AuthorLines
2020-02-03Apply suggestions from code reviewmatthewjasper-3/+0
2020-02-03Add more tests for or-patternsMatthew Jasper-0/+193
2020-02-01Basic run-pass tests for or-patternsDan Robertson-0/+151
2020-02-01Update existing tests for or-patternsMatthew Jasper-99/+68
2020-02-01Remove or_patterns from INCOMPLETE_FEATURESMatthew Jasper-194/+119
2020-01-24Normalise notes with the/isvarkor-1/+1
2020-01-18slice_patterns: remove gates in testsMazdak Farrokhzad-3/+3
2019-12-30Blame user type in pat type error.Mazdak Farrokhzad-1/+1
2019-12-30refactor and fix this-expression-has-type noteMazdak Farrokhzad-4/+10
2019-12-25Feature gate or patterns in const contextsMatthew Jasper-0/+93
2019-12-12Update testsLeSeulArtichaut-1/+1
2019-12-12Update UI test expectationsLeSeulArtichaut-1/+1
2019-12-02Move recently changed tests to the correct fileNadrieril-66/+60
2019-12-02Lint for redundant branches in or-patternsNadrieril-6/+47
2019-12-02Add some testsNadrieril-9/+37
2019-11-30Rollup merge of #66612 - Nadrieril:or-patterns-initial, r=varkorMazdak Farrokhzad-0/+238
2019-11-30Apply suggestions from code reviewNadrieril Feneanar-1/+1
2019-11-26Move tests to ui, split them and add someNadrieril-0/+238
2019-11-21Point at type in `let` assignment on type errorsEsteban Küber-5/+8
2019-11-18Surround types with backticks in type errorsEsteban Küber-3/+3
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-12/+0
2019-11-18review comments: tweak prefix stringsEsteban Küber-2/+2
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-2/+2
2019-11-10Make error and warning annotations mandatory in UI testsTomasz Miąsko-1/+1
2019-10-31Revert "pre-expansion gate box_patterns"Eduard-Mihai Burtescu-1/+0
2019-10-24pre-expansion gate box_patternsMazdak Farrokhzad-0/+1
2019-09-29syntax: recover trailing `|` in or-patterns.Mazdak Farrokhzad-11/+244
2019-09-05resolve: test consistent or-patterns being allowed.Mazdak Farrokhzad-38/+132
2019-09-05resolve: test binding mode consistency for or-patterns.Mazdak Farrokhzad-0/+98
2019-09-05resolve: add test for missing bindings in or-patterns.Mazdak Farrokhzad-0/+324
2019-09-05resolve: account for general or-patterns in consistency checking.Mazdak Farrokhzad-4/+11
2019-09-05resolve: add tests for already-bound check.Mazdak Farrokhzad-0/+136
2019-08-28or-pattern: fix typo in error messageTshepang Lekhonkhobe-2/+2
2019-08-26parser: fix span for leading vert.Mazdak Farrokhzad-4/+4
2019-08-25or_patterns: add run-rustfix tests.Mazdak Farrokhzad-0/+150
2019-08-25parser: gracefully handle `fn foo(A | B: type)`.Mazdak Farrokhzad-28/+32
2019-08-25parser: 'while parsing this or-pattern...'Mazdak Farrokhzad-0/+19
2019-08-24parser: reword || recovery.Mazdak Farrokhzad-7/+7
2019-08-24parse_top_pat: silence leading vert gating sometimes.Mazdak Farrokhzad-33/+65
2019-08-24parser: better recovery for || in inner pats.Mazdak Farrokhzad-43/+73
2019-08-24or-patterns: harden feature gating tests.Mazdak Farrokhzad-2/+227
2019-08-24move `feature-gate-or_patterns.*` -> `ui/or-patterns/`Mazdak Farrokhzad-0/+21
2019-08-24or-patterns: add syntactic tests.Mazdak Farrokhzad-0/+217
2019-08-24move `ui/or-pattern-mismatch` -> `ui/or-patterns/`.Mazdak Farrokhzad-0/+16
2019-08-24parser: use `eat_or_separator` for leading vert.Mazdak Farrokhzad-1/+12
2019-08-24parser: `multiple-pattern-typo`: cover more or-pattern places.Mazdak Farrokhzad-2/+73
2019-08-24parser: move `multiple-pattern-typo` -> `or-patterns` directory.Mazdak Farrokhzad-0/+15