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
2022-07-08
Update remaining GitHub URLs
Jonas Schievink
-1
/
+1
2022-05-23
minor: Simplify syntax-highlighting macro checks
Lukas Wirth
-93
/
+87
2022-04-25
Re-export `FxHashMap` and `FxHashSet` from `ide_db`
Lukas Wirth
-2
/
+1
2022-03-31
internal: Enforce Resolver to always have a module scope
Lukas Wirth
-2
/
+6
2022-03-12
Optimize imports
yipinliu
-7
/
+3
2022-03-12
Fixed code style issues
yipinliu
-10
/
+15
2022-03-12
Highlight escape sequences in byte strings
yipinliu
-18
/
+11
2022-03-06
internal: Simplify and optimize syntax_highlighting
Lukas Wirth
-53
/
+72
2022-03-05
Fix highlighting of `Self`
Lukas Wirth
-0
/
+1
2022-03-05
fix: Recognize `Self` as a proper keyword
Lukas Wirth
-1
/
+1
2022-03-03
slightly improve highlighting performance for derive annotated items
Lukas Wirth
-5
/
+11
2022-03-03
fix: Fix semantic highlighting breaking for lifetimes in macros
Lukas Wirth
-0
/
+1
2022-02-26
fix: Don't emit unresolvedReference highlight tags in unlinked files
Lukas Wirth
-4
/
+12
2022-02-22
Fix syntax highlighting not highlighting derives anymore
Lukas Wirth
-0
/
+14
2022-02-22
internal: Expand the derive attribute into a pseudo expansion
Lukas Wirth
-1
/
+1
2022-01-15
Move format specifier lexing from syntax to ide_db
Lukas Wirth
-11
/
+13
2022-01-03
internal: dont descend into comments
Jake Heinz
-1
/
+4
2022-01-02
minor: Cleanup syntax highlighting
Lukas Wirth
-7
/
+11
2022-01-02
internal: Handle macro calls better in highlighting
Lukas Wirth
-94
/
+73
2021-12-04
Update semantic token docs
Lukas Wirth
-2
/
+4
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-11-23
Disable string highlight injection for macros changing string literals
Lukas Wirth
-24
/
+25
2021-10-16
more clippy fixes
Milo
-1
/
+1
2021-10-12
Saw a FIXME comment and decided to fix it.
Mirko Rainer
-1
/
+1
2021-10-05
Replace `if let Some(_) = foo` with `if foo.is_some()`
Aramis Razzaghipour
-1
/
+1
2021-10-01
Add semantic token modifier for crate root
lhvy
-0
/
+1
2021-09-30
Restructure syntax element highlighting
Lukas Wirth
-0
/
+1
2021-09-30
Simplify
Lukas Wirth
-29
/
+23
2021-10-01
Add comment
lhvy
-0
/
+1
2021-08-09
Fix typo in reference modifier description
Laurențiu Nicola
-1
/
+1
2021-08-04
Document reference highlighting mod
Lukas Wirth
-1
/
+2
2021-07-15
Simplify
Lukas Wirth
-53
/
+53
2021-06-28
Resolve attribute paths in attribute highlighting
Lukas Wirth
-1
/
+2
2021-06-23
Add `public` semantic token modifier for public items
Aramis Razzaghipour
-0
/
+1
2021-06-17
Nest all the or-patterns!
Lukas Wirth
-2
/
+2
2021-06-13
clippy::redudant_borrow
Maan2003
-2
/
+2
2021-06-07
Attempt to track attr macros during highlighting
Jonas Schievink
-0
/
+30
2021-05-26
Document semantic token tags
Lukas Wirth
-4
/
+74
2021-05-26
Document semantic token modifiers
Lukas Wirth
-0
/
+24
2021-05-24
Add highlighting of items from other crates
Aramis Razzaghipour
-0
/
+3
2021-03-31
Additional syntax highlighting screenshot in manual
Ayomide Bamidele
-0
/
+1
2021-03-31
Gifs and screenshots for features in manual (syntax highlighting and typing)
Ayomide Bamidele
-0
/
+2
2021-03-27
Unleash macro 2.0 in hightlight and more
Edwin Cheng
-14
/
+14
2021-03-18
Track source file IDs in source mapping of Attrs
Lukas Wirth
-5
/
+11
2021-03-16
Move doc-comment highlight injection from AST to HIR
Lukas Wirth
-1
/
+1
2021-03-16
Upgrade rowan
Aleksey Kladov
-8
/
+11
2021-02-04
Increase Highlights highlight range to covering element
Lukas Wirth
-1
/
+1
2021-01-20
Move SymbolKind to ide_db
Lukas Wirth
-2
/
+2
2021-01-10
Replace state with function
Aleksey Kladov
-22
/
+18
[next]