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
/
assists
/
src
/
handlers
/
expand_glob_import.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change <|> to $0 - Rebase
Kevaundray Wedderburn
2021-01-07
1
-17
/
+17
*
Remove text_edit_builder api from AssistBuilder
Lukas Wirth
2020-11-08
1
-28
/
+48
*
Kill RAW_ literals
Aleksey Kladov
2020-11-06
1
-1
/
+1
*
More idiomatic classification API
Aleksey Kladov
2020-10-15
1
-2
/
+2
*
Remove make::path_from_text
Lukas Wirth
2020-09-16
1
-6
/
+2
*
Reduce path_from_text usage
Aleksey Kladov
2020-08-31
1
-13
/
+17
*
Use new `Definition::usages` API in expand glob import
unexge
2020-08-20
1
-1
/
+1
*
Fix importing private modules in expand glob import
unexge
2020-08-20
1
-0
/
+52
*
Fix importing unused traits in expand glob import
unexge
2020-08-20
1
-28
/
+73
*
Use fixme instead of todo
unexge
2020-08-20
1
-1
/
+1
*
Use `Definition::find_usages` for finding used items in expand glob import
unexge
2020-08-20
1
-110
/
+137
*
Run rustfmt
unexge
2020-08-20
1
-3
/
+5
*
Handle more cases in AST replacing in expand glob import
unexge
2020-08-20
1
-34
/
+219
*
Improve AST replacing in expand glob import
unexge
2020-08-20
1
-38
/
+229
*
Don't expose hir::Path out of hir
Aleksey Kladov
2020-08-15
1
-13
/
+7
*
Rename ra_assists -> assists
Aleksey Kladov
2020-08-13
1
-0
/
+391