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
/
render
Commit message (
Expand
)
Author
Age
Files
Lines
*
Nest all the or-patterns!
Lukas Wirth
2021-06-17
1
-1
/
+1
*
Refine `self`, `super` and `crate` completion in use paths
Lukas Wirth
2021-06-17
2
-2
/
+2
*
Move test_utils into tests module
Lukas Wirth
2021-06-16
3
-3
/
+3
*
Simplify
Lukas Wirth
2021-06-16
1
-2
/
+2
*
clippy::redudant_borrow
Maan2003
2021-06-13
1
-3
/
+3
*
Complete associated types in dyn and impl trait
Lukas Wirth
2021-06-11
1
-7
/
+16
*
Don't allow lookup by self for unprefixed self access completions
Lukas Wirth
2021-06-11
1
-13
/
+13
*
Simplify CompletionContext by introducing a path CallKind enum
Lukas Wirth
2021-06-06
2
-6
/
+10
*
Add MethodCall and FieldAccess variants to ImmediateLocation
Lukas Wirth
2021-06-02
1
-1
/
+1
*
Less strings, more hir::Names
Lukas Wirth
2021-05-31
1
-3
/
+3
*
Complete `self.` prefixed fields and methods inside methods
Lukas Wirth
2021-05-31
1
-5
/
+31
*
Use `Name`s instead of Strings in the completion rendering api
Lukas Wirth
2021-05-31
3
-34
/
+44
*
Don't label derive macros with their banged_name
Lukas Wirth
2021-05-28
1
-1
/
+5
*
internal: normalize name
Aleksey Kladov
2021-04-30
1
-1
/
+1
*
completion relevance distinguish between exact type match and could unify
Josh Mcguigan
2021-03-26
2
-4
/
+4
*
implement a temporary workaround for #8058
Josh Mcguigan
2021-03-22
1
-3
/
+20
*
Store an `AstId` for procedural macros
Jonas Schievink
2021-03-18
1
-1
/
+1
*
-
.
Merge #7900 #8000
bors[bot]
2021-03-16
1
-2
/
+37
|
\
\
|
*
|
add params_display and ty_display
Josh Mcguigan
2021-03-12
1
-9
/
+17
|
*
|
show function params in completion detail
Josh Mcguigan
2021-03-12
1
-2
/
+29
*
|
|
completions: centralize calculation of relevance and ref matches
Josh Mcguigan
2021-03-16
2
-15
/
+25
*
|
|
Merge #8035
bors[bot]
2021-03-15
1
-18
/
+18
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
unqualfied_path completions aren't responsible for pattern completions
Lukas Wirth
2021-03-15
1
-18
/
+18
|
|
/
*
/
implement function completion scoring
Josh Mcguigan
2021-03-15
1
-1
/
+16
|
/
*
Unify naming
Aleksey Kladov
2021-03-12
4
-26
/
+22
*
use references in CompletionItem's builder
yonip23
2021-03-11
7
-39
/
+49
*
Use upstream cov-mark
Laurențiu Nicola
2021-03-08
4
-22
/
+12
*
rename completion -> ide_completion
Aleksey Kladov
2021-02-17
7
-0
/
+1052