index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
ide_db
/
src
/
search.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement ast::AstNode for NameLike and move it to node_ext
Lukas Wirth
2021-02-16
1
-42
/
+24
*
Fix a few clippy::perf warnings
kjeremy
2021-02-16
1
-1
/
+1
*
Use NameLike in FileReference directly as its not exported from ide anymore
Lukas Wirth
2021-02-12
1
-43
/
+20
*
Refactor reference searching to work with the ast
Lukas Wirth
2021-02-12
1
-80
/
+60
*
Treat BlockExpr as a potential module origin
Jonas Schievink
2021-01-20
1
-0
/
+10
*
Handle self/super/crate in PathSegment as NameRef
Lukas Wirth
2021-01-15
1
-1
/
+1
*
Rename FileReferences -> UsageSearchResult
Lukas Wirth
2021-01-12
1
-6
/
+5
*
Ensure uniqueness of file ids in reference search via hashmap
Lukas Wirth
2021-01-12
1
-19
/
+29
*
Group references by FileId
Lukas Wirth
2021-01-12
1
-37
/
+64
*
Use hir::GenericParam in ide_db::Definition instead of relisting all 3
Lukas Wirth
2021-01-10
1
-1
/
+1
*
Remove some stale deprecations
Aleksey Kladov
2021-01-07
1
-1
/
+0
*
Fix type error with .and_then
Nick Spain
2021-01-02
1
-15
/
+14
*
Handle not finding range in Definition::search_scope
Nick Spain
2021-01-02
1
-12
/
+36
*
Mark HasSource::source_old as deprecated but allow at all call sites
Nick Spain
2021-01-02
1
-0
/
+2
*
HasSource::source -> HasSource::source_old
Nick Spain
2021-01-02
1
-12
/
+12
*
Align code_model name with ungrammar
Aleksey Kladov
2020-12-20
1
-1
/
+1
*
Rename ImplDef -> Impl
Aleksey Kladov
2020-12-17
1
-1
/
+1
*
Lifetime reference search
Lukas Wirth
2020-12-16
1
-13
/
+50
*
Add find usages for enum constructors
Daiki Ihara
2020-12-14
1
-0
/
+15
*
Support self in reference search
Lukas Wirth
2020-11-29
1
-0
/
+1
*
Use shorthand field syntax in destructures
Lukas Wirth
2020-11-14
1
-10
/
+22
*
Use shorthand record syntax when renaming struct initializer field
Lukas Wirth
2020-11-14
1
-6
/
+10
*
Clarify the names one more time
Aleksey Kladov
2020-10-15
1
-1
/
+1
*
More idiomatic classification API
Aleksey Kladov
2020-10-15
1
-3
/
+3
*
More clarifications
Aleksey Kladov
2020-10-15
1
-2
/
+2
*
Unconfuse expression and pattern field init shorthands
Aleksey Kladov
2020-10-15
1
-1
/
+1
*
Treat `ast::Name` in field patterns as use
Jonas Schievink
2020-10-09
1
-43
/
+73
*
Optimize reference search
Aleksey Kladov
2020-08-19
1
-25
/
+38
*
**Remove Unused Parameter** refactoring
Aleksey Kladov
2020-08-19
1
-1
/
+1
*
Future proof find-usages API
Aleksey Kladov
2020-08-19
1
-13
/
+35
*
Rename ra_ide_db -> ide_db
Aleksey Kladov
2020-08-13
1
-0
/
+322