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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Mark HasSource::source_old as deprecated but allow at all call sites
Nick Spain
2021-01-02
5
-0
/
+6
*
HasSource::source -> HasSource::source_old
Nick Spain
2021-01-02
5
-6
/
+6
*
Merge #7102
bors[bot]
2021-01-01
1
-2
/
+66
|
\
|
*
Strip completion prefix of what has already been typed
Nick Spain
2021-01-01
1
-5
/
+4
|
*
Add a test for correct completion of ..Default::default()
Nick Spain
2021-01-01
1
-1
/
+61
|
*
Fix completion of Default struct update syntax
Nick Spain
2020-12-31
1
-1
/
+6
*
|
Remove some unneeded string allocations
Lukas Wirth
2020-12-31
1
-1
/
+1
|
/
*
Update crates
kjeremy
2020-12-30
1
-1
/
+1
*
Avoid a couple of allocations
Laurențiu Nicola
2020-12-29
2
-3
/
+3
*
Merge #7064
bors[bot]
2020-12-29
1
-3
/
+8
|
\
|
*
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
*
|
Merge #7076
bors[bot]
2020-12-29
1
-1
/
+10
|
\
\
|
*
|
Properly parse path separators in format-like postfix
Lukas Wirth
2020-12-29
1
-1
/
+10
|
|
/
*
/
format-postfix completion takes format instead of fmt
Lukas Wirth
2020-12-29
2
-2
/
+2
|
/
*
Merge #6960
bors[bot]
2020-12-23
2
-1
/
+55
|
\
|
*
Show enum variant completions for ref scrutinee
Lukas Wirth
2020-12-20
1
-1
/
+26
|
*
Show enum variant on Self qualified paths
Lukas Wirth
2020-12-20
1
-0
/
+29
*
|
Reduce some more code duplication
Lukas Wirth
2020-12-22
5
-94
/
+76
*
|
Insert snippet positions after fields names in record patterns
Lukas Wirth
2020-12-21
2
-6
/
+6
*
|
Create non-exhaustive patterns for non_exhaustive attributed items
Lukas Wirth
2020-12-20
1
-3
/
+5
*
|
Reduce code duplication in pattern completion
Lukas Wirth
2020-12-20
1
-34
/
+29
*
|
Emit snippets for struct pattern completion if enabled
Lukas Wirth
2020-12-20
2
-15
/
+36
*
|
Add completions for patterns
Lukas Wirth
2020-12-20
5
-26
/
+311
|
/
*
Align code_model name with ungrammar
Aleksey Kladov
2020-12-20
4
-28
/
+19
*
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
12
-194
/
+193
*
Add a slightly better fuzzy search heuristics
Kirill Bulatov
2020-12-19
1
-10
/
+62
*
Merge #6901
bors[bot]
2020-12-18
1
-0
/
+1
|
\
|
*
Temp fixes panic caused by no ast for proc-macro
Edwin Cheng
2020-12-18
1
-0
/
+1
*
|
Show first fuzzy completions fully containing the input
Kirill Bulatov
2020-12-17
1
-5
/
+14
|
/
*
Move to upstream `macro_rules!` model
Jonas Schievink
2020-12-15
1
-3
/
+3
*
Remove some redundant allocations
Jeremy Kolb
2020-12-12
2
-2
/
+2
*
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
4
-16
/
+12
*
Normalize spelling to American English
Aleksey Kladov
2020-12-10
4
-12
/
+12
*
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
3
-10
/
+9
*
Disable the completion for no corresponding client resolve capabilities
Kirill Bulatov
2020-12-07
9
-145
/
+79
*
Document the feature
Kirill Bulatov
2020-12-07
1
-0
/
+43
*
Simplify
Kirill Bulatov
2020-12-07
1
-2
/
+4
*
Less panic, more tests
Kirill Bulatov
2020-12-07
2
-9
/
+60
*
Fix the profiling label
Kirill Bulatov
2020-12-07
1
-1
/
+1
*
Use stateless completion resolve
Kirill Bulatov
2020-12-07
4
-15
/
+40
*
Remove the state
Kirill Bulatov
2020-12-07
2
-31
/
+4
*
Make completion resolve async
Kirill Bulatov
2020-12-07
2
-3
/
+31
[prev]
[next]