aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/test_data
Commit message (Collapse)AuthorAgeFilesLines
* Add new method to Semantics, method_receiver_kind, which returns the kind of ↵Paul Daniel Faria2020-08-161-2/+32
| | | | | | | self The options are Shared, Mutable, Consuming, and Copied. Use this to add proper highlighting to methods based on usage.
* Mark mutating functions with `mutable` modifier, and owning functions with ↵Paul Daniel Faria2020-08-161-3/+12
| | | | `consuming`.
* Rename ra_ide -> ideAleksey Kladov2020-08-137-0/+565