aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/syntax_highlighting.rs
Commit message (Expand)AuthorAgeFilesLines
* Add static semantic token modifier for associated functions with no &selfAnatol Liu2020-11-051-0/+15
* Remove more unreachable pubsAleksey Kladov2020-11-021-4/+5
* Highlight never type as BuiltinTypeLukas Wirth2020-10-261-0/+3
* Fix unary minus highlightingLukas Wirth2020-10-251-1/+8
* Add Callable modifier for variables that implements FnonceGrayJack2020-10-161-1/+1
* Add HighlightModifier::Callable and add it for localsGrayJack2020-10-161-0/+3
* More idiomatic classification APIAleksey Kladov2020-10-151-3/+3
* More clarificationsAleksey Kladov2020-10-151-2/+2
* Unconfuse expression and pattern field init shorthandsAleksey Kladov2020-10-151-1/+1
* Default::default the highlightersLukas Wirth2020-10-141-3/+3
* Factor macro_rules! highlighting outLukas Wirth2020-10-141-117/+18
* 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