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
/
unqualified_path.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Show completions for enum variant with self prefix if inside impl
Lukas Wirth
2021-02-09
1
-1
/
+35
*
Make `ModPath`'s representation private
Jonas Schievink
2021-02-04
1
-1
/
+1
*
More useful fn detail in completion
Aleksey Kladov
2021-01-22
1
-25
/
+25
*
Update completions test output
Lukas Wirth
2021-01-20
1
-18
/
+18
*
Add LifetimeParam and ConstParam to CompletionItemKind
Lukas Wirth
2021-01-19
1
-1
/
+1
*
Show const params in completions
Lukas Wirth
2021-01-19
1
-1
/
+23
*
Share import_assets and related entities
Kirill Bulatov
2021-01-16
1
-248
/
+3
*
Introduce more appropriate assertion mechanism
Aleksey Kladov
2021-01-14
1
-4
/
+2
*
Add a test for #7110
Aleksey Kladov
2021-01-14
1
-0
/
+31
*
Change <|> to $0 - Rebase
Kevaundray Wedderburn
2021-01-07
1
-41
/
+41
*
Align config's API with usage
Aleksey Kladov
2021-01-06
1
-10
/
+8
*
YAGNI active_resolve_capabilities
Aleksey Kladov
2021-01-06
1
-6
/
+2
*
Small helpers
Kirill Bulatov
2021-01-04
1
-1
/
+1
*
Code review fixes
Kirill Bulatov
2021-01-04
1
-9
/
+2
*
Ignore associated items during unqialified path fuzzy completions
Kirill Bulatov
2021-01-04
1
-1
/
+9
*
Avoid a couple of allocations
Laurențiu Nicola
2020-12-29
1
-2
/
+2
*
Tweak the fuzzy search limits
Kirill Bulatov
2020-12-28
1
-1
/
+6
*
Add docs and optimisations
Kirill Bulatov
2020-12-28
1
-2
/
+2
*
Better query api and fuzzy search
Kirill Bulatov
2020-12-28
1
-1
/
+1
*
Draft the module exclusion in modules
Kirill Bulatov
2020-12-28
1
-1
/
+1
*
Show enum variant completions for ref scrutinee
Lukas Wirth
2020-12-20
1
-1
/
+26
*
Fewer allocations
Kirill Bulatov
2020-12-19
1
-5
/
+7
*
Tidy up
Kirill Bulatov
2020-12-19
1
-27
/
+21
*
Keep the original completion order in tests
Kirill Bulatov
2020-12-19
1
-37
/
+37
*
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
*
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
*
Move the helpers into ide_db
Kirill Bulatov
2020-11-28
1
-1
/
+1
*
Extract the import code into the shared module
Kirill Bulatov
2020-11-27
1
-1
/
+1
*
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
1
-2
/
+139
*
Reorganize completions structure
Igor Aleksanov
2020-10-25
1
-0
/
+679