Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better highlight for fixtures | Aleksey Kladov | 2021-01-09 | 2 | -2/+6 |
* | Simplify | Aleksey Kladov | 2021-01-09 | 1 | -51/+27 |
* | Better names | Aleksey Kladov | 2021-01-09 | 2 | -15/+16 |
* | Reduce duplication | Aleksey Kladov | 2021-01-09 | 1 | -7/+5 |
* | Shorten names | Aleksey Kladov | 2021-01-09 | 4 | -55/+38 |
* | Shorten frequent names | Aleksey Kladov | 2021-01-09 | 5 | -81/+81 |
* | Rename dummy -> none | Aleksey Kladov | 2021-01-09 | 3 | -15/+15 |
* | Simplify highlighting infra | Aleksey Kladov | 2021-01-08 | 8 | -88/+260 |
* | Better fixture highlight | Aleksey Kladov | 2021-01-07 | 3 | -4/+119 |
* | Formatting. | Mara Bos | 2021-01-01 | 1 | -2/+11 |
* | Add support for Rust 2021. | Mara Bos | 2021-01-01 | 1 | -1/+1 |
* | Add ConstParams to the ide layer | Lukas Wirth | 2021-01-01 | 3 | -0/+9 |
* | Support labels in reference search | Lukas Wirth | 2020-12-24 | 11 | -0/+20 |
* | Make sure that HighlightModifier::ALL is synchronized with enum | Aleksey Kladov | 2020-12-19 | 6 | -36/+39 |
* | Clarify the meaning of no-op highlight tag | Aleksey Kladov | 2020-12-19 | 3 | -14/+13 |
* | Use more Rustic highlighting specifiers | Aleksey Kladov | 2020-12-19 | 6 | -35/+40 |
* | Deduplicate highlight tags and symbol kinds | Aleksey Kladov | 2020-12-18 | 2 | -45/+37 |
* | Make macro def krate mandatory | Jonas Schievink | 2020-12-15 | 2 | -1/+7 |
* | 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 | 6 | -32/+34 |
* | 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 | 2 | -0/+4 |
* | Merge #6472 | bors[bot] | 2020-11-09 | 5 | -2/+90 |
|\ | |||||
| * | Add static semantic token modifier for associated functions with no &self | Anatol Liu | 2020-11-05 | 5 | -2/+90 |
* | | . is an operator | Aleksey Kladov | 2020-11-09 | 4 | -27/+27 |
* | | Simplify | Aleksey Kladov | 2020-11-06 | 1 | -1/+0 |
* | | Kill RAW_ literals | Aleksey Kladov | 2020-11-06 | 2 | -4/+2 |
|/ | |||||
* | Merge #6379 | bors[bot] | 2020-10-27 | 2 | -0/+12 |
|\ | |||||
| * | Highlight never type as BuiltinType | Lukas Wirth | 2020-10-26 | 2 | -0/+12 |
* | | Fix test | GrayJack | 2020-10-26 | 1 | -158/+158 |
* | | Add test to avoid regression | GrayJack | 2020-10-26 | 2 | -153/+165 |
|/ | |||||
* | Fix unary minus highlighting | Lukas Wirth | 2020-10-25 | 2 | -0/+6 |
* | Re-export base_db from ide_db | Igor Aleksanov | 2020-10-24 | 1 | -1/+1 |
* | Make call_info a part of ide_db | Igor Aleksanov | 2020-10-24 | 1 | -1/+1 |
* | Merge #6251 #6310 | bors[bot] | 2020-10-23 | 3 | -0/+41 |
|\ | |||||
| * | Add tests for callable modifier | GrayJack | 2020-10-21 | 2 | -0/+38 |
| * | Add HighlightModifier::Callable and add it for locals | GrayJack | 2020-10-16 | 1 | -0/+3 |
* | | Extract call_info and completion into separate crates | Igor Aleksanov | 2020-10-18 | 1 | -4/+2 |
|/ | |||||
* | Default::default the highlighters | Lukas Wirth | 2020-10-14 | 2 | -15/+4 |
* | Factor macro_rules! highlighting out | Lukas Wirth | 2020-10-14 | 1 | -0/+136 |
* | Factor format string highlighting out | Lukas Wirth | 2020-10-14 | 1 | -0/+82 |
* | Merge #6198 | bors[bot] | 2020-10-12 | 3 | -1/+9 |
|\ | |||||
| * | Skip macro matcher fragment name semantic highlighting | Lukas Wirth | 2020-10-10 | 3 | -1/+9 |
* | | Fix `mut self` not emitting mutable binding on `self` use | Lukas Wirth | 2020-10-11 | 1 | -1/+1 |
|/ | |||||
* | rename mock_analysis -> fixture | Aleksey Kladov | 2020-10-02 | 1 | -5/+5 |
* | Get rid of MockAnalysis | Aleksey Kladov | 2020-10-02 | 1 | -3/+3 |
* | Cleanup unintended unresolved reference in syntax higlighting test | Paul Daniel Faria | 2020-09-24 | 2 | -6/+6 |
* | 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 | 2 | -12/+14 |
* | :arrow_up: expect-test | Aleksey Kladov | 2020-08-28 | 8 | -7/+611 |