index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
ide
/
src
/
syntax_highlighting
Age
Commit message (
Expand
)
Author
Lines
2020-10-23
Merge #6251 #6310
bors[bot]
-0
/
+41
2020-10-21
Add tests for callable modifier
GrayJack
-0
/
+38
2020-10-18
Extract call_info and completion into separate crates
Igor Aleksanov
-4
/
+2
2020-10-16
Add HighlightModifier::Callable and add it for locals
GrayJack
-0
/
+3
2020-10-14
Default::default the highlighters
Lukas Wirth
-15
/
+4
2020-10-14
Factor macro_rules! highlighting out
Lukas Wirth
-0
/
+136
2020-10-14
Factor format string highlighting out
Lukas Wirth
-0
/
+82
2020-10-12
Merge #6198
bors[bot]
-1
/
+9
2020-10-11
Fix `mut self` not emitting mutable binding on `self` use
Lukas Wirth
-1
/
+1
2020-10-10
Skip macro matcher fragment name semantic highlighting
Lukas Wirth
-1
/
+9
2020-10-02
rename mock_analysis -> fixture
Aleksey Kladov
-5
/
+5
2020-10-02
Get rid of MockAnalysis
Aleksey Kladov
-3
/
+3
2020-09-24
Cleanup unintended unresolved reference in syntax higlighting test
Paul Daniel Faria
-6
/
+6
2020-09-06
Fix handling of consuming self, refactor shared logic into a single function
Paul Daniel Faria
-1
/
+1
2020-09-06
Add consuming modifier to lvalues that are passed by value and not Copy
Paul Daniel Faria
-12
/
+14
2020-08-28
:arrow_up: expect-test
Aleksey Kladov
-7
/
+611
2020-08-27
Minor
Aleksey Kladov
-1
/
+2
2020-08-21
Switch to expect_test from crates.io
Aleksey Kladov
-1
/
+1
2020-08-16
Add new method to Semantics, method_receiver_kind, which returns the kind of ...
Paul Daniel Faria
-0
/
+30
2020-08-16
Mark mutating functions with `mutable` modifier, and owning functions with `c...
Paul Daniel Faria
-0
/
+9
2020-08-16
Add new HighlightModifier variant, Consuming
Paul Daniel Faria
-0
/
+3
2020-08-13
Rename ra_ide -> ide
Aleksey Kladov
-0
/
+932
[prev]