Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #5684 | bors[bot] | 2020-08-08 | 1 | -0/+11 |
|\ | |||||
| * | Apply unsafe semantic highlighting to union field access | Paul Daniel Faria | 2020-08-08 | 1 | -3/+3 |
| * | Add support for unions in inference and lowering | Paul Daniel Faria | 2020-08-08 | 1 | -4/+4 |
| * | Add test for unsafe union field access highlighting | Paul Daniel Faria | 2020-08-07 | 1 | -0/+11 |
* | | Mark static mutable names as unsafe | Paul Daniel Faria | 2020-08-07 | 1 | -2/+2 |
* | | Add test for accessing static mut | Paul Daniel Faria | 2020-08-07 | 1 | -0/+7 |
|/ | |||||
* | Assingment semantic highlight | GrayJack | 2020-07-20 | 1 | -3/+3 |
* | Handle semantic highlight when STAR is part of the `*{const, mut}` | GrayJack | 2020-07-20 | 1 | -3/+3 |
* | Add new `Punctuation` highlight tag | Leander Tentrup | 2020-07-15 | 1 | -14/+14 |
* | Highlight punctuation as `HighlightTag::Operator` | Leander Tentrup | 2020-07-15 | 1 | -14/+14 |
* | Use dedicated semantic highlight tag for parameters | Aleksey Kladov | 2020-07-11 | 1 | -2/+3 |
* | Move test data to test_data directory | Aleksey Kladov | 2020-07-01 | 1 | -0/+53 |