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
2021-05-04
Fix block comment intra doc link injection ranges
Lukas Tobias Wirth
-0
/
+4
2021-04-26
Fixed formatting
Bastian Kersting
-1
/
+1
2021-04-26
Added mutable semantic token modifier for &mut self methods
Bastian Kersting
-4
/
+9
2021-04-23
Simplify highlight token match guards
Lukas Wirth
-102
/
+92
2021-04-23
Sort HlMod variants and ALL const
Lukas Wirth
-46
/
+45
2021-04-23
Tag `yield` and `await` as ControlFlow in semantic highlighting
Lukas Wirth
-5
/
+13
2021-04-19
Fix typo: comparision -> comparison
Adrian Stanciu
-3
/
+3
2021-04-19
Check for rust doc code attributes like rustdoc does
Lukas Wirth
-23
/
+3
2021-04-19
Don't require all doc fences to be valid for identifying rust code
Lukas Wirth
-1
/
+3
2021-04-18
Accept `E<error_number>` notation in doctests
Chayim Refael Friedman
-2
/
+8
2021-04-13
Merge #8354
bors[bot]
-16
/
+71
2021-04-13
internal: fix flakiness of accidentally quadratic test
Aleksey Kladov
-81
/
+17
2021-04-12
Fix typo: liner -> linear
Jakub Kądziołka
-1
/
+1
2021-04-10
Let's try testing for "is not quadratic" condition
Aleksey Kladov
-0
/
+96
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
-10
/
+3
2021-04-08
8279: Added initial implementation for
Chetan Khilosiya
-14
/
+76
2021-04-05
Merge #8245
bors[bot]
-65
/
+45
2021-03-31
Revert "8024: Added test case for highlighting trait items."
Chetan Khilosiya
-104
/
+0
2021-03-31
8024: Fix for function name change.
Chetan Khilosiya
-2
/
+2
2021-03-31
8024: Added test case for highlighting trait items.
Chetan Khilosiya
-0
/
+104
2021-03-31
8024: Updated the implementation for trait modifier.
Chetan Khilosiya
-20
/
+30
2021-03-31
8024: Added the trait modifier for methods
Chetan Khilosiya
-1
/
+22
2021-03-30
Use new new docs string source mapping in goto_def and hover
Lukas Wirth
-31
/
+4
2021-03-30
Implement basic Documentation source to syntax range mapping
Lukas Wirth
-34
/
+41
2021-03-29
Remove code duplication in highlight injection
Lukas Wirth
-29
/
+3
2021-03-27
Unleash macro 2.0 in hightlight and more
Edwin Cheng
-8
/
+27
2021-03-26
syntax: return owned string instead of leaking string
cynecx
-1
/
+1
2021-03-23
Show item info when hovering intra doc links
Lukas Wirth
-3
/
+3
2021-03-20
Don't use an untyped String for ActiveParam tracking
Lukas Wirth
-1
/
+1
2021-03-19
Add `AttrsWithOwner` and clean up `source_map`
Jonas Schievink
-24
/
+19
2021-03-19
Move `AttrsOwnerNode` to syntax and make it public
Jonas Schievink
-31
/
+1
2021-03-19
Merge #8097
bors[bot]
-2
/
+3
2021-03-19
Parse extended_key_value_attributes
Lukas Wirth
-2
/
+3
2021-03-18
Use a highlight modifier for intra doc links
Lukas Wirth
-29
/
+53
2021-03-18
Track source file IDs in source mapping of Attrs
Lukas Wirth
-5
/
+17
2021-03-17
Semantic highlight intradoclinks in documentation
Lukas Wirth
-38
/
+114
2021-03-17
Inject highlight into block doc comments
Lukas Wirth
-28
/
+72
2021-03-17
Merge #8059
bors[bot]
-16
/
+153
2021-03-17
Remove quadratic attr source lookup
Lukas Wirth
-1
/
+2
2021-03-17
don't clone types that are copy (clippy::clone_on_copy)
Matthias Krüger
-1
/
+1
2021-03-16
Properly handle doc attributes in doc-comment highlight injection
Lukas Wirth
-6
/
+76
2021-03-16
Replace trait object boxing with extra AttrsOwnerNode
Lukas Wirth
-19
/
+48
2021-03-16
Move doc-comment highlight injection from AST to HIR
Lukas Wirth
-14
/
+51
2021-03-16
Upgrade rowan
Aleksey Kladov
-1
/
+1
2021-03-09
Show whether a binding is mutable or not on hover
Lukas Wirth
-2
/
+3
2021-02-09
Add parsing benchmark
Aleksey Kladov
-5
/
+32
2021-02-09
Infra for "unit" benchmarking
Aleksey Kladov
-10
/
+12
2021-01-28
Classify function calls as functions when shadowed by types
Lukas Wirth
-0
/
+8
2021-01-22
Merge #7353
bors[bot]
-4
/
+5
[prev]
[next]