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
/
rust-analyzer
/
src
/
semantic_tokens.rs
Age
Commit message (
Expand
)
Author
Lines
2022-03-05
Fix highlighting of `Self`
Lukas Wirth
-0
/
+1
2022-01-02
internal: Handle macro calls better in highlighting
Lukas Wirth
-0
/
+1
2021-12-04
Introduce SymbolKind::Derive
Lukas Wirth
-0
/
+1
2021-12-04
Introduce SymbolKind::Attribute
Lukas Wirth
-0
/
+1
2021-12-03
Rename things: Tool -> ToolModule
Lukas Wirth
-1
/
+1
2021-12-03
Remove syntax highlighting hack for builtin attrs
Lukas Wirth
-0
/
+1
2021-10-01
Add semantic token modifier for crate root
lhvy
-0
/
+1
2021-09-30
Fix add missing semantic token modifier in SUPPORTED_MODIFIERS
Lukas Wirth
-0
/
+1
2021-10-01
Remove unneeded semantic token definition
lhvy
-1
/
+0
2021-10-01
Give defaultLibrary semantic token modifier to items from standard library
lhvy
-8
/
+9
2021-07-31
semantic highlighting: add reference hlmod
Jake Heinz
-0
/
+1
2021-06-28
Resolve attribute paths in attribute highlighting
Lukas Wirth
-0
/
+1
2021-06-23
Add `public` semantic token modifier for public items
Aramis Razzaghipour
-0
/
+1
2021-06-13
tree-wide: make rustdoc links spiky so they are clickable
Jade
-1
/
+1
2021-05-26
Document semantic token tags
Lukas Wirth
-1
/
+1
2021-05-24
Rename ‘foreign’ semantic token modifier to ‘library’
Aramis Razzaghipour
-1
/
+1
2021-05-24
Add highlighting of items from other crates
Aramis Razzaghipour
-0
/
+1
2021-05-17
minor: adjust config name
Aleksey Kladov
-2
/
+2
2021-05-14
Apply async semantic token modifier to async/await keywords
hi-rustin
-0
/
+1
2021-04-19
Fix typo: comparision -> comparison
Adrian Stanciu
-1
/
+1
2021-04-08
8279: Added initial implementation for
Chetan Khilosiya
-0
/
+5
2021-03-31
8024: Added the trait modifier for methods
Chetan Khilosiya
-0
/
+1
2021-03-18
Use a highlight modifier for intra doc links
Lukas Wirth
-1
/
+1
2021-03-17
Semantic highlight intradoclinks in documentation
Lukas Wirth
-3
/
+4
2021-02-05
Add a semantic token type for char literals
petr-tik
-0
/
+1
2021-01-10
Split punctuation semantic highlighting up into more tags
Lukas Wirth
-0
/
+8
2021-01-01
Add ConstParams to the ide layer
Lukas Wirth
-0
/
+1
2020-12-24
Support labels in reference search
Lukas Wirth
-0
/
+1
2020-12-01
Fix OptionalVersionedTextDocumentIdentifier type
kjeremy
-1
/
+1
2020-11-02
Remove more unreachable pubs
Aleksey Kladov
-5
/
+5
2020-10-16
Add HighlightModifier::Callable and add it for locals
GrayJack
-0
/
+1
2020-09-02
Switch to upstream ENUM_MEMBER
kjeremy
-1
/
+1
2020-09-02
Move to vscode-languageclient 7.0.0-next.9
kjeremy
-1
/
+0
2020-08-16
Add new HighlightModifier variant, Consuming
Paul Daniel Faria
-0
/
+1
2020-07-31
Handle semantic token deltas
kjeremy
-3
/
+136
2020-07-15
Add new `Punctuation` highlight tag
Leander Tentrup
-0
/
+1
2020-06-23
Update injection mechanism and stop injecting through highlight element, swit...
Paul Daniel Faria
-1
/
+1
2020-06-23
Add punctuation highlighting for highlighting punctuation in doctests, fix hi...
Paul Daniel Faria
-2
/
+3
2020-06-23
Add support for marking doctest items as distinct from normal code, add defau...
Paul Daniel Faria
-0
/
+1
2020-06-17
Syntax highlighting for escape sequences in strings
Leander Tentrup
-0
/
+1
2020-05-25
Add self keyword semantic token type
Laurențiu Nicola
-0
/
+1
2020-05-24
Highlight `true` and `false` as literals
Matthew Jasper
-0
/
+1
2020-05-18
Color attribute functions
George Fraser
-0
/
+1
2020-04-28
Make it impossible to forget to add a semantic token type / modifier
Aleksey Kladov
-56
/
+61
2020-04-28
Introduce new semantic highlight token for format specifier
Leander Tentrup
-0
/
+2
2020-04-18
Add semantic tag for unresolved references
Aleksey Kladov
-0
/
+3
2020-04-06
Make control token modifier less ambiguous
Aleksey Kladov
-2
/
+2
2020-03-30
Simplify SemanticTokensBuilder build method
kjeremy
-3
/
+3
2020-03-02
lsp-types 0.72
kjeremy
-3
/
+0
2020-02-28
Cleanup highlighting tags
Aleksey Kladov
-3
/
+13
[next]