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
/
highlight_related.rs
Age
Commit message (
Expand
)
Author
Lines
2022-07-20
fix: Fix search for associated trait items being inconsistent
Lukas Wirth
-0
/
+64
2022-07-01
fix: Simplify macro statement expansion handling
Lukas Wirth
-1
/
+1
2022-06-14
fix: Check for the correct proc-macro settings in missing proc-macro diagnostics
Lukas Wirth
-4
/
+5
2022-06-10
internal: Bump Dependencies
Lukas Wirth
-3
/
+3
2022-04-25
Re-export `FxHashMap` and `FxHashSet` from `ide_db`
Lukas Wirth
-2
/
+1
2022-04-05
Wrap macros in expr position in `MacroExpr` node
Jonas Schievink
-1
/
+1
2022-03-06
internal: Re-arrange ide_db modules
Lukas Wirth
-3
/
+2
2022-03-04
Simplify
Lukas Wirth
-10
/
+10
2022-03-04
Support locals with multiple declaration sites
Lukas Wirth
-58
/
+143
2022-02-24
add logic to highlight continue and break keywords according to expectations
Moritz Vetter
-19
/
+44
2022-02-24
refactor helper function to work with function taking expression enum instead...
Moritz Vetter
-5
/
+8
2022-02-24
add some breaking tests (TDD - style)
Moritz Vetter
-0
/
+109
2022-01-04
Remove lossy `Definition::from_token`/`Definition::from_node` methods
Lukas Wirth
-2
/
+3
2021-12-20
fix: Partially fix `ide_db::search` for crate roots
Lukas Wirth
-1
/
+16
2021-12-17
Remove needless clones
Laurențiu Nicola
-1
/
+1
2021-11-25
fix: Prioritize tuple fields in highlight_related
Lukas Wirth
-3
/
+18
2021-11-22
Unnest ide::display::navigation_target module
Lukas Wirth
-1
/
+1
2021-11-16
Simplify
Lukas Wirth
-52
/
+17
2021-11-11
internal: Flatten `Definition::ModuleDef` variant
Lukas Wirth
-1
/
+1
2021-10-16
more clippy fixes
Milo
-1
/
+1
2021-10-02
internal: untangle usages of ReferenceCategory somewhat
Aleksey Kladov
-14
/
+26
2021-10-02
internal: use naming that matches intended use-case
Aleksey Kladov
-5
/
+5
2021-09-27
Rename `*Owner` traits to `Has*`
Lukas Wirth
-1
/
+1
2021-09-26
internal: more reasonable grammar for blocks
Aleksey Kladov
-10
/
+15
2021-09-26
Remove inherent methods from ast node that carry semantic meaning
Lukas Wirth
-3
/
+3
2021-09-14
fix: Use original definition ranges for ide_db::search instead of the expande...
Lukas Wirth
-0
/
+16
2021-09-02
Use correct search scopes for macros
Lukas Wirth
-5
/
+8
2021-08-29
Only report unique text ranges in highlight_related
Lukas Wirth
-9
/
+5
2021-08-29
Return all usages inside macros in usage searches
Lukas Wirth
-0
/
+2
2021-08-29
Highlight all related tokens in macro inputs
Lukas Wirth
-24
/
+82
2021-08-24
Highlight declarations and references for both defs in field shorthands
Lukas Wirth
-28
/
+74
2021-08-18
Don't trigger related highlighting on unrelated tokens
Lukas Wirth
-2
/
+4
2021-08-16
Highlight function exit points on `fn` keyword
Lukas Wirth
-11
/
+28
2021-08-03
Give TypeInfo fields and methods more appropriate names
Lukas Wirth
-1
/
+1
2021-08-03
Introduce TypeInfo
Lukas Wirth
-1
/
+1
2021-07-31
Wrap inner tail expressions in MissingOkOrSomeInTailExpr
Lukas Wirth
-0
/
+3
2021-07-22
Added tests to ensure config behavior.
Kevin DeLorey
-2
/
+190
2021-07-22
Initial commit of highlight related configuration w/ implementation.
Kevin DeLorey
-5
/
+24
2021-07-22
Fix a couple of clippy nits
Laurențiu Nicola
-2
/
+2
2021-06-28
Include `self` in usage search for modules in their definition source
Lukas Wirth
-1
/
+6
2021-06-27
Deduplicate ast expression walking logic
Lukas Wirth
-156
/
+6
2021-06-24
Fix break point highlighting not considering outer labels
Lukas Wirth
-1
/
+30
2021-06-24
Highlight label value block tails
Lukas Wirth
-1
/
+28
2021-06-24
Highlight loop break points
Lukas Wirth
-11
/
+243
2021-06-24
Refine tail exit point highlighting to highlight inner tails
Lukas Wirth
-51
/
+178
2021-06-24
Simplify
Lukas Wirth
-53
/
+64
2021-06-24
Simplify
Lukas Wirth
-25
/
+21
2021-06-23
Improve feature docs for highlight_related
Lukas Wirth
-1
/
+4
2021-06-23
Mark (method-)calls with never type as exit points
Lukas Wirth
-9
/
+53
2021-06-23
Simplify
Lukas Wirth
-17
/
+18
[next]