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
/
goto_definition.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #8267
bors[bot]
2021-03-31
1
-0
/
+2
|
\
|
*
Gifs and screenshots for features in manual
Ayomide Bamidele
2021-03-31
1
-0
/
+2
*
|
Accurately classify assoc. types in paths
Jonas Schievink
2021-03-30
1
-0
/
+15
|
/
*
Show item info when hovering intra doc links
Lukas Wirth
2021-03-23
1
-58
/
+8
*
Add test for goto def on proc macro invocation
Jonas Schievink
2021-03-18
1
-0
/
+17
*
Check whether cursor is on and not between intra doc links in goto_definition
Lukas Wirth
2021-03-17
1
-8
/
+14
*
Better handling of block doc comments
Lukas Wirth
2021-03-17
1
-5
/
+3
*
don't clone types that are copy (clippy::clone_on_copy)
Matthias Krüger
2021-03-17
1
-1
/
+1
*
Upgrade rowan
Aleksey Kladov
2021-03-16
1
-2
/
+2
*
Goto definition works for `S { a: }` case
Aleksey Kladov
2021-03-15
1
-0
/
+11
*
Fix a few clippy::perf warnings
kjeremy
2021-02-16
1
-1
/
+1
*
More precise navigation to parent
Aleksey Kladov
2021-02-09
1
-1
/
+0
*
Cleanup tests
Aleksey Kladov
2021-02-09
1
-11
/
+1
*
Cleanup tests
Aleksey Kladov
2021-01-22
1
-12
/
+12
*
Remove index based fallback for goto def
Aleksey Kladov
2021-01-22
1
-48
/
+18
*
Wrap remaining self/super/crate in Name{Ref}
Lukas Wirth
2021-01-15
1
-5
/
+0
*
Handle self/super/crate in PathSegment as NameRef
Lukas Wirth
2021-01-15
1
-29
/
+6
*
Goto for inner doc links works for module inner doc comments
Aleksey Kladov
2021-01-11
1
-26
/
+31
*
Use hir::GenericParam in ide_db::Definition instead of relisting all 3
Lukas Wirth
2021-01-10
1
-3
/
+1
*
Support intra_doc links
Daiki Ihara
2021-01-08
1
-4
/
+86
*
Change <|> to $0 - Rebase
Kevaundray Wedderburn
2021-01-07
1
-72
/
+72
*
Merge #7030
bors[bot]
2020-12-24
1
-0
/
+15
|
\
|
*
Support labels in reference search
Lukas Wirth
2020-12-24
1
-0
/
+15
*
|
Store invocation site for eager macros
Jonas Schievink
2020-12-22
1
-0
/
+25
|
/
*
Merge #6921
bors[bot]
2020-12-20
1
-0
/
+28
|
\
|
*
Higher-ranked trait bounds for where clauses
Lukas Wirth
2020-12-17
1
-0
/
+28
*
|
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
-2
/
+2
|
/
*
Lifetime reference search
Lukas Wirth
2020-12-16
1
-8
/
+49
*
Support 'go to definition' for self
Lukas Wirth
2020-11-29
1
-17
/
+39
*
Support goto definition for ADT-SelfParams
Lukas Wirth
2020-11-28
1
-6
/
+36
*
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
*
rename mock_analysis -> fixture
Aleksey Kladov
2020-10-02
1
-2
/
+2
*
Get rid of MockAnalysis
Aleksey Kladov
2020-10-02
1
-13
/
+11
*
Rename ra_ide -> ide
Aleksey Kladov
2020-08-13
1
-0
/
+989