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
/
pattern
Age
Commit message (
Expand
)
Author
Lines
2021-03-22
Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakis
bors
-14
/
+10
2021-03-20
Move some tests to more reasonable directories - 5
Caio
-0
/
+30
2021-03-19
update tests
mark
-14
/
+10
2021-03-07
Account for `if (let pat = expr) {}`
Esteban Küber
-2
/
+1
2021-02-23
Rollup merge of #82308 - estebank:issue-82290, r=lcnr
Dylan DPC
-0
/
+27
2021-02-19
Lower condition of `if` expression before it's "then" block
Esteban Küber
-0
/
+27
2021-02-18
Add explanations and suggestions to `irrefutable_let_patterns` lint
Camelid
-4
/
+26
2021-02-17
replace if-let and while-let with `if let` and `while let`
Takayuki Maeda
-4
/
+4
2021-02-13
Add match pattern diagnostics regression test
Bram van den Heuvel
-0
/
+29
2021-02-07
Auto merge of #80632 - Nadrieril:fix-80501, r=varkor
bors
-0
/
+27
2021-02-06
path trimming: ignore type aliases
Dan Aloni
-13
/
+13
2021-02-03
move test to be with the others
mark
-44
/
+0
2021-01-26
Account for existing `_` field pattern when suggesting `..`
Esteban Küber
-2
/
+2
2021-01-24
Identify subpatterns by the path to them instead of spans
Nadrieril
-21
/
+3
2021-01-24
Add tests
Nadrieril
-0
/
+45
2021-01-16
Move some tests to more reasonable directories - 2
Caio
-0
/
+244
2021-01-12
Include `..` suggestion if fields are all wildcards
Camelid
-6
/
+16
2021-01-12
Always show suggestions in their own subwindows
Camelid
-20
/
+30
2021-01-12
Add a test case with lots of whitespace
Camelid
-8
/
+34
2021-01-12
Only suggest `..` if more than one field is missing
Camelid
-60
/
+26
2021-01-12
Specialize `..` help message for all fields vs. the rest
Camelid
-13
/
+13
2021-01-12
Suggest `Variant(..)` if all of the mentioned fields are `_`
Camelid
-4
/
+4
2021-01-12
Suggest `_` and `..` if a pattern has too few fields
Camelid
-0
/
+179
2021-01-12
Add tests for uninhabited types
Nadrieril
-212
/
+351
2021-01-12
Deduplicate some tests using revisions
Nadrieril
-227
/
+74
2021-01-03
Add notes to stderr of non-exhaustive-reference test
Daniel Noom
-2
/
+6
2021-01-03
Add note to non-exhaustive match on reference to empty
Daniel Noom
-0
/
+24
2020-12-22
Add some tests
Nadrieril
-28
/
+71
2020-12-22
Auto merge of #78242 - Nadrieril:rename-overlapping_endpoints-lint, r=varkor
bors
-86
/
+103
2020-12-20
Fix pretty printing an AST representing `&(mut ident)`
Thomas Bahn
-0
/
+19
2020-12-20
Auto merge of #80100 - mark-i-m:pattORns-2, r=petrochenkov
bors
-0
/
+44
2020-12-19
Tweak diagnostics
Nadrieril
-8
/
+8
2020-12-19
implement edition-specific :pat behavior for 2015/18
mark
-0
/
+44
2020-12-18
Keep all witnesses of non-exhaustiveness
Nadrieril
-12
/
+14
2020-12-18
Add tests
Nadrieril
-14
/
+47
2020-11-29
`overlapping_range_endpoints` does not belong in the `unused` lint group
Nadrieril
-37
/
+39
2020-11-29
Improve error message
Nadrieril
-17
/
+32
2020-11-29
Be consistent about linting singletons
Nadrieril
-19
/
+3
2020-11-29
Rename the `overlapping_patterns` lint to `overlapping_range_endpoints`
Nadrieril
-33
/
+33
2020-11-29
Add tests
Nadrieril
-3
/
+19
2020-11-28
Correctly detect `usize`/`isize` range overlaps
Nadrieril
-2
/
+8
2020-11-21
Improve integer range tests
Nadrieril
-655
/
+892
2020-11-19
Regroup many usefulness-related test in the same folder
Nadrieril
-0
/
+686
2020-11-18
Auto merge of #78995 - Nadrieril:clean-empty-match, r=varkor
bors
-55
/
+162
2020-11-17
Fix exhaustiveness in case a byte string literal is used at slice type
oli
-2
/
+2
2020-11-16
Add a test for foreign empty enums
Nadrieril
-48
/
+102
2020-11-12
Handle empty matches cleanly
Nadrieril
-36
/
+43
2020-11-12
Add tests
Nadrieril
-42
/
+88
2020-11-05
Auto merge of #78638 - vn-ki:bindigs-after-at-issue-69971, r=oli-obk
bors
-595
/
+524
2020-11-03
review comments
Vishnunarayan K I
-1
/
+4
[next]