aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/test_data
Commit message (Collapse)AuthorAgeFilesLines
* Don't underline function definition if self is &mutAleksey Kladov2020-08-191-2/+2
| | | | | The self is right there, and is already underlined, so it makes little sense to emit even more underlines.
* 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