about summary refs log tree commit diff
path: root/crates/ide/src/call_hierarchy.rs
AgeCommit message (Expand)AuthorLines
2022-06-10internal: Bump DependenciesLukas Wirth-1/+1
2021-11-22Unnest ide::display::navigation_target moduleLukas Wirth-1/+1
2021-11-16minor: Lift out FxIndex{Map/Set} types into ide_dbLukas Wirth-4/+2
2021-11-11internal: Flatten `Definition::ModuleDef` variantLukas Wirth-6/+2
2021-10-12Saw a FIXME comment and decided to fix it.Mirko Rainer-1/+1
2021-10-03minor: SimplifyLukas Wirth-10/+13
2021-09-16Improve call_hierarchy and incoming/outgoing_callsLukas Wirth-91/+177
2021-09-01fix: multi-token mapping aware find referencesJonas Schievink-1/+1
2021-08-03Give TypeInfo fields and methods more appropriate namesLukas Wirth-1/+1
2021-08-03Introduce TypeInfoLukas Wirth-1/+1
2021-06-22Factor out `pick_best_token` ide pattern into `ide_db`Lukas Wirth-2/+1
2021-03-23Show item info when hovering intra doc linksLukas Wirth-6/+5
2021-03-16Upgrade rowanAleksey Kladov-6/+5
2021-02-12Refactor reference searching to work with the astLukas Wirth-4/+4
2021-01-18Remove obsolete RangeInfo usage in referencesLukas Wirth-1/+1
2021-01-12Ensure uniqueness of file ids in reference search via hashmapLukas Wirth-2/+2
2021-01-12Group references by FileIdLukas Wirth-15/+16
2021-01-09SimplifyLukas Wirth-22/+8
2021-01-07Change <|> to $0 - RebaseKevaundray Wedderburn-11/+11
2021-01-02Move impls of ToNav that use source() to TryToNavNick Spain-4/+4
2020-12-18Don't expose SyntaxKind from IDE APIAleksey Kladov-26/+26
2020-10-24Re-export base_db from ide_dbIgor Aleksanov-1/+1
2020-10-24Make call_info a part of ide_dbIgor Aleksanov-1/+1
2020-10-18Extract call_info and completion into separate cratesIgor Aleksanov-2/+2
2020-10-02rename mock_analysis -> fixtureAleksey Kladov-2/+2
2020-10-02Get rid of MockAnalysisAleksey Kladov-26/+26
2020-08-13Rename ra_ide -> ideAleksey Kladov-0/+393