about summary refs log tree commit diff
path: root/crates/ide/src/syntax_highlighting
AgeCommit message (Expand)AuthorLines
2020-10-23Merge #6251 #6310bors[bot]-0/+41
2020-10-21Add tests for callable modifierGrayJack-0/+38
2020-10-18Extract call_info and completion into separate cratesIgor Aleksanov-4/+2
2020-10-16Add HighlightModifier::Callable and add it for localsGrayJack-0/+3
2020-10-14Default::default the highlightersLukas Wirth-15/+4
2020-10-14Factor macro_rules! highlighting outLukas Wirth-0/+136
2020-10-14Factor format string highlighting outLukas Wirth-0/+82
2020-10-12Merge #6198bors[bot]-1/+9
2020-10-11Fix `mut self` not emitting mutable binding on `self` useLukas Wirth-1/+1
2020-10-10Skip macro matcher fragment name semantic highlightingLukas Wirth-1/+9
2020-10-02rename mock_analysis -> fixtureAleksey Kladov-5/+5
2020-10-02Get rid of MockAnalysisAleksey Kladov-3/+3
2020-09-24Cleanup unintended unresolved reference in syntax higlighting testPaul Daniel Faria-6/+6
2020-09-06Fix handling of consuming self, refactor shared logic into a single functionPaul Daniel Faria-1/+1
2020-09-06Add consuming modifier to lvalues that are passed by value and not CopyPaul Daniel Faria-12/+14
2020-08-28:arrow_up: expect-testAleksey Kladov-7/+611
2020-08-27MinorAleksey Kladov-1/+2
2020-08-21Switch to expect_test from crates.ioAleksey Kladov-1/+1
2020-08-16Add new method to Semantics, method_receiver_kind, which returns the kind of ...Paul Daniel Faria-0/+30
2020-08-16Mark mutating functions with `mutable` modifier, and owning functions with `c...Paul Daniel Faria-0/+9
2020-08-16Add new HighlightModifier variant, ConsumingPaul Daniel Faria-0/+3
2020-08-13Rename ra_ide -> ideAleksey Kladov-0/+932