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
/
change_visibility.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of unused imports
Veetaha
2020-06-28
1
-5
/
+2
*
Follow matklad suggestions
Veetaha
2020-06-28
1
-8
/
+1
*
Simlify with matches!()
Veetaha
2020-06-28
1
-8
/
+3
*
Relax cursor position tests in assists
Aleksey Kladov
2020-05-20
1
-17
/
+13
*
Don't set cursor in change_visibility
Aleksey Kladov
2020-05-20
1
-6
/
+3
*
Split change_ and fix_ visibility assists
Aleksey Kladov
2020-05-20
1
-506
/
+1
*
Switch to new magic marks
Aleksey Kladov
2020-05-20
1
-4
/
+4
*
Trigger change_visibility assist when on an invisible struct field
Timo Freiberg
2020-05-10
1
-61
/
+248
*
Trigger change_visibility assist when on a path to an invisible def
Timo Freiberg
2020-05-10
1
-1
/
+328
*
Refactor assists API to be more convenient for adding new assists
Aleksey Kladov
2020-05-07
1
-18
/
+13
*
Move target to AssistLabel
Aleksey Kladov
2020-05-06
1
-11
/
+21
*
Merge assits::test_helpers and tests
Aleksey Kladov
2020-05-06
1
-1
/
+1
*
Make `change_visibility` assist work for tuple struct field visibility
Jesse Bakker
2020-05-02
1
-3
/
+10
*
Convert code to text-size
Aleksey Kladov
2020-04-25
1
-2
/
+2
*
Fix add visibility false-positive
Aleksey Kladov
2020-03-25
1
-12
/
+28
*
introduce const visibility assist
Douglas Campos
2020-02-28
1
-4
/
+9
*
Name assist handlers
Aleksey Kladov
2020-02-07
1
-0
/
+167