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
/
tests.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Highlight unsafe trait refs as unsafe only in impl blocks and definitions
Lukas Wirth
2021-06-15
1
-0
/
+5
*
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
/
+7
*
Add testing of foreign item highlighting
Aramis Razzaghipour
2021-05-24
1
-0
/
+38
*
Give ‘unsafe’ semantic token modifier to unsafe traits
Aramis Razzaghipour
2021-05-23
1
-0
/
+3
*
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
-0
/
+12
|
/
*
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
*
Check for rust doc code attributes like rustdoc does
Lukas Wirth
2021-04-19
1
-1
/
+1
*
internal: fix flakiness of accidentally quadratic test
Aleksey Kladov
2021-04-13
1
-81
/
+17
*
Fix typo: liner -> linear
Jakub Kądziołka
2021-04-12
1
-1
/
+1
*
Let's try testing for "is not quadratic" condition
Aleksey Kladov
2021-04-10
1
-0
/
+96
*
Implement basic Documentation source to syntax range mapping
Lukas Wirth
2021-03-30
1
-1
/
+9
*
Unleash macro 2.0 in hightlight and more
Edwin Cheng
2021-03-27
1
-0
/
+10
*
Semantic highlight intradoclinks in documentation
Lukas Wirth
2021-03-17
1
-1
/
+6
*
Inject highlight into block doc comments
Lukas Wirth
2021-03-17
1
-1
/
+17
*
Properly handle doc attributes in doc-comment highlight injection
Lukas Wirth
2021-03-16
1
-0
/
+16
*
Add parsing benchmark
Aleksey Kladov
2021-02-09
1
-5
/
+32
*
Infra for "unit" benchmarking
Aleksey Kladov
2021-02-09
1
-10
/
+12
*
Classify function calls as functions when shadowed by types
Lukas Wirth
2021-01-28
1
-0
/
+4
*
Simplify highlighting infra
Aleksey Kladov
2021-01-08
1
-0
/
+5
*
Better fixture highlight
Aleksey Kladov
2021-01-07
1
-0
/
+19
*
Add ConstParams to the ide layer
Lukas Wirth
2021-01-01
1
-0
/
+4
*
Support labels in reference search
Lukas Wirth
2020-12-24
1
-0
/
+5
*
Make macro def krate mandatory
Jonas Schievink
2020-12-15
1
-0
/
+3
*
format string highlighting: handle hex + debug type specifier
Roland Ruckerbauer
2020-11-15
1
-0
/
+2
*
Add static semantic token modifier for associated functions with no &self
Anatol Liu
2020-11-05
1
-0
/
+28
*
Merge #6379
bors[bot]
2020-10-27
1
-0
/
+6
|
\
|
*
Highlight never type as BuiltinType
Lukas Wirth
2020-10-26
1
-0
/
+6
*
|
Add test to avoid regression
GrayJack
2020-10-26
1
-0
/
+6
|
/
*
Fix unary minus highlighting
Lukas Wirth
2020-10-25
1
-0
/
+3
*
Add tests for callable modifier
GrayJack
2020-10-21
1
-0
/
+19
*
Skip macro matcher fragment name semantic highlighting
Lukas Wirth
2020-10-10
1
-0
/
+4
*
rename mock_analysis -> fixture
Aleksey Kladov
2020-10-02
1
-5
/
+5
*
Get rid of MockAnalysis
Aleksey Kladov
2020-10-02
1
-3
/
+3
*
Cleanup unintended unresolved reference in syntax higlighting test
Paul Daniel Faria
2020-09-24
1
-3
/
+3
*
Add consuming modifier to lvalues that are passed by value and not Copy
Paul Daniel Faria
2020-09-06
1
-6
/
+7
*
:arrow_up: expect-test
Aleksey Kladov
2020-08-28
1
-7
/
+7
*
Switch to expect_test from crates.io
Aleksey Kladov
2020-08-21
1
-1
/
+1
*
Add new method to Semantics, method_receiver_kind, which returns the kind of ...
Paul Daniel Faria
2020-08-16
1
-0
/
+30
*
Mark mutating functions with `mutable` modifier, and owning functions with `c...
Paul Daniel Faria
2020-08-16
1
-0
/
+9
*
Rename ra_ide -> ide
Aleksey Kladov
2020-08-13
1
-0
/
+445