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
/
pattern.rs
Commit message (
Collapse
)
Author
Age
Files
Lines
*
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
-1
/
+1
|
*
fix: don't complete derive macros as fn-like macros
Jonas Schievink
2021-06-08
1
-1
/
+23
|
*
Use `Name`s instead of Strings in the completion rendering api
Lukas Wirth
2021-05-31
1
-1
/
+1
|
*
Set `record_pat_syntax` more precisely in CompletionContext
Lukas Wirth
2021-05-26
1
-8
/
+32
|
*
Merge pattern completion related bools into an enum
Lukas Wirth
2021-05-26
1
-6
/
+7
|
*
simplify
Lukas Tobias Wirth
2021-05-05
1
-2
/
+4
|
*
Rename target_ty to self_ty
Lukas Wirth
2021-03-29
1
-1
/
+1
|
*
Add basic lifetime completion
Lukas Wirth
2021-03-20
1
-1
/
+1
|
*
don't clone types that are copy (clippy::clone_on_copy)
Matthias Krüger
2021-03-17
1
-2
/
+2
|
*
unqualfied_path completions aren't responsible for pattern completions
Lukas Wirth
2021-03-15
1
-15
/
+101
|
*
rename completion -> ide_completion
Aleksey Kladov
2021-02-17
1
-0
/
+317
We don't have completion-related PRs in flight, so lets do it