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
/
highlight.rs
Age
Commit message (
Expand
)
Author
Lines
2021-10-01
Give defaultLibrary semantic token modifier to items from standard library
lhvy
-11
/
+33
2021-09-15
Don't highlight unsafe traits as unsafe in safe impls
Lukas Wirth
-1
/
+3
2021-08-14
internal: make naming consistent
Aleksey Kladov
-1
/
+1
2021-08-10
[semantic-highlighting] functions that consume are marked as HlMod::Consuming
Jake Heinz
-1
/
+1
2021-08-04
Merge #9734
bors[bot]
-5
/
+14
2021-08-04
match style
Jake Heinz
-1
/
+4
2021-08-04
fix + update expects
Jake Heinz
-4
/
+5
2021-08-03
Apply suggestions from code review
Jake
-2
/
+2
2021-08-03
Update crates/ide/src/syntax_highlighting/highlight.rs
Jake
-1
/
+2
2021-08-03
Give TypeInfo fields and methods more appropriate names
Lukas Wirth
-2
/
+2
2021-08-03
Revise TypeInfo::ty usage
Lukas Wirth
-1
/
+1
2021-08-03
Introduce TypeInfo
Lukas Wirth
-2
/
+2
2021-07-31
move to else f
Jake Heinz
-3
/
+2
2021-07-31
semantic highlighting: add reference hlmod
Jake Heinz
-6
/
+11
2021-07-24
Resolve derive attribute input macro paths in ide layer
Lukas Wirth
-1
/
+13
2021-07-13
Assign mutable semantic token modifier to assignment operators
Lukas Wirth
-7
/
+8
2021-07-13
Split main highlighting function up into a few subfunctions
Lukas Wirth
-117
/
+146
2021-07-11
Explicitly check for reference locals or fields in Name classification
Lukas Wirth
-4
/
+2
2021-07-11
internal: remove one more needless extern crate
Aleksey Kladov
-1
/
+0
2021-07-11
internal: remove needless distinction between a carte and its root mod
Aleksey Kladov
-1
/
+0
2021-06-28
Resolve attribute paths in attribute highlighting
Lukas Wirth
-58
/
+76
2021-06-23
Add `public` semantic token modifier for public items
Aramis Razzaghipour
-4
/
+13
2021-06-15
Highlight unsafe trait refs as unsafe only in impl blocks and definitions
Lukas Wirth
-19
/
+31
2021-06-13
cargo fmt
Maan2003
-5
/
+3
2021-06-13
clippy::useless_return
Maan2003
-2
/
+2
2021-06-13
clippy::redudant_borrow
Maan2003
-2
/
+2
2021-06-11
Highlight tuple field accesses correctly
Lukas Wirth
-0
/
+3
2021-05-26
Fix bug where library functions were not highlighted as such
Aramis Razzaghipour
-6
/
+17
2021-05-25
Refactor application of `library` semantic token modifier
Aramis Razzaghipour
-62
/
+15
2021-05-24
Remove superfluous early-returns
Aramis Razzaghipour
-18
/
+22
2021-05-24
Rename ‘foreign’ semantic token modifier to ‘library’
Aramis Razzaghipour
-10
/
+10
2021-05-24
Highlight foreign modules as such
Aramis Razzaghipour
-1
/
+9
2021-05-24
Remove hir krate methods
Aramis Razzaghipour
-9
/
+9
2021-05-24
Add highlighting of items from other crates
Aramis Razzaghipour
-12
/
+77
2021-05-23
Give ‘unsafe’ semantic token modifier to unsafe traits
Aramis Razzaghipour
-1
/
+8
2021-05-14
Address comments
hi-rustin
-3
/
+3
2021-05-14
Apply async semantic token modifier to async/await keywords
hi-rustin
-0
/
+7
2021-04-26
Fixed formatting
Bastian Kersting
-1
/
+1
2021-04-26
Added mutable semantic token modifier for &mut self methods
Bastian Kersting
-2
/
+7
2021-04-23
Simplify highlight token match guards
Lukas Wirth
-102
/
+74
2021-04-23
Tag `yield` and `await` as ControlFlow in semantic highlighting
Lukas Wirth
-2
/
+4
2021-04-19
Fix typo: comparision -> comparison
Adrian Stanciu
-1
/
+1
2021-04-13
Merge #8354
bors[bot]
-12
/
+47
2021-04-09
8024: Added the trait modifier for assoc types.
Chetan Khilosiya
-2
/
+12
2021-04-08
8279: Fix the not operator use and test case fix.
Chetan Khilosiya
-8
/
+1
2021-04-08
8279: Added initial implementation for
Chetan Khilosiya
-12
/
+54
2021-03-31
8024: Fix for function name change.
Chetan Khilosiya
-2
/
+2
2021-03-31
8024: Updated the implementation for trait modifier.
Chetan Khilosiya
-9
/
+19
2021-03-31
8024: Added the trait modifier for methods
Chetan Khilosiya
-1
/
+18
2021-03-09
Show whether a binding is mutable or not on hover
Lukas Wirth
-2
/
+3
[prev]
[next]