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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
or-patterns
Age
Commit message (
Expand
)
Author
Lines
2021-12-14
Make TyS::is_suggestable more structual
Michael Goulet
-6
/
+4
2021-10-05
Consider unfulfilled obligations in binop errors
Esteban Kuber
-1
/
+16
2021-08-11
Modify structured suggestion output
Esteban Küber
-1
/
+1
2021-05-12
Show macro name in 'this error originates in macro' message
Aaron Hill
-1
/
+1
2021-04-28
fix test
mark
-0
/
+1
2021-04-27
unignore a couple of tests
mark
-4
/
+0
2021-03-19
update tests
mark
-479
/
+136
2021-03-05
use pat<no_top_alt> for patterns in let bindings
mark
-275
/
+457
2021-02-15
Simplify pattern grammar by allowing nested leading vert
mark
-211
/
+73
2021-02-07
Auto merge of #80632 - Nadrieril:fix-80501, r=varkor
bors
-12
/
+67
2021-02-06
path trimming: ignore type aliases
Dan Aloni
-1
/
+1
2021-02-03
move test to be with the others
mark
-0
/
+44
2021-01-24
Identify subpatterns by the path to them instead of spans
Nadrieril
-3
/
+14
2021-01-24
Factor or-pattern expansion
Nadrieril
-13
/
+22
2021-01-24
Add tests
Nadrieril
-10
/
+45
2020-12-20
Auto merge of #80100 - mark-i-m:pattORns-2, r=petrochenkov
bors
-43
/
+64
2020-12-19
implement edition-specific :pat behavior for 2015/18
mark
-43
/
+64
2020-12-18
Merge unreachable subpatterns correctly
Nadrieril
-16
/
+8
2020-12-18
Rewrite usefulness merging using `SpanSet`
Nadrieril
-2
/
+8
2020-12-18
Add tests
Nadrieril
-5
/
+48
2020-11-05
Emit lints in the order in which they occur in the file.
Nadrieril
-4
/
+4
2020-11-05
Fix unreachable sub-branch detection
Nadrieril
-6
/
+12
2020-11-05
Add test
Nadrieril
-4
/
+11
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-15
/
+15
2020-07-04
Fix #71977
Nadrieril
-12
/
+51
2020-06-28
Update tests
Dylan MacKenzie
-63
/
+1
2020-06-26
Show the values and computation that would overflow a const evaluation or pro...
Oliver Scherer
-13
/
+13
2020-06-13
Prefer the associated consts for pattern matching error
Lzu Tao
-13
/
+13
2020-06-04
resolve: Sort E0408 errors by Symbol str
Tom Eccles
-13
/
+13
2020-05-10
Auto merge of #71557 - matthewjasper:mir-asymmetric-or-pattern, r=oli-obk
bors
-0
/
+51
2020-04-29
Bless tests
Dylan MacKenzie
-17
/
+2
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
[next]