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
/
src
/
references.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle self/super/crate in PathSegment as NameRef
Lukas Wirth
2021-01-15
1
-96
/
+23
*
Rename FileReferences -> UsageSearchResult
Lukas Wirth
2021-01-12
1
-5
/
+5
*
Ensure uniqueness of file ids in reference search via hashmap
Lukas Wirth
2021-01-12
1
-49
/
+48
*
Group references by FileId
Lukas Wirth
2021-01-12
1
-46
/
+52
*
Merge #7218
bors[bot]
2021-01-10
1
-1
/
+1
|
\
|
*
Fixed typos in code comments
Vincent Esche
2021-01-09
1
-1
/
+1
*
|
Replace SyntaxKind usage with T! macro where applicable
Lukas Wirth
2021-01-10
1
-5
/
+4
*
|
Use hir::GenericParam in ide_db::Definition instead of relisting all 3
Lukas Wirth
2021-01-10
1
-1
/
+4
|
/
*
Change <|> to $0 - Rebase
Kevaundray Wedderburn
2021-01-07
1
-37
/
+37
*
Add ConstParams to the ide layer
Lukas Wirth
2021-01-01
1
-0
/
+16
*
Support labels in reference search
Lukas Wirth
2020-12-24
1
-1
/
+23
*
Acquire original text range when searching for references
Lukas Wirth
2020-12-21
1
-6
/
+42
*
Deduplicate highlight tags and symbol kinds
Aleksey Kladov
2020-12-18
1
-2
/
+2
*
NavTarget doesn't assume that it points to a symbol
Aleksey Kladov
2020-12-18
1
-1
/
+1
*
Don't expose SyntaxKind from IDE API
Aleksey Kladov
2020-12-18
1
-36
/
+36
*
Lifetime reference search
Lukas Wirth
2020-12-16
1
-5
/
+86
*
Move to upstream `macro_rules!` model
Jonas Schievink
2020-12-15
1
-1
/
+1
*
Add find usages for enum constructors
Daiki Ihara
2020-12-14
1
-0
/
+115
*
Support self in reference search
Lukas Wirth
2020-11-29
1
-1
/
+102
*
Use shorthand field syntax in destructures
Lukas Wirth
2020-11-14
1
-2
/
+2
*
Properly handle shorthands in destructure patterns when renaming
Lukas Wirth
2020-11-14
1
-6
/
+15
*
Remove more unreachable pubs
Aleksey Kladov
2020-11-02
1
-6
/
+2
*
Re-export base_db from ide_db
Igor Aleksanov
2020-10-24
1
-1
/
+1
*
Clarify the names one more time
Aleksey Kladov
2020-10-15
1
-2
/
+2
*
More idiomatic classification API
Aleksey Kladov
2020-10-15
1
-3
/
+3
*
More clarifications
Aleksey Kladov
2020-10-15
1
-1
/
+1
*
Clarify NameClass names a bit
Aleksey Kladov
2020-10-15
1
-1
/
+1
*
Add fix for incorrect case diagnostic
Igor Aleksanov
2020-10-12
1
-1
/
+1
*
Show reason for failed rename refactoring
RĂ¼diger Herrmann
2020-10-10
1
-0
/
+1
*
adt: correctly inherit field visibility from enum
Jonas Schievink
2020-10-09
1
-0
/
+24
*
Treat `ast::Name` in field patterns as use
Jonas Schievink
2020-10-09
1
-0
/
+46
*
Fix source_to_def for named enum variant fields
Jonas Schievink
2020-10-09
1
-0
/
+17
*
rename mock_analysis -> fixture
Aleksey Kladov
2020-10-02
1
-2
/
+2
*
Get rid of MockAnalysis
Aleksey Kladov
2020-10-02
1
-60
/
+58
*
Expectify find_references tests
Aleksey Kladov
2020-10-02
1
-176
/
+181
*
Future proof find-usages API
Aleksey Kladov
2020-08-19
1
-1
/
+3
*
Rename ra_ide -> ide
Aleksey Kladov
2020-08-13
1
-0
/
+694