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.rs
Age
Commit message (
Expand
)
Author
Lines
2021-01-09
Refactor highlighting
Aleksey Kladov
-527
/
+33
2021-01-09
Simplify
Aleksey Kladov
-5
/
+3
2021-01-09
Simplify
Aleksey Kladov
-1
/
+1
2021-01-09
Better names
Aleksey Kladov
-8
/
+8
2021-01-09
Shorten names
Aleksey Kladov
-5
/
+5
2021-01-09
Reorder modules
Aleksey Kladov
-2
/
+4
2021-01-09
Shorten frequent names
Aleksey Kladov
-129
/
+110
2021-01-08
Simplify highlighting infra
Aleksey Kladov
-186
/
+8
2021-01-01
Add ConstParams to the ide layer
Lukas Wirth
-0
/
+1
2020-12-24
Support labels in reference search
Lukas Wirth
-4
/
+15
2020-12-20
Align code_model name with ungrammar
Aleksey Kladov
-1
/
+1
2020-12-19
Use more Rustic highlighting specifiers
Aleksey Kladov
-10
/
+21
2020-12-18
Deduplicate highlight tags and symbol kinds
Aleksey Kladov
-47
/
+54
2020-12-16
Lifetime reference search
Lukas Wirth
-0
/
+1
2020-12-15
Move to upstream `macro_rules!` model
Jonas Schievink
-23
/
+29
2020-12-04
Use METHOD semantic token type
Laurențiu Nicola
-5
/
+10
2020-11-21
Add attribute highlight modifier to all tokens inside attributes
Lukas Wirth
-3
/
+16
2020-11-09
Merge #6472
bors[bot]
-1
/
+4
2020-11-09
Add static semantic token modifier for associated functions with no &self
Anatol Liu
-2
/
+2
2020-11-09
. is an operator
Aleksey Kladov
-1
/
+3
2020-11-08
Add static semantic token modifier for associated functions with no &self
Anatol Liu
-1
/
+1
2020-11-06
Kill RAW_ literals
Aleksey Kladov
-9
/
+7
2020-11-04
Add static semantic token modifier for associated functions with no &self
Anatol Liu
-14
/
+2
2020-11-04
Add static semantic token modifier for associated functions with no &self
Anatol Liu
-0
/
+15
2020-11-02
Remove more unreachable pubs
Aleksey Kladov
-4
/
+5
2020-10-26
Highlight never type as BuiltinType
Lukas Wirth
-0
/
+3
2020-10-25
Fix unary minus highlighting
Lukas Wirth
-1
/
+8
2020-10-16
Add Callable modifier for variables that implements Fnonce
GrayJack
-1
/
+1
2020-10-16
Add HighlightModifier::Callable and add it for locals
GrayJack
-0
/
+3
2020-10-15
More idiomatic classification API
Aleksey Kladov
-3
/
+3
2020-10-15
More clarifications
Aleksey Kladov
-2
/
+2
2020-10-15
Unconfuse expression and pattern field init shorthands
Aleksey Kladov
-1
/
+1
2020-10-14
Default::default the highlighters
Lukas Wirth
-3
/
+3
2020-10-14
Factor macro_rules! highlighting out
Lukas Wirth
-117
/
+18
2020-10-14
Factor format string highlighting out
Lukas Wirth
-75
/
+8
2020-10-10
Skip macro matcher fragment name semantic highlighting
Lukas Wirth
-3
/
+115
2020-09-06
Fix handling of consuming self, refactor shared logic into a single function
Paul Daniel Faria
-29
/
+33
2020-09-06
Add consuming modifier to lvalues that are passed by value and not Copy
Paul Daniel Faria
-2
/
+39
2020-08-22
Merge #5823
bors[bot]
-6
/
+0
2020-08-21
:arrow_up: ungrammar
Aleksey Kladov
-1
/
+2
2020-08-19
Don't underline function definition if self is &mut
Aleksey Kladov
-6
/
+0
2020-08-19
Remove dead code
Aleksey Kladov
-25
/
+15
2020-08-19
Apply couple of rule of thumbs to simplify highlighting code
Aleksey Kladov
-19
/
+16
2020-08-19
Inline trivial function
Aleksey Kladov
-8
/
+6
2020-08-19
Simplify
Aleksey Kladov
-9
/
+4
2020-08-19
Minor
Aleksey Kladov
-2
/
+1
2020-08-19
Minor cleanups
Aleksey Kladov
-1
/
+1
2020-08-19
Better name
Aleksey Kladov
-4
/
+4
2020-08-19
Better API factoring around self access modes
Aleksey Kladov
-10
/
+16
2020-08-19
Add SelfParam to code_model
Aleksey Kladov
-12
/
+8
[prev]
[next]