index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
or-patterns
Age
Commit message (
Expand
)
Author
Lines
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