aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_completion/src/context.rs
Commit message (Expand)AuthorAgeFilesLines
* internal: rename hypothetical -> speculativeAleksey Kladov2021-05-241-10/+10
* Get rid of field_type againFlorian Diebold2021-05-231-4/+3
* Infer correct expected type in closureFlorian Diebold2021-05-231-1/+8
* Infer correct expected type for generic struct fieldsFlorian Diebold2021-05-231-16/+16
* Record method call substs and use them in call infoFlorian Diebold2021-05-231-0/+60
* Add `=` to pattern recoveryLukas Wirth2021-05-081-1/+22
* Small macro fixKirill Bulatov2021-05-061-1/+1
* internal: use API stabilized in 1.52Aleksey Kladov2021-05-061-1/+1
* Make CompletionContext expected_type smarterLukas Tobias Wirth2021-05-031-95/+113
* internal: normalize nameAleksey Kladov2021-04-301-2/+2
* Add `'` to trigger_characters, allowing more direct lifetime completionsLukas Wirth2021-03-211-1/+5
* Fix incorrect scoping in while expressionsLukas Wirth2021-03-211-13/+11
* Add label completionLukas Wirth2021-03-211-6/+22
* Merge #8124bors[bot]2021-03-201-3/+31
|\
| * Add basic lifetime completionLukas Wirth2021-03-201-3/+31
* | Don't use an untyped String for ActiveParam trackingLukas Wirth2021-03-201-16/+22
|/
* Merge #8051bors[bot]2021-03-161-3/+3
|\
| * Fix more unused wariable warningsLaurențiu Nicola2021-03-161-3/+3
* | Upgrade rowanAleksey Kladov2021-03-161-6/+9
|/
* Drop non-working markLaurențiu Nicola2021-03-151-2/+0
* update algorithm for determining expected type of completionJosh Mcguigan2021-03-151-14/+283
* Use upstream cov-markLaurențiu Nicola2021-03-081-2/+2
* rename completion -> ide_completionAleksey Kladov2021-02-171-0/+537