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
/
completions
/
qualified_path.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #9315
bors[bot]
2021-06-17
1
-6
/
+12
|
\
|
*
Nest all the or-patterns!
Lukas Wirth
2021-06-17
1
-6
/
+12
*
|
Move item specific completion tests
Lukas Wirth
2021-06-17
1
-20
/
+0
|
/
*
Refine `self`, `super` and `crate` completion in use paths
Lukas Wirth
2021-06-17
1
-1
/
+1
*
Move out and rewrite UseTree completion tests
Lukas Wirth
2021-06-17
1
-157
/
+0
*
Move test_utils into tests module
Lukas Wirth
2021-06-16
1
-3
/
+3
*
Start refactoring ide_completion tests
Lukas Wirth
2021-06-16
1
-18
/
+0
*
Filter out non-type completions in the respective completions modules instead
Lukas Wirth
2021-06-16
1
-27
/
+58
*
clippy::redudant_borrow
Maan2003
2021-06-13
1
-1
/
+1
*
Implement dummy expansions for builtin attributes
Lukas Wirth
2021-06-09
1
-0
/
+26
*
-
.
Merge #9181 #9182
bors[bot]
2021-06-08
1
-1
/
+40
|
\
\
|
|
*
fix: don't complete derive macros as fn-like macros
Jonas Schievink
2021-06-08
1
-1
/
+10
|
|
/
|
/
|
|
*
Add tests checking no value completion in type pos
Lukas Wirth
2021-06-08
1
-0
/
+30
|
/
*
Remove unnecessary completion::macro_in_item_position
Lukas Wirth
2021-06-07
1
-5
/
+6
*
Move more things into PathCompletionContext
Lukas Wirth
2021-06-07
1
-2
/
+2
*
Use `Name`s instead of Strings in the completion rendering api
Lukas Wirth
2021-05-31
1
-19
/
+19
*
Complete modules in item lists
Lukas Wirth
2021-05-27
1
-2
/
+20
*
Complete modules in assoc item lists
Lukas Wirth
2021-05-27
1
-2
/
+6
*
Cleanup `ImmediateLocation` determination
Lukas Wirth
2021-05-27
1
-2
/
+20
*
Don't complete non-macro item paths in impls and modules
Lukas Wirth
2021-05-27
1
-0
/
+12
*
simplify
Lukas Wirth
2021-05-27
1
-6
/
+4
*
Add some cov marks for qualified_path completion
Lukas Tobias Wirth
2021-05-04
1
-5
/
+8
*
Complete enum variants through type aliases
Lukas Tobias Wirth
2021-05-04
1
-7
/
+33
*
Make CompletionContext expected_type smarter
Lukas Tobias Wirth
2021-05-03
1
-22
/
+0
*
Resolve associated types
Lukas Wirth
2021-04-01
1
-1
/
+1
*
Rename target_ty to self_ty
Lukas Wirth
2021-03-29
1
-1
/
+1
*
show function params in completion detail
Josh Mcguigan
2021-03-12
1
-28
/
+28
*
Use upstream cov-mark
Laurențiu Nicola
2021-03-08
1
-4
/
+2
*
Complete `while let`
Lukas Wirth
2021-03-03
1
-9
/
+3
*
rename completion -> ide_completion
Aleksey Kladov
2021-02-17
1
-0
/
+815