| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-12-02 | Move recently changed tests to the correct file | Nadrieril | -66/+60 | |
| 2019-12-02 | Lint for redundant branches in or-patterns | Nadrieril | -6/+47 | |
| 2019-12-02 | Add some tests | Nadrieril | -9/+37 | |
| 2019-11-30 | Rollup merge of #66612 - Nadrieril:or-patterns-initial, r=varkor | Mazdak Farrokhzad | -0/+238 | |
| Initial implementation of or-pattern usefulness checking The title says it all. I'd like to request a perf run on that, hopefully this doesn't kill performance too much. cc https://github.com/rust-lang/rust/issues/54883 | ||||
| 2019-11-30 | Apply suggestions from code review | Nadrieril Feneanar | -1/+1 | |
| Co-Authored-By: varkor <github@varkor.com> | ||||
| 2019-11-26 | Move tests to ui, split them and add some | Nadrieril | -0/+238 | |
| 2019-11-21 | Point at type in `let` assignment on type errors | Esteban Küber | -5/+8 | |
| 2019-11-18 | Surround types with backticks in type errors | Esteban Küber | -3/+3 | |
| 2019-11-18 | Remove E0308 note when primary label has all info | Esteban Küber | -12/+0 | |
| 2019-11-18 | review comments: tweak prefix strings | Esteban Küber | -2/+2 | |
| 2019-11-18 | Specific labels when referring to "expected" and "found" types | Esteban Küber | -2/+2 | |
| 2019-11-10 | Make error and warning annotations mandatory in UI tests | Tomasz Miąsko | -1/+1 | |
| This change makes error and warning annotations mandatory in UI tests. The only exception are tests that use error patterns to match compiler output and don't have any annotations. | ||||
| 2019-10-31 | Revert "pre-expansion gate box_patterns" | Eduard-Mihai Burtescu | -1/+0 | |
| This reverts commit 2aff6b36d7ed5c25700669a92b4a43200ee0fe6b. | ||||
| 2019-10-24 | pre-expansion gate box_patterns | Mazdak Farrokhzad | -0/+1 | |
| 2019-09-29 | syntax: recover trailing `|` in or-patterns. | Mazdak Farrokhzad | -11/+244 | |
| 2019-09-05 | resolve: test consistent or-patterns being allowed. | Mazdak Farrokhzad | -38/+132 | |
| 2019-09-05 | resolve: test binding mode consistency for or-patterns. | Mazdak Farrokhzad | -0/+98 | |
| 2019-09-05 | resolve: add test for missing bindings in or-patterns. | Mazdak Farrokhzad | -0/+324 | |
| 2019-09-05 | resolve: account for general or-patterns in consistency checking. | Mazdak Farrokhzad | -4/+11 | |
| 2019-09-05 | resolve: add tests for already-bound check. | Mazdak Farrokhzad | -0/+136 | |
| 2019-08-28 | or-pattern: fix typo in error message | Tshepang Lekhonkhobe | -2/+2 | |
| 2019-08-26 | parser: fix span for leading vert. | Mazdak Farrokhzad | -4/+4 | |
| 2019-08-25 | or_patterns: add run-rustfix tests. | Mazdak Farrokhzad | -0/+150 | |
| 2019-08-25 | parser: gracefully handle `fn foo(A | B: type)`. | Mazdak Farrokhzad | -28/+32 | |
| 2019-08-25 | parser: 'while parsing this or-pattern...' | Mazdak Farrokhzad | -0/+19 | |
| 2019-08-24 | parser: reword || recovery. | Mazdak Farrokhzad | -7/+7 | |
| 2019-08-24 | parse_top_pat: silence leading vert gating sometimes. | Mazdak Farrokhzad | -33/+65 | |
| 2019-08-24 | parser: better recovery for || in inner pats. | Mazdak Farrokhzad | -43/+73 | |
| 2019-08-24 | or-patterns: harden feature gating tests. | Mazdak Farrokhzad | -2/+227 | |
| 2019-08-24 | move `feature-gate-or_patterns.*` -> `ui/or-patterns/` | Mazdak Farrokhzad | -0/+21 | |
| 2019-08-24 | or-patterns: add syntactic tests. | Mazdak Farrokhzad | -0/+217 | |
| 2019-08-24 | move `ui/or-pattern-mismatch` -> `ui/or-patterns/`. | Mazdak Farrokhzad | -0/+16 | |
| 2019-08-24 | parser: use `eat_or_separator` for leading vert. | Mazdak Farrokhzad | -1/+12 | |
| 2019-08-24 | parser: `multiple-pattern-typo`: cover more or-pattern places. | Mazdak Farrokhzad | -2/+73 | |
| 2019-08-24 | parser: move `multiple-pattern-typo` -> `or-patterns` directory. | Mazdak Farrokhzad | -0/+15 | |
