aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_completion/src/completions/lifetime.rs
Commit message (Expand)AuthorAgeFilesLines
* Less filtering in completion testsLukas Wirth2021-06-171-11/+3
* Move test_utils into tests moduleLukas Wirth2021-06-161-2/+3
* Use `Name`s instead of Strings in the completion rendering apiLukas Wirth2021-05-311-4/+3
* simplifyLukas Wirth2021-05-271-3/+8
* Add `'` to trigger_characters, allowing more direct lifetime completionsLukas Wirth2021-03-211-0/+31
* Fix incorrect scoping in while expressionsLukas Wirth2021-03-211-0/+29
* Add label completionLukas Wirth2021-03-211-1/+76
* Add basic lifetime completionLukas Wirth2021-03-201-0/+181