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
/
test_data
Commit message (
Expand
)
Author
Age
Files
Lines
*
Highlight unsafe trait refs as unsafe only in impl blocks and definitions
Lukas Wirth
2021-06-15
9
-0
/
+14
*
Highlight tuple field accesses correctly
Lukas Wirth
2021-06-11
1
-2
/
+2
*
Don't descend MacroCall TokenTree delimiters
Lukas Wirth
2021-06-09
1
-0
/
+5
*
Fix bug where library functions were not highlighted as such
Aramis Razzaghipour
2021-05-26
1
-1
/
+1
*
Rename ‘foreign’ semantic token modifier to ‘library’
Aramis Razzaghipour
2021-05-24
1
-5
/
+5
*
Add testing of foreign item highlighting
Aramis Razzaghipour
2021-05-24
1
-1
/
+17
*
Give ‘unsafe’ semantic token modifier to unsafe traits
Aramis Razzaghipour
2021-05-23
1
-1
/
+4
*
Merge #8853
bors[bot]
2021-05-16
1
-2
/
+2
|
\
|
*
Tag Self in impls as a TypeAlias
Lukas Wirth
2021-05-16
1
-2
/
+2
*
|
Attach comments to ast::Impl
Lukas Wirth
2021-05-15
1
-1
/
+13
|
/
*
Address comments
hi-rustin
2021-05-14
1
-0
/
+11
*
Fix block comment intra doc link injection ranges
Lukas Tobias Wirth
2021-05-04
1
-0
/
+2
*
Added mutable semantic token modifier for &mut self methods
Bastian Kersting
2021-04-26
1
-2
/
+2
*
Sort HlMod variants and ALL const
Lukas Wirth
2021-04-23
5
-32
/
+32
*
8279: Fix the not operator use and test case fix.
Chetan Khilosiya
2021-04-08
2
-2
/
+2
*
Merge #8245
bors[bot]
2021-04-05
1
-1
/
+9
|
\
|
*
Implement basic Documentation source to syntax range mapping
Lukas Wirth
2021-03-30
1
-1
/
+9
*
|
Revert "8024: Added test case for highlighting trait items."
Chetan Khilosiya
2021-03-30
1
-67
/
+0
*
|
8024: Added test case for highlighting trait items.
Chetan Khilosiya
2021-03-30
1
-0
/
+67
*
|
8024: Updated the implementation for trait modifier.
Chetan Khilosiya
2021-03-30
4
-10
/
+10
|
/
*
Unleash macro 2.0 in hightlight and more
Edwin Cheng
2021-03-27
1
-1
/
+11
*
Use a highlight modifier for intra doc links
Lukas Wirth
2021-03-18
9
-11
/
+11
*
Semantic highlight intradoclinks in documentation
Lukas Wirth
2021-03-17
9
-0
/
+14
*
Inject highlight into block doc comments
Lukas Wirth
2021-03-17
1
-2
/
+18
*
Properly handle doc attributes in doc-comment highlight injection
Lukas Wirth
2021-03-16
1
-1
/
+17
*
Classify function calls as functions when shadowed by types
Lukas Wirth
2021-01-28
1
-0
/
+4
*
Handle self/super/crate in PathSegment as NameRef
Lukas Wirth
2021-01-15
4
-16
/
+16
*
Fix typo, parentheses is plural
Laurențiu Nicola
2021-01-10
8
-132
/
+132
*
Split punctuation semantic highlighting up into more tags
Lukas Wirth
2021-01-10
9
-297
/
+297
*
Better highlight for fixtures
Aleksey Kladov
2021-01-09
1
-2
/
+2
*
Rename dummy -> none
Aleksey Kladov
2021-01-09
1
-10
/
+10
*
Simplify highlighting infra
Aleksey Kladov
2021-01-08
1
-13
/
+18
*
Better fixture highlight
Aleksey Kladov
2021-01-07
1
-0
/
+48
*
Add ConstParams to the ide layer
Lukas Wirth
2021-01-01
1
-0
/
+4
*
Support labels in reference search
Lukas Wirth
2020-12-24
8
-0
/
+13
*
Make sure that HighlightModifier::ALL is synchronized with enum
Aleksey Kladov
2020-12-19
5
-33
/
+33
*
Clarify the meaning of no-op highlight tag
Aleksey Kladov
2020-12-19
1
-9
/
+9
*
Use more Rustic highlighting specifiers
Aleksey Kladov
2020-12-19
5
-32
/
+32
*
Make macro def krate mandatory
Jonas Schievink
2020-12-15
1
-1
/
+4
*
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
5
-32
/
+32
*
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
1
-0
/
+2
*
Merge #6472
bors[bot]
2020-11-09
3
-2
/
+58
|
\
|
*
Add static semantic token modifier for associated functions with no &self
Anatol Liu
2020-11-05
3
-2
/
+58
*
|
. is an operator
Aleksey Kladov
2020-11-09
4
-27
/
+27
|
/
*
Merge #6379
bors[bot]
2020-10-27
1
-0
/
+6
|
\
|
*
Highlight never type as BuiltinType
Lukas Wirth
2020-10-26
1
-0
/
+6
*
|
Fix test
GrayJack
2020-10-26
1
-158
/
+158
*
|
Add test to avoid regression
GrayJack
2020-10-26
1
-153
/
+159
|
/
[next]