aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_completion/src/completions/pattern.rs
Commit message (Expand)AuthorAgeFilesLines
* Move out completion pattern testsLukas Wirth2021-06-211-395/+0
* Move test_utils into tests moduleLukas Wirth2021-06-161-3/+3
* Start refactoring ide_completion testsLukas Wirth2021-06-161-1/+1
* fix: don't complete derive macros as fn-like macrosJonas Schievink2021-06-081-1/+23
* Use `Name`s instead of Strings in the completion rendering apiLukas Wirth2021-05-311-1/+1
* Set `record_pat_syntax` more precisely in CompletionContextLukas Wirth2021-05-261-8/+32
* Merge pattern completion related bools into an enumLukas Wirth2021-05-261-6/+7
* simplifyLukas Tobias Wirth2021-05-051-2/+4
* Rename target_ty to self_tyLukas Wirth2021-03-291-1/+1
* Add basic lifetime completionLukas Wirth2021-03-201-1/+1
* don't clone types that are copy (clippy::clone_on_copy)Matthias Krüger2021-03-171-2/+2
* unqualfied_path completions aren't responsible for pattern completionsLukas Wirth2021-03-151-15/+101
* rename completion -> ide_completionAleksey Kladov2021-02-171-0/+317