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
/
references.rs
Age
Commit message (
Expand
)
Author
Lines
2022-07-20
fix: Fix search for associated trait items being inconsistent
Lukas Wirth
-1
/
+2
2022-05-23
fix: When reference searching macro inputs, don't search everything that was ...
Lukas Wirth
-1
/
+1
2022-04-25
Re-export `FxHashMap` and `FxHashSet` from `ide_db`
Lukas Wirth
-2
/
+1
2022-04-15
fix: Do reference search on all downmapped tokens with the same kind only
Lukas Wirth
-27
/
+45
2022-03-09
Specific proc-macro crate type for other test fixture where needed
Lukas Wirth
-5
/
+6
2022-02-23
Resolve functions as proc-macros via FileAstId
Lukas Wirth
-3
/
+36
2022-02-22
update references::derive test output
Lukas Wirth
-2
/
+5
2022-02-21
Move fn to proc-macro conversion to name classification
Lukas Wirth
-1
/
+14
2022-02-11
Handle proc-macro functions as the proc-macro they resolve to
Lukas Wirth
-2
/
+32
2022-01-08
Record attribute calls on assoc items in TraitData and ImplData
Lukas Wirth
-0
/
+21
2021-12-20
fix: Partially fix `ide_db::search` for crate roots
Lukas Wirth
-1
/
+1
2021-11-22
Unnest ide::display::navigation_target module
Lukas Wirth
-1
/
+1
2021-11-16
Do not use reference search in runnables::related_tests
Lukas Wirth
-1
/
+1
2021-11-16
Simplify
Lukas Wirth
-53
/
+49
2021-11-11
internal: Flatten `Definition::ModuleDef` variant
Lukas Wirth
-3
/
+3
2021-10-02
internal: untangle usages of ReferenceCategory somewhat
Aleksey Kladov
-21
/
+13
2021-10-02
internal: use naming that matches intended use-case
Aleksey Kladov
-6
/
+6
2021-09-27
Rename `*Owner` traits to `Has*`
Lukas Wirth
-1
/
+1
2021-09-14
Add some more attribute ide tests
Lukas Wirth
-0
/
+19
2021-09-12
Use correct file syntax node for decl_access computation in find_all_refs
Lukas Wirth
-1
/
+4
2021-09-01
fix: multi-token mapping aware find references
Jonas Schievink
-70
/
+134
2021-08-24
Highlight declarations and references for both defs in field shorthands
Lukas Wirth
-4
/
+1
2021-08-22
Fix another βaβ/βanβ typo
Frank Steffahn
-1
/
+1
2021-07-23
Complete editable private items
Jonas Schievink
-5
/
+5
2021-07-15
Simplify
Lukas Wirth
-42
/
+48
2021-07-11
Inline name classification reference calls
Lukas Wirth
-10
/
+29
2021-07-11
Explicitly check for reference locals or fields in Name classification
Lukas Wirth
-5
/
+9
2021-07-11
internal: remove one more needless extern crate
Aleksey Kladov
-5
/
+3
2021-07-11
internal: remove unused param
Aleksey Kladov
-4
/
+2
2021-06-28
Fix `NameRef::classify` path resolution inside attributes
Lukas Wirth
-18
/
+0
2021-06-28
Include `self` in usage search for modules in their definition source
Lukas Wirth
-0
/
+1
2021-06-23
Strip leading whitespace from test ouput in `references`
Lukas Wirth
-1
/
+1
2021-06-23
Rename 'document_highlight' to 'highlight_related'
Lukas Wirth
-4
/
+4
2021-06-23
Move document highlighting computation from rust-analyzer to ide
Lukas Wirth
-7
/
+45
2021-06-17
Nest all the or-patterns!
Lukas Wirth
-2
/
+1
2021-06-14
internal: flatten module hierarchy
Aleksey Kladov
-2
/
+0
2021-06-13
clippy::redudant_borrow
Maan2003
-1
/
+1
2021-06-10
Don't classify attributes on macro-calls are the macro itself
Lukas Wirth
-0
/
+20
2021-05-08
Don't handle Self as a usage for TraitDefs
Lukas Wirth
-22
/
+27
2021-05-08
Correctly support SelfType when searching for usages
Lukas Wirth
-3
/
+52
2021-03-31
Gifs and screenshots for features in manual
Ayomide Bamidele
-0
/
+2
2021-03-23
Set up a search scope when searching for mbe macro references
Lukas Wirth
-0
/
+30
2021-03-16
Merge #8034
bors[bot]
-0
/
+23
2021-03-16
Add new_source_root meta to test fixtures
Lukas Wirth
-4
/
+4
2021-03-16
Upgrade rowan
Aleksey Kladov
-3
/
+4
2021-03-15
Implement Crate::transitive_reverse_dependencies
Lukas Wirth
-0
/
+23
2021-03-15
Enable searching for builtin types
Lukas Wirth
-7
/
+19
2021-03-01
Update vscode README with a small features list
Lukas Wirth
-0
/
+9
2021-02-23
Pickup ConstReference patterns in FindUsages
Lukas Wirth
-0
/
+25
2021-02-16
Implement ast::AstNode for NameLike and move it to node_ext
Lukas Wirth
-23
/
+15
[next]