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.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Skip macro matcher fragment name semantic highlighting
Lukas Wirth
2020-10-10
1
-3
/
+115
*
Fix handling of consuming self, refactor shared logic into a single function
Paul Daniel Faria
2020-09-06
1
-29
/
+33
*
Add consuming modifier to lvalues that are passed by value and not Copy
Paul Daniel Faria
2020-09-06
1
-2
/
+39
*
Merge #5823
bors[bot]
2020-08-22
1
-6
/
+0
|
\
|
*
Don't underline function definition if self is &mut
Aleksey Kladov
2020-08-19
1
-6
/
+0
*
|
:arrow_up: ungrammar
Aleksey Kladov
2020-08-21
1
-1
/
+2
|
/
*
Remove dead code
Aleksey Kladov
2020-08-19
1
-25
/
+15
*
Apply couple of rule of thumbs to simplify highlighting code
Aleksey Kladov
2020-08-19
1
-19
/
+16
*
Inline trivial function
Aleksey Kladov
2020-08-19
1
-8
/
+6
*
Simplify
Aleksey Kladov
2020-08-19
1
-9
/
+4
*
Minor
Aleksey Kladov
2020-08-19
1
-2
/
+1
*
Minor cleanups
Aleksey Kladov
2020-08-19
1
-1
/
+1
*
Better name
Aleksey Kladov
2020-08-19
1
-4
/
+4
*
Better API factoring around self access modes
Aleksey Kladov
2020-08-19
1
-10
/
+16
*
Add SelfParam to code_model
Aleksey Kladov
2020-08-19
1
-12
/
+8
*
Add new method to Semantics, method_receiver_kind, which returns the kind of ...
Paul Daniel Faria
2020-08-16
1
-65
/
+74
*
Mark mutating functions with `mutable` modifier, and owning functions with `c...
Paul Daniel Faria
2020-08-16
1
-10
/
+32
*
Rename ra_ide -> ide
Aleksey Kladov
2020-08-13
1
-0
/
+872
[prev]