aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/syntax_highlighting.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Factor format string highlighting outLukas Wirth2020-10-141-75/+8
* Skip macro matcher fragment name semantic highlightingLukas Wirth2020-10-101-3/+115
* Fix handling of consuming self, refactor shared logic into a single functionPaul Daniel Faria2020-09-061-29/+33
* Add consuming modifier to lvalues that are passed by value and not CopyPaul Daniel Faria2020-09-061-2/+39
* Merge #5823bors[bot]2020-08-221-6/+0
|\
| * Don't underline function definition if self is &mutAleksey Kladov2020-08-191-6/+0
* | :arrow_up: ungrammarAleksey Kladov2020-08-211-1/+2
|/
* Remove dead codeAleksey Kladov2020-08-191-25/+15
* Apply couple of rule of thumbs to simplify highlighting codeAleksey Kladov2020-08-191-19/+16
* Inline trivial functionAleksey Kladov2020-08-191-8/+6
* SimplifyAleksey Kladov2020-08-191-9/+4
* MinorAleksey Kladov2020-08-191-2/+1
* Minor cleanupsAleksey Kladov2020-08-191-1/+1
* Better nameAleksey Kladov2020-08-191-4/+4
* Better API factoring around self access modesAleksey Kladov2020-08-191-10/+16
* Add SelfParam to code_modelAleksey Kladov2020-08-191-12/+8
* Add new method to Semantics, method_receiver_kind, which returns the kind of ...Paul Daniel Faria2020-08-161-65/+74
* Mark mutating functions with `mutable` modifier, and owning functions with `c...Paul Daniel Faria2020-08-161-10/+32
* Rename ra_ide -> ideAleksey Kladov2020-08-131-0/+872