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
2022-01-15
Move format specifier lexing from syntax to ide_db
Lukas Wirth
-5
/
+5
2022-01-15
feat: Add very simplistic ident completion for format_args! macro input
Lukas Wirth
-29
/
+3
2022-01-08
fix: Fix outline modules spilling inner doc injections into their parent
Lukas Wirth
-1
/
+15
2022-01-07
Use `FileAstId<ast::Adt>` in nameres where appropriate instead
Lukas Wirth
-0
/
+32
2022-01-04
Merge #11157
bors[bot]
-11
/
+12
2022-01-03
give `resolve_derive_ident` a more robust api
Lukas Wirth
-5
/
+11
2022-01-03
fix: Fix highlighting hack for self-params
Lukas Wirth
-4
/
+6
2022-01-02
internal: Record unresolved derive invocations in hir
Lukas Wirth
-8
/
+3
2022-01-02
Fix tool module classification not working correctly
Lukas Wirth
-0
/
+2
2022-01-02
minor: Cleanup syntax highlighting
Lukas Wirth
-180
/
+152
2022-01-02
fix NameRefClass misclassifying proc-macros
Lukas Wirth
-1
/
+1
2022-01-02
fix syntactic highlighting for macros
Lukas Wirth
-13
/
+19
2022-01-02
internal: Handle macro calls better in highlighting
Lukas Wirth
-65
/
+68
2021-12-07
Simplify
Lukas Wirth
-7
/
+1
2021-12-05
fix: Add highlighting hack back for unresolved attributes
Lukas Wirth
-0
/
+7
2021-12-04
fix: Fix self keyword not being tagged as such in highlighting properly
Lukas Wirth
-61
/
+57
2021-12-04
Introduce SymbolKind::Derive
Lukas Wirth
-3
/
+10
2021-12-04
Introduce SymbolKind::Attribute
Lukas Wirth
-26
/
+27
2021-12-03
Rename things: Tool -> ToolModule
Lukas Wirth
-3
/
+3
2021-12-03
Simplify
Lukas Wirth
-0
/
+2
2021-12-03
Remove syntax highlighting hack for builtin attrs
Lukas Wirth
-77
/
+47
2021-12-03
feat: Resolve builtin-attr and tools in ide layer
Lukas Wirth
-0
/
+4
2021-12-01
add a fixme:
Jake Heinz
-0
/
+2
2021-12-01
simplify
Jake Heinz
-1
/
+1
2021-12-01
ide: hack to make self not unresolved reference in async trait wrapped impl's
Jake Heinz
-2
/
+18
2021-12-01
add test
Jake Heinz
-0
/
+18
2021-11-23
Disable string highlight injection for macros changing string literals
Lukas Wirth
-5
/
+6
2021-11-22
Split parts of `ide_db::call_info` off into `ide`
Lukas Wirth
-1
/
+2
2021-11-11
internal: Flatten `Definition::ModuleDef` variant
Lukas Wirth
-106
/
+111
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
/
+2
2021-10-28
Refactor ide handling for paths in derive inputs
Lukas Wirth
-23
/
+6
2021-10-16
more clippy fixes
Milo
-3
/
+3
2021-10-14
a few clippy fixes
Milo
-1
/
+1
2021-10-01
Merge #10413
bors[bot]
-9
/
+13
2021-10-01
Fix format highlighting with `concat!`
Jonas Schievink
-9
/
+13
2021-10-01
Merge #10403
bors[bot]
-14
/
+138
2021-10-01
Add semantic token modifier for crate root
lhvy
-14
/
+138
2021-10-01
Expand `asm!` to `format_args!`
Jonas Schievink
-0
/
+6
2021-09-30
Restructure syntax element highlighting
Lukas Wirth
-190
/
+210
2021-09-30
Merge #10398
bors[bot]
-29
/
+121
2021-10-01
Fix builtin_crates return type change
lhvy
-2
/
+2
2021-09-30
Work around tidy check
Jonas Schievink
-4
/
+4
2021-10-01
Give defaultLibrary semantic token modifier to items from standard library
lhvy
-29
/
+121
2021-09-30
Add `const_format_args!` builtin macro, fix highlighting
Jonas Schievink
-10
/
+33
2021-09-30
Less hacky `assert!` expansion
Jonas Schievink
-0
/
+10
2021-09-30
Fix format string highlighting in `panic!`
Jonas Schievink
-3
/
+59
2021-09-21
Add a mirror function-like proc-macro expander for tests
Lukas Wirth
-9
/
+11
2021-09-15
Don't highlight unsafe traits as unsafe in safe impls
Lukas Wirth
-56
/
+44
2021-09-14
fix source_to_def trying to use attribute macro calls as containers
Lukas Wirth
-1
/
+1
[prev]
[next]