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
/
extract_function.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extract function assist will add async if required
Jamie Cunliffe
2021-05-17
1
-2
/
+63
*
internal: introduce `ast::make::ext` module with common shortcuts
Aleksey Kladov
2021-05-09
1
-37
/
+25
*
internal: fix make API
Aleksey Kladov
2021-05-09
1
-1
/
+1
*
internal: remove one more usage of SyntaxRewriter
Aleksey Kladov
2021-05-08
1
-56
/
+46
*
internal: remove one more usage of the rewriter
Aleksey Kladov
2021-05-04
1
-10
/
+23
*
internal: fix naming polarity
Aleksey Kladov
2021-04-30
1
-1
/
+1
*
Remove unnecessary braces for extracted block expression
Brandon
2021-04-22
1
-14
/
+22
*
Fix extract function with partial block selection
Brandon
2021-04-15
1
-2
/
+62
*
Merge #8415
bors[bot]
2021-04-13
1
-2
/
+46
|
\
|
*
Add macro test
Brandon
2021-04-11
1
-0
/
+32
|
*
Add FIXME for macro case
Brandon
2021-04-08
1
-0
/
+13
|
*
Fix faulty assertion when extracting function with macro call
Brandon
2021-04-08
1
-2
/
+1
*
|
Fix extract function's mutability of variables outliving the body
Brandon
2021-04-09
1
-19
/
+109
|
/
*
Upgrade rowan
Aleksey Kladov
2021-03-16
1
-14
/
+6
*
Use upstream cov-mark
Laurențiu Nicola
2021-03-08
1
-11
/
+10
*
Honor snippet capability in extract function assist
san
2021-03-05
1
-2
/
+8
*
7526: Rename crate assists to ide_assists.
Chetan Khilosiya
2021-02-22
1
-0
/
+3378