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_assists
/
src
/
handlers
/
add_missing_impl_members.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Better cursor placement when adding impl members
Aleksey Kladov
2020-05-20
1
-38
/
+46
*
Use snippets in add_missing_members
Aleksey Kladov
2020-05-20
1
-27
/
+35
*
Correctly fill default type parameters
Fedor Sakharov
2020-05-13
1
-0
/
+50
*
More fluent indent API
Aleksey Kladov
2020-05-09
1
-3
/
+2
*
Refactor assists API to be more convenient for adding new assists
Aleksey Kladov
2020-05-07
1
-15
/
+17
*
Move target to AssistLabel
Aleksey Kladov
2020-05-06
1
-7
/
+7
*
Merge assits::test_helpers and tests
Aleksey Kladov
2020-05-06
1
-1
/
+1
*
Rename ImplItem to AssocItem
Edwin Cheng
2020-05-05
1
-13
/
+13
*
Add missing members generates indented blocks
Aleksey Kladov
2020-05-02
1
-78
/
+116
*
Change missing impl assist to use todo!() instead of unimplemented()
Chris Hopman
2020-04-10
1
-17
/
+17
*
Align naming
Aleksey Kladov
2020-03-24
1
-1
/
+1
*
Simplify
Aleksey Kladov
2020-03-13
1
-2
/
+2
*
Rename ast::ImplBlock -> ast::ImplDef
Aleksey Kladov
2020-02-29
1
-3
/
+3
*
Refactor primary IDE API
Aleksey Kladov
2020-02-26
1
-18
/
+11
*
Formatted changes.
Kevin DeLorey
2020-02-11
1
-2
/
+2
*
Fixed warning generated after refactoring.
Kevin DeLorey
2020-02-11
1
-1
/
+1
*
Updated the `add_missing_impl_members` to use the shared utility.
Kevin DeLorey
2020-02-11
1
-33
/
+14
*
Name assist handlers
Aleksey Kladov
2020-02-07
1
-0
/
+608