aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/syntax_highlighting/tests.rs
Commit message (Expand)AuthorAgeFilesLines
* Add static semantic token modifier for associated functions with no &selfAnatol Liu2020-11-051-0/+28
* Merge #6379bors[bot]2020-10-271-0/+6
|\
| * Highlight never type as BuiltinTypeLukas Wirth2020-10-261-0/+6
* | Add test to avoid regressionGrayJack2020-10-261-0/+6
|/
* Fix unary minus highlightingLukas Wirth2020-10-251-0/+3
* Add tests for callable modifierGrayJack2020-10-211-0/+19
* Skip macro matcher fragment name semantic highlightingLukas Wirth2020-10-101-0/+4
* rename mock_analysis -> fixtureAleksey Kladov2020-10-021-5/+5
* Get rid of MockAnalysisAleksey Kladov2020-10-021-3/+3
* Cleanup unintended unresolved reference in syntax higlighting testPaul Daniel Faria2020-09-241-3/+3
* Add consuming modifier to lvalues that are passed by value and not CopyPaul Daniel Faria2020-09-061-6/+7
* :arrow_up: expect-testAleksey Kladov2020-08-281-7/+7
* Switch to expect_test from crates.ioAleksey Kladov2020-08-211-1/+1
* Add new method to Semantics, method_receiver_kind, which returns the kind of ...Paul Daniel Faria2020-08-161-0/+30
* Mark mutating functions with `mutable` modifier, and owning functions with `c...Paul Daniel Faria2020-08-161-0/+9
* Rename ra_ide -> ideAleksey Kladov2020-08-131-0/+445