aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_completion/src/completions/postfix.rs
Commit message (Collapse)AuthorAgeFilesLines
* minor: use minicoreAleksey Kladov2021-06-181-6/+3
|
* minor: use minicoreAleksey Kladov2021-06-181-12/+6
|
* Move test_utils into tests moduleLukas Wirth2021-06-161-2/+2
|
* clippy::redudant_borrowMaan20032021-06-131-10/+10
|
* Simplify CompletionContext by introducing a path CallKind enumLukas Wirth2021-06-061-1/+1
|
* Add MethodCall and FieldAccess variants to ImmediateLocationLukas Wirth2021-06-021-7/+10
|
* simplifyLukas Tobias Wirth2021-05-051-4/+1
|
* Unify namingAleksey Kladov2021-03-121-5/+3
|
* use references in CompletionItem's builderyonip232021-03-111-0/+1
|
* Fix formatDuong Do Minh Chau2021-03-091-9/+2
|
* Add trailing commasDuong Do Minh Chau2021-03-091-2/+2
|
* Update the test to match the changeDuong Do Minh Chau2021-03-091-0/+4
|
* Add completion to turn x.err into Err(x)Duong Do Minh Chau2021-03-091-2/+19
|
* rename completion -> ide_completionAleksey Kladov2021-02-171-0/+565
We don't have completion-related PRs in flight, so lets do it