Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename ra_ide -> ide | Aleksey Kladov | 2020-08-13 | 1 | -131/+0 |
| | |||||
* | Mark static mutable names as unsafe | Paul Daniel Faria | 2020-08-07 | 1 | -2/+2 |
| | |||||
* | When resolving a rename, fallback to the name higher in the use tree if the ↵ | Paul Daniel Faria | 2020-08-04 | 1 | -1/+1 |
| | | | | path segment is `self` | ||||
* | Add test showing unresolved module rename | Paul Daniel Faria | 2020-08-04 | 1 | -1/+4 |
| | |||||
* | On second thought, we want to preserve the textMate here where all ↵ | GrayJack | 2020-07-21 | 1 | -1/+1 |
| | | | | punctuation that are from a Attr be highlited as Attribute | ||||
* | `#` as Attribute | GrayJack | 2020-07-21 | 1 | -1/+1 |
| | | | | - Issue #5453 | ||||
* | Assingment semantic highlight | GrayJack | 2020-07-20 | 1 | -9/+9 |
| | |||||
* | Handle semantic highlight when STAR is part of the `*{const, mut}` | GrayJack | 2020-07-20 | 1 | -17/+17 |
| | |||||
* | Add new `Punctuation` highlight tag | Leander Tentrup | 2020-07-15 | 1 | -80/+80 |
| | |||||
* | Highlight punctuation as `HighlightTag::Operator` | Leander Tentrup | 2020-07-15 | 1 | -80/+80 |
| | |||||
* | Semantic Highlighting: Emit mutable modifier for 'self' when applicable | Lukas Wirth | 2020-07-13 | 1 | -0/+10 |
| | |||||
* | Use dedicated semantic highlight tag for parameters | Aleksey Kladov | 2020-07-11 | 1 | -4/+5 |
| | | | | closes #5106 | ||||
* | Move test data to test_data directory | Aleksey Kladov | 2020-07-01 | 1 | -0/+117 |