| Commit message (Expand) | Author | Age | Files | Lines |
* | Classify function calls as functions when shadowed by types | Lukas Wirth | 2021-01-28 | 1 | -0/+4 |
* | Handle self/super/crate in PathSegment as NameRef | Lukas Wirth | 2021-01-15 | 4 | -16/+16 |
* | Fix typo, parentheses is plural | Laurențiu Nicola | 2021-01-10 | 8 | -132/+132 |
* | Split punctuation semantic highlighting up into more tags | Lukas Wirth | 2021-01-10 | 9 | -297/+297 |
* | Better highlight for fixtures | Aleksey Kladov | 2021-01-09 | 1 | -2/+2 |
* | Rename dummy -> none | Aleksey Kladov | 2021-01-09 | 1 | -10/+10 |
* | Simplify highlighting infra | Aleksey Kladov | 2021-01-08 | 1 | -13/+18 |
* | Better fixture highlight | Aleksey Kladov | 2021-01-07 | 1 | -0/+48 |
* | Add ConstParams to the ide layer | Lukas Wirth | 2021-01-01 | 1 | -0/+4 |
* | Support labels in reference search | Lukas Wirth | 2020-12-24 | 8 | -0/+13 |
* | Make sure that HighlightModifier::ALL is synchronized with enum | Aleksey Kladov | 2020-12-19 | 5 | -33/+33 |
* | Clarify the meaning of no-op highlight tag | Aleksey Kladov | 2020-12-19 | 1 | -9/+9 |
* | Use more Rustic highlighting specifiers | Aleksey Kladov | 2020-12-19 | 5 | -32/+32 |
* | Make macro def krate mandatory | Jonas Schievink | 2020-12-15 | 1 | -1/+4 |
* | Move to upstream `macro_rules!` model | Jonas Schievink | 2020-12-15 | 3 | -7/+7 |
* | Use METHOD semantic token type | Laurențiu Nicola | 2020-12-04 | 5 | -32/+32 |
* | Add attribute highlight modifier to all tokens inside attributes | Lukas Wirth | 2020-11-21 | 3 | -7/+7 |
* | format string highlighting: handle hex + debug type specifier | Roland Ruckerbauer | 2020-11-15 | 1 | -0/+2 |
* | Merge #6472 | bors[bot] | 2020-11-09 | 3 | -2/+58 |
|\ |
|
| * | Add static semantic token modifier for associated functions with no &self | Anatol Liu | 2020-11-05 | 3 | -2/+58 |
* | | . is an operator | Aleksey Kladov | 2020-11-09 | 4 | -27/+27 |
|/ |
|
* | Merge #6379 | bors[bot] | 2020-10-27 | 1 | -0/+6 |
|\ |
|
| * | Highlight never type as BuiltinType | Lukas Wirth | 2020-10-26 | 1 | -0/+6 |
* | | Fix test | GrayJack | 2020-10-26 | 1 | -158/+158 |
* | | Add test to avoid regression | GrayJack | 2020-10-26 | 1 | -153/+159 |
|/ |
|
* | Fix unary minus highlighting | Lukas Wirth | 2020-10-25 | 1 | -0/+3 |
* | Add tests for callable modifier | GrayJack | 2020-10-21 | 1 | -0/+19 |
* | Merge #6198 | bors[bot] | 2020-10-12 | 2 | -1/+5 |
|\ |
|
| * | Skip macro matcher fragment name semantic highlighting | Lukas Wirth | 2020-10-10 | 2 | -1/+5 |
* | | Fix `mut self` not emitting mutable binding on `self` use | Lukas Wirth | 2020-10-11 | 1 | -1/+1 |
|/ |
|
* | Cleanup unintended unresolved reference in syntax higlighting test | Paul Daniel Faria | 2020-09-24 | 1 | -3/+3 |
* | Fix handling of consuming self, refactor shared logic into a single function | Paul Daniel Faria | 2020-09-06 | 1 | -1/+1 |
* | Add consuming modifier to lvalues that are passed by value and not Copy | Paul Daniel Faria | 2020-09-06 | 1 | -6/+7 |
* | :arrow_up: expect-test | Aleksey Kladov | 2020-08-28 | 7 | -0/+604 |