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
2020-04-19
Fix ICE for broken or-pattern in async fn
Matthew Jasper
-0
/
+51
2020-03-27
Rollup merge of #70457 - Centril:non-exhaustive-scrutinee-type, r=estebank
Mazdak Farrokhzad
-0
/
+5
2020-03-27
non-exhastive diagnostic: add note re. scrutinee type
Mazdak Farrokhzad
-0
/
+5
2020-03-26
Add tests based on issue #70372 comments
Amin Arria
-0
/
+22
2020-03-10
Matrix::push: recursively expand or-patterns
Mazdak Farrokhzad
-0
/
+43
2020-03-08
Rollup merge of #69599 - Centril:typeck-tweak-wording, r=davidtwco
Mazdak Farrokhzad
-8
/
+8
2020-03-07
Rollup merge of #69687 - Centril:bm-inconsistent-wording, r=estebank
Mazdak Farrokhzad
-20
/
+20
2020-03-04
fix tidy error
Matthew Kuo
-1
/
+2
2020-03-04
test(pattern): harden tests for or-patterns with slice-patterns
Matthew Kuo
-2
/
+12
2020-03-04
test(pattern): add tests for combinations of pattern features
Matthew Kuo
-0
/
+79
2020-03-04
resolve, inconsistent binding mode: tweak wording.
Mazdak Farrokhzad
-20
/
+20
2020-03-01
check_binding_alt_eq_ty: improve precision wrt. `if let`.
Mazdak Farrokhzad
-8
/
+8
2020-02-25
improve or-pattern type consistency diagnostics
Mazdak Farrokhzad
-51
/
+131
2020-02-15
Rollup merge of #68856 - Centril:or-pat-ref-pat, r=matthewjasper
Yuki Okushi
-13
/
+383
2020-02-09
--bless --compare-mode=nll
Matthias Prechtl
-27
/
+27
2020-02-05
or_patterns: test default binding modes
Mazdak Farrokhzad
-0
/
+132
2020-02-05
or_patterns: rename previous test
Mazdak Farrokhzad
-22
/
+22
2020-02-05
or_patterns: harden bindings test
Mazdak Farrokhzad
-7
/
+245
2020-02-05
or_patterns: add regression test for 68785
Mazdak Farrokhzad
-0
/
+14
2020-02-03
Apply suggestions from code review
matthewjasper
-3
/
+0
2020-02-03
Add more tests for or-patterns
Matthew Jasper
-0
/
+193
2020-02-01
Basic run-pass tests for or-patterns
Dan Robertson
-0
/
+151
2020-02-01
Update existing tests for or-patterns
Matthew Jasper
-99
/
+68
2020-02-01
Remove or_patterns from INCOMPLETE_FEATURES
Matthew Jasper
-194
/
+119
2020-01-24
Normalise notes with the/is
varkor
-1
/
+1
2020-01-18
slice_patterns: remove gates in tests
Mazdak Farrokhzad
-3
/
+3
2019-12-30
Blame user type in pat type error.
Mazdak Farrokhzad
-1
/
+1
2019-12-30
refactor and fix this-expression-has-type note
Mazdak Farrokhzad
-4
/
+10
2019-12-25
Feature gate or patterns in const contexts
Matthew Jasper
-0
/
+93
2019-12-12
Update tests
LeSeulArtichaut
-1
/
+1
2019-12-12
Update UI test expectations
LeSeulArtichaut
-1
/
+1
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
2019-11-30
Apply suggestions from code review
Nadrieril Feneanar
-1
/
+1
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
2019-10-31
Revert "pre-expansion gate box_patterns"
Eduard-Mihai Burtescu
-1
/
+0
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
[prev]
[next]