index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
ide
/
src
/
syntax_highlighting
/
highlight.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug where library functions were not highlighted as such
Aramis Razzaghipour
2021-05-26
1
-6
/
+17
*
Refactor application of `library` semantic token modifier
Aramis Razzaghipour
2021-05-25
1
-62
/
+15
*
Remove superfluous early-returns
Aramis Razzaghipour
2021-05-24
1
-18
/
+22
*
Rename ‘foreign’ semantic token modifier to ‘library’
Aramis Razzaghipour
2021-05-24
1
-10
/
+10
*
Highlight foreign modules as such
Aramis Razzaghipour
2021-05-24
1
-1
/
+9
*
Remove hir krate methods
Aramis Razzaghipour
2021-05-24
1
-9
/
+9
*
Add highlighting of items from other crates
Aramis Razzaghipour
2021-05-24
1
-12
/
+77
*
Give ‘unsafe’ semantic token modifier to unsafe traits
Aramis Razzaghipour
2021-05-23
1
-1
/
+8
*
Address comments
hi-rustin
2021-05-14
1
-3
/
+3
*
Apply async semantic token modifier to async/await keywords
hi-rustin
2021-05-14
1
-0
/
+7
*
Fixed formatting
Bastian Kersting
2021-04-26
1
-1
/
+1
*
Added mutable semantic token modifier for &mut self methods
Bastian Kersting
2021-04-26
1
-2
/
+7
*
Simplify highlight token match guards
Lukas Wirth
2021-04-23
1
-102
/
+74
*
Tag `yield` and `await` as ControlFlow in semantic highlighting
Lukas Wirth
2021-04-23
1
-2
/
+4
*
Fix typo: comparision -> comparison
Adrian Stanciu
2021-04-19
1
-1
/
+1
*
Merge #8354
bors[bot]
2021-04-13
1
-12
/
+47
|
\
|
*
8279: Fix the not operator use and test case fix.
Chetan Khilosiya
2021-04-08
1
-8
/
+1
|
*
8279: Added initial implementation for
Chetan Khilosiya
2021-04-08
1
-12
/
+54
*
|
8024: Added the trait modifier for assoc types.
Chetan Khilosiya
2021-04-08
1
-2
/
+12
|
/
*
8024: Fix for function name change.
Chetan Khilosiya
2021-03-30
1
-2
/
+2
*
8024: Updated the implementation for trait modifier.
Chetan Khilosiya
2021-03-30
1
-9
/
+19
*
8024: Added the trait modifier for methods
Chetan Khilosiya
2021-03-30
1
-1
/
+18
*
Show whether a binding is mutable or not on hover
Lukas Wirth
2021-03-09
1
-2
/
+3
*
Move SymbolKind to ide_db
Lukas Wirth
2021-01-20
1
-2
/
+2
*
Wrap remaining self/super/crate in Name{Ref}
Lukas Wirth
2021-01-15
1
-13
/
+9
*
Handle self/super/crate in PathSegment as NameRef
Lukas Wirth
2021-01-15
1
-28
/
+11
*
Merge #6238
bors[bot]
2021-01-10
1
-3
/
+14
|
\
|
*
Split punctuation semantic highlighting up into more tags
Lukas Wirth
2021-01-10
1
-3
/
+14
*
|
Use hir::GenericParam in ide_db::Definition instead of relisting all 3
Lukas Wirth
2021-01-10
1
-3
/
+5
|
/
*
Refactor highlighting
Aleksey Kladov
2021-01-09
1
-0
/
+517