aboutsummaryrefslogtreecommitdiff
path: root/crates/assists/src/handlers/infer_function_return_type.rs
Commit message (Expand)AuthorAgeFilesLines
* 7526: Rename crate assists to ide_assists.Chetan Khilosiya2021-02-221-345/+0
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-16/+16
* Rename expr -> tail_exprAleksey Kladov2021-01-051-2/+2
* Don't call a closure function in infer_function_return_type labelLukas Wirth2020-11-171-8/+16
* Adjust test-texts in infer_function_return_typeLukas Wirth2020-11-061-78/+78
* Enable infer_function_return_type in return-type positionLukas Wirth2020-11-061-29/+129
* Wrap non-block expressions in closures with a blockLukas Wirth2020-11-061-12/+31
* Ignore unit expressions in infer_function_return_type assistLukas Wirth2020-11-061-3/+13
* Support closures in infer_function_return_type assistLukas Wirth2020-11-061-19/+114
* Add infer_function_return_type assistLukas Wirth2020-11-061-0/+113