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
/
completion
/
src
/
completions
Commit message (
Expand
)
Author
Age
Files
Lines
*
Align code_model name with ungrammar
Aleksey Kladov
2020-12-20
1
-1
/
+1
*
Fewer allocations
Kirill Bulatov
2020-12-19
1
-5
/
+7
*
Tidy up
Kirill Bulatov
2020-12-19
2
-32
/
+26
*
Keep the original completion order in tests
Kirill Bulatov
2020-12-19
11
-192
/
+192
*
Add a slightly better fuzzy search heuristics
Kirill Bulatov
2020-12-19
1
-10
/
+62
*
Show first fuzzy completions fully containing the input
Kirill Bulatov
2020-12-17
1
-5
/
+14
*
Remove some redundant allocations
Jeremy Kolb
2020-12-12
1
-1
/
+1
*
Use natural trait ordering in derive completion
Aleksey Kladov
2020-12-11
1
-17
/
+18
*
Remove debug print
Aleksey Kladov
2020-12-10
1
-7
/
+5
*
Minor, more orthogonal code
Aleksey Kladov
2020-12-10
1
-9
/
+7
*
Normalize spelling to American English
Aleksey Kladov
2020-12-10
1
-5
/
+5
*
Tweak the search query params for better lookup speed
Kirill Bulatov
2020-12-08
1
-31
/
+29
*
Better config name
Kirill Bulatov
2020-12-08
1
-2
/
+4
*
Disable the completion for no corresponding client resolve capabilities
Kirill Bulatov
2020-12-07
1
-76
/
+58
*
Document the feature
Kirill Bulatov
2020-12-07
1
-0
/
+43
*
Less panic, more tests
Kirill Bulatov
2020-12-07
1
-2
/
+39
*
Use stateless completion resolve
Kirill Bulatov
2020-12-07
1
-4
/
+6
*
Update attributes completion list
Lukas Wirth
2020-12-06
1
-3
/
+39
*
Trigger .let postfix snippet in the middle of the block
Aleksey Kladov
2020-12-01
1
-4
/
+31
*
Place cursor correctly when completing assoc fns with self
Aleksey Kladov
2020-12-01
1
-20
/
+20
*
Type-safer API for dealing with parameter lists with optional self
Aleksey Kladov
2020-12-01
1
-1
/
+1
*
Merge #6601
bors[bot]
2020-11-29
1
-0
/
+59
|
\
|
*
add let and letm postfix to turn expressions into variables
Benjamin Coenen
2020-11-28
1
-11
/
+54
|
*
add let and letm postfix to turn expressions into variables
Benjamin Coenen
2020-11-21
1
-0
/
+16
*
|
Move the helpers into ide_db
Kirill Bulatov
2020-11-28
2
-3
/
+3
*
|
Extract the import code into the shared module
Kirill Bulatov
2020-11-27
2
-3
/
+3
*
|
Merge #6635
bors[bot]
2020-11-26
1
-14
/
+43
|
\
\
|
*
|
Complete struct in irrefutable let
Lukas Wirth
2020-11-26
1
-14
/
+43
|
|
/
*
|
Merge #6614 #6632
bors[bot]
2020-11-26
1
-26
/
+28
|
\
\
|
*
|
Improve autoimports on completion speed
Kirill Bulatov
2020-11-24
1
-26
/
+28
|
|
/
*
/
Gate autoimports begind experimental completions flag
Kirill Bulatov
2020-11-24
1
-1
/
+3
|
/
*
Avoid turning completion objects into builders
Kirill Bulatov
2020-11-16
1
-32
/
+10
*
Remove query aliases
Kirill Bulatov
2020-11-16
1
-1
/
+1
*
Fix the other test
Kirill Bulatov
2020-11-16
1
-3
/
+3
*
Qualify autoimport completion suggestions
Kirill Bulatov
2020-11-16
1
-12
/
+23
*
Better filter mod paths
Kirill Bulatov
2020-11-16
1
-25
/
+27
*
Move autoimport completion into the unqialified_path module
Kirill Bulatov
2020-11-16
2
-153
/
+139
*
Omit modules during autocompletion
Kirill Bulatov
2020-11-16
1
-13
/
+13
*
Tweak the search limits a bit
Kirill Bulatov
2020-11-16
1
-1
/
+3
*
Reuse existing element rendering
Kirill Bulatov
2020-11-16
1
-48
/
+34
*
Use imports_locator
Kirill Bulatov
2020-11-16
1
-38
/
+36
*
Rename the module
Kirill Bulatov
2020-11-16
1
-5
/
+1
*
Allow to configure the merge behavior
Kirill Bulatov
2020-11-16
1
-5
/
+2
*
Add braces to functions and macros
Kirill Bulatov
2020-11-16
1
-7
/
+59
*
Tidy up the tests
Kirill Bulatov
2020-11-16
1
-49
/
+15
*
Use rewriter api to add both changes
Kirill Bulatov
2020-11-16
1
-11
/
+51
*
Add imports in auto completion
Kirill Bulatov
2020-11-16
1
-0
/
+114
*
Don't complete keywords in struct literals
Lukas Wirth
2020-11-16
1
-0
/
+46
*
add suggestion ..Default::default() for remaining struct fields in a construc...
Benjamin Coenen
2020-11-13
1
-3
/
+105
*
Add some postfix snippet
Pavan Kumar Sunkara
2020-11-08
1
-0
/
+12
[next]