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
/
test_data
Age
Commit message (
Expand
)
Author
Lines
2022-07-16
Auto merge of #12689 - Veykril:macro-rec, r=Veykril
bors
-0
/
+7
2022-07-15
fix: Don't show qualified path completions for private items
Lukas Wirth
-10
/
+10
2022-07-05
internal: Record all macro definitions in ItemScope
Lukas Wirth
-0
/
+7
2022-05-22
feat: escape format specifier(close: #12258)
bvanjoi
-3
/
+13
2022-05-13
Revert "Auto merge of #12149 - jonas-schievink:literally-just-a-literal, r=jo...
Jonas Schievink
-7
/
+7
2022-05-05
Wrap floats in token trees in `FLOAT_LITERAL` node
Jonas Schievink
-7
/
+7
2022-05-05
Split float literal tokens at the `.`
Jonas Schievink
-7
/
+7
2022-04-15
fix: Tag `macro_rules` macro bang with `MacroBang` tag
Lukas Wirth
-17
/
+17
2022-04-06
fix: Attempt to resolve paths in const arguments heuristically
Lukas Wirth
-0
/
+1
2022-04-06
fix: Fix path qualifiers not resolving generic type params when shadowed by t...
Lukas Wirth
-0
/
+4
2022-04-01
Merge #11869
bors[bot]
-0
/
+5
2022-04-01
Code blocks with tilde also works like code block
Lee Dogeon
-0
/
+5
2022-03-30
internal: Refactor FamousDefs builtin crate search
Lukas Wirth
-1
/
+1
2022-03-20
internal: Treat {global_}asm macros as unsafe
Lukas Wirth
-2
/
+2
2022-03-20
feat: Tag macro calls as unsafe if they expand to unsafe expressions
Lukas Wirth
-1
/
+34
2022-03-12
Fixed code style issues
yipinliu
-47
/
+3
2022-03-12
Highlight escape sequences in byte strings
yipinliu
-0
/
+47
2022-03-07
Emit more detailed highlighting for `%`, `>>`, `<<`
Luna Razzaghipour
-0
/
+57
2022-03-06
internal: Simplify and optimize syntax_highlighting
Lukas Wirth
-28
/
+28
2022-03-06
Add a macro case for the keyword highlighting test fixture
Lukas Wirth
-3
/
+7
2022-03-06
Fix extern crate self having self unresolved
Lukas Wirth
-1
/
+1
2022-03-06
Highlight `Self` as a keyword by default
Lukas Wirth
-0
/
+53
2022-03-05
Fix highlighting of `Self`
Lukas Wirth
-3
/
+3
2022-03-05
fix: Recognize `Self` as a proper keyword
Lukas Wirth
-3
/
+3
2022-03-04
Preserve order of generic args
hkalbasi
-0
/
+7
2022-03-03
slightly improve highlighting performance for derive annotated items
Lukas Wirth
-4
/
+1
2022-03-03
fix: Fix semantic highlighting breaking for lifetimes in macros
Lukas Wirth
-0
/
+57
2022-02-26
Rename test highlighting output files
Lukas Wirth
-57
/
+157
2022-02-26
Split up highlighting tests a bit more
Lukas Wirth
-72
/
+8
2022-02-26
Re-order and cleanup highlighting tests
Lukas Wirth
-6
/
+3
2022-01-08
fix: Fix outline modules spilling inner doc injections into their parent
Lukas Wirth
-1
/
+5
2022-01-07
Use `FileAstId<ast::Adt>` in nameres where appropriate instead
Lukas Wirth
-0
/
+21
2022-01-02
Fix tool module classification not working correctly
Lukas Wirth
-0
/
+1
2022-01-02
minor: Cleanup syntax highlighting
Lukas Wirth
-5
/
+5
2022-01-02
fix NameRefClass misclassifying proc-macros
Lukas Wirth
-1
/
+1
2022-01-02
fix syntactic highlighting for macros
Lukas Wirth
-2
/
+2
2022-01-02
internal: Handle macro calls better in highlighting
Lukas Wirth
-62
/
+62
2021-12-04
fix: Fix self keyword not being tagged as such in highlighting properly
Lukas Wirth
-0
/
+1
2021-12-04
Introduce SymbolKind::Derive
Lukas Wirth
-2
/
+2
2021-12-04
Introduce SymbolKind::Attribute
Lukas Wirth
-22
/
+22
2021-12-03
Simplify
Lukas Wirth
-0
/
+1
2021-12-03
Remove syntax highlighting hack for builtin attrs
Lukas Wirth
-21
/
+21
2021-12-01
add test
Jake Heinz
-0
/
+9
2021-11-08
Fix proc-macro attributes being shadowed by their functions in IDE layer
Lukas Wirth
-1
/
+1
2021-10-28
Enable auto-import and qualify-path in derive attributes
Lukas Wirth
-0
/
+1
2021-10-28
Refactor ide handling for paths in derive inputs
Lukas Wirth
-11
/
+2
2021-10-01
Merge #10413
bors[bot]
-0
/
+1
2021-10-01
Fix format highlighting with `concat!`
Jonas Schievink
-0
/
+1
2021-10-01
Merge #10403
bors[bot]
-6
/
+70
2021-10-01
Add semantic token modifier for crate root
lhvy
-6
/
+70
[next]