aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/test_data/highlight_unsafe.html
Commit message (Expand)AuthorAgeFilesLines
* Rename ra_ide -> ideAleksey Kladov2020-08-131-99/+0
* Fix type names broken by rebase, redo expected test because of rebasePaul Daniel Faria2020-08-101-2/+28
* Move semantic logic into Semantics, fix missing tag for safe amp operator, us...Paul Daniel Faria2020-08-101-2/+2
* Fix rebase errorsPaul Daniel Faria2020-08-101-2/+3
* Merge #5684bors[bot]2020-08-081-0/+11
|\
| * Apply unsafe semantic highlighting to union field accessPaul Daniel Faria2020-08-081-3/+3
| * Add support for unions in inference and loweringPaul Daniel Faria2020-08-081-4/+4
| * Add test for unsafe union field access highlightingPaul Daniel Faria2020-08-071-0/+11
* | Mark static mutable names as unsafePaul Daniel Faria2020-08-071-2/+2
* | Add test for accessing static mutPaul Daniel Faria2020-08-071-0/+7
|/
* Assingment semantic highlightGrayJack2020-07-201-3/+3
* Handle semantic highlight when STAR is part of the `*{const, mut}`GrayJack2020-07-201-3/+3
* Add new `Punctuation` highlight tagLeander Tentrup2020-07-151-14/+14
* Highlight punctuation as `HighlightTag::Operator`Leander Tentrup2020-07-151-14/+14
* Use dedicated semantic highlight tag for parametersAleksey Kladov2020-07-111-2/+3
* Move test data to test_data directoryAleksey Kladov2020-07-011-0/+53