index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
ra_hir_ty
/
src
/
_match.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix usefulness check for never type
Mikail Bagishov
2020-05-06
1
-6
/
+23
*
missing match arm diagnostic support enum record type
Josh Mcguigan
2020-04-18
1
-32
/
+304
*
fix false positive for enum with no variants
Josh Mcguigan
2020-04-16
1
-2
/
+40
*
handle tuple patterns with ellipsis
Josh Mcguigan
2020-04-13
1
-47
/
+113
*
missing match arm add test cases to demonstrate enum tuple struct with ellips...
Josh Mcguigan
2020-04-12
1
-0
/
+64
*
missing match arms add test cases to demonstrate behavior of tuple with pattern
Josh Mcguigan
2020-04-12
1
-0
/
+75
*
missing match arm add test for partially diverging type
Josh Mcguigan
2020-04-11
1
-0
/
+21
*
missing match arms add tests for match expression diverging
Josh Mcguigan
2020-04-11
1
-0
/
+77
*
fix match arm false positive
Josh Mcguigan
2020-04-11
1
-6
/
+9
*
match checking add additional test for match checking tuple with missing pattern
Josh Mcguigan
2020-04-08
1
-0
/
+14
*
fix panic in match checking when tuple enum missing pattern
Josh Mcguigan
2020-04-08
1
-15
/
+45
*
PR feedback implementation
Josh Mcguigan
2020-04-07
1
-94
/
+331
*
missing match arms diagnostic change source to match expression
Josh Mcguigan
2020-04-07
1
-1
/
+1
*
handle match auto-deref
Josh Mcguigan
2020-04-07
1
-0
/
+35
*
improving documentation
Josh Mcguigan
2020-04-07
1
-16
/
+64
*
handle non matching enum pattern types
Josh Mcguigan
2020-04-07
1
-33
/
+35
*
remove panics
Josh Mcguigan
2020-04-07
1
-64
/
+209
*
missing match arms diagnostic
Josh Mcguigan
2020-04-07
1
-0
/
+944