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
2022-08-22
Rollup merge of #98200 - ouz-a:issue-98177, r=oli-obk
Dylan DPC
-0
/
+95
2022-08-17
Reenable early feature-gates as future-compat warnings
Christopher Durham
-7
/
+22
2022-08-17
add new test and combine old ones
ouz-a
-47
/
+65
2022-07-01
Shorten def_span for more items.
Camille GILLOT
-8
/
+2
2022-06-17
expand inner `or` pattern
ouz-a
-0
/
+77
2022-05-06
Resolve vars in note_type_err
Jack Huey
-5
/
+5
2022-04-30
When encountering a binding that could be a const or unit variant, suggest th...
Esteban Kuber
-16
/
+16
2022-03-27
Point (again) to more expressions with their type, even if not fully resolved
Esteban Kuber
-4
/
+6
2022-03-08
Do not suggest `let_else` if no bindings would be introduced
Esteban Kuber
-4
/
+0
2022-03-08
Suggest `if let`/`let_else` for refutable pat in `let`
Esteban Kuber
-3
/
+7
2022-03-08
Change wording of suggestion to add missing `match` arm
Esteban Kuber
-4
/
+4
2022-03-08
When finding a match expr with a single arm that requires more, suggest it
Esteban Kuber
-4
/
+20
2022-03-08
When encountering a match expr with no arms, suggest it
Esteban Kuber
-4
/
+4
2022-03-03
Cleanup feature gates.
Camille GILLOT
-16
/
+12
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
[next]