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_completion
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move test_utils into tests module
Lukas Wirth
2021-06-16
1
-2
/
+0
*
Start refactoring ide_completion tests
Lukas Wirth
2021-06-16
1
-118
/
+7
*
Remove unnecessary completion::macro_in_item_position
Lukas Wirth
2021-06-07
1
-1
/
+0
*
Generate default lint completions
Lukas Wirth
2021-06-04
1
-2
/
+0
*
Implement hover for lints
Lukas Wirth
2021-06-04
1
-1
/
+2
*
internal: rename hypothetical -> speculative
Aleksey Kladov
2021-05-24
1
-2
/
+2
*
Corrected 2 typos on line 83
mixio
2021-05-10
1
-1
/
+1
*
Add cov_marks to insert_use tests
Lukas Wirth
2021-04-20
1
-1
/
+1
*
internal: document hypothetical completion problem
Aleksey Kladov
2021-04-05
1
-0
/
+28
*
Gifs and screenshots for features in manual
Ayomide Bamidele
2021-03-31
1
-0
/
+2
*
Less reallocations
Kirill Bulatov
2021-03-21
1
-1
/
+0
*
Merge #8123
bors[bot]
2021-03-21
1
-10
/
+18
|
\
|
*
Docs
Kirill Bulatov
2021-03-20
1
-2
/
+2
|
*
Do not query item search by name eagerly
Kirill Bulatov
2021-03-20
1
-10
/
+18
*
|
Add label completion
Lukas Wirth
2021-03-21
1
-0
/
+1
*
|
Add basic lifetime completion
Lukas Wirth
2021-03-20
1
-0
/
+1
|
/
*
Better handling of block doc comments
Lukas Wirth
2021-03-17
1
-1
/
+1
*
show function params in completion detail
Josh Mcguigan
2021-03-12
1
-3
/
+3
*
remove unused CompletionScore enum
Josh Mcguigan
2021-03-12
1
-4
/
+1
*
add completion relevance score
Josh Mcguigan
2021-03-12
1
-2
/
+2
*
Future proof completion scores
Aleksey Kladov
2021-03-09
1
-1
/
+4
*
Less lifetines: derive SemanticsScope in place
Kirill Bulatov
2021-03-08
1
-1
/
+1
*
Fix the completion labels and tests
Kirill Bulatov
2021-03-08
1
-3
/
+4
*
Work towards better import labels
Kirill Bulatov
2021-03-08
1
-10
/
+7
*
Return more data about located imports
Kirill Bulatov
2021-03-08
1
-7
/
+13
*
Make group imports configurable
asv
2021-03-07
1
-1
/
+1
*
Consider import prefix config settings during flyimports
Kirill Bulatov
2021-02-20
1
-1
/
+1
*
rename completion -> ide_completion
Aleksey Kladov
2021-02-17
1
-0
/
+275