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
/
ide_assists
/
src
/
handlers
/
fill_match_arms.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
clippy::redundant_closure
Maan2003
2021-06-13
1
-1
/
+1
*
clippy::redudant_borrow
Maan2003
2021-06-13
1
-2
/
+2
*
add test that it does not create extraneous commas
Domantas Jadenkus
2021-05-24
1
-0
/
+20
*
generate match arms with todo!() as placeholder body
Domantas Jadenkus
2021-05-24
1
-54
/
+74
*
Test `fill_match_arms` for lazy computation.
Dawer
2021-05-21
1
-1
/
+19
*
fix: `fill_match_arms` hangs on a tuple of large enums
Dawer
2021-05-20
1
-2
/
+14
*
Compute missing arms lazily.
Dawer
2021-05-20
1
-23
/
+24
*
internal: use standard test style
Aleksey Kladov
2021-05-16
1
-304
/
+305
*
internal: use mutable trees when filling match arms
Aleksey Kladov
2021-05-16
1
-8
/
+20
*
Add support for fill match arms of boolean values
Comonad
2021-04-21
1
-23
/
+199
*
Unindent test according to the style guide.
Dawer
2021-04-19
1
-23
/
+23
*
Return to the status quo in #8129
Dawer
2021-04-18
1
-0
/
+2
*
Prevent adding useless match arms
Dawer
2021-04-18
1
-11
/
+27
*
Test fill-match-arms assist: partial with wildcards
Dawer
2021-04-17
1
-0
/
+34
*
Fill partial match arms for a tuple of enums
Dawer
2021-04-16
1
-17
/
+37
*
Fill match arms for a tuple of a single enum.
Dawer
2021-04-16
1
-10
/
+12
*
Use upstream cov-mark
Laurențiu Nicola
2021-03-08
1
-4
/
+2
*
7526: Rename crate assists to ide_assists.
Chetan Khilosiya
2021-02-22
1
-0
/
+787