aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/display
Commit message (Expand)AuthorAgeFilesLines
* internal: more natural order of sources for TypeParamAleksey Kladov2021-06-141-3/+3
* Add more docsAleksey Kladov2021-05-221-1/+1
* Check more carefully for cases where a rename can't be doneDanny Zhu2021-04-251-5/+3
* Store an `AstId` for procedural macrosJonas Schievink2021-03-181-2/+6
* Remove ShortLabelLukas Wirth2021-03-162-143/+15
* Clean usage of ShortLabeloxalica2021-03-151-6/+8
* Don't show const items initializer expressions on hoverLukas Wirth2021-03-091-5/+1
* More precise navigation to parentAleksey Kladov2021-02-091-4/+8
* Show alias underlying typelumenian2021-02-021-1/+5
* Shorten hir::TypeParam full_range in NavigationTargetLukas Wirth2021-01-261-4/+7
* Support unions in symbol searchLukas Wirth2021-01-241-0/+1
* Merge #7353bors[bot]2021-01-221-24/+1
|\
| * Move SymbolKind to ide_dbLukas Wirth2021-01-201-24/+1
* | Treat BlockExpr as a potential module originJonas Schievink2021-01-202-0/+7
* | .Aleksey Kladov2021-01-192-4/+3
|/
* Wrap remaining self/super/crate in Name{Ref}Lukas Wirth2021-01-151-8/+6
* Handle self/super/crate in PathSegment as NameRefLukas Wirth2021-01-151-7/+16
* Use hir::GenericParam in ide_db::Definition instead of relisting all 3Lukas Wirth2021-01-101-3/+11
* Implement hover for ConstParamLukas Wirth2021-01-041-0/+11
* Fix ConstParam HasSource impl and implement TryToNav not NavNick Spain2021-01-021-6/+6
* Move impls of ToNav that use source() to TryToNavNick Spain2021-01-021-55/+50
* HasSource::source_old -> HasSource::source for places where proc-macros were ...Nick Spain2021-01-021-14/+5
* Mark HasSource::source_old as deprecated but allow at all call sitesNick Spain2021-01-021-0/+6
* HasSource::source -> HasSource::source_oldNick Spain2021-01-021-6/+6
* Add ConstParams to the ide layerLukas Wirth2021-01-011-0/+19
* Support labels in reference searchLukas Wirth2020-12-241-1/+24
* Align code_model name with ungrammarAleksey Kladov2020-12-201-2/+2
* Deduplicate highlight tags and symbol kindsAleksey Kladov2020-12-181-2/+4
* Reduce test verbosityAleksey Kladov2020-12-181-25/+28
* NavTarget doesn't assume that it points to a symbolAleksey Kladov2020-12-181-13/+20
* Don't expose SyntaxKind from IDE APIAleksey Kladov2020-12-181-38/+94
* Merge #6901bors[bot]2020-12-181-1/+9
|\
| * Temp fixes panic caused by no ast for proc-macroEdwin Cheng2020-12-181-1/+9
* | Rewrite doctest runnablesAleksey Kladov2020-12-171-19/+0
* | Make `Attrs::from_attrs_owner` privateJonas Schievink2020-12-171-28/+2
* | Rename ImplDef -> ImplAleksey Kladov2020-12-171-1/+1
* | Lifetime reference searchLukas Wirth2020-12-161-1/+19
|/
* Use Attrs::docs in NavigationTarget instead of DocCommentsOwnerLukas Wirth2020-12-111-24/+28
* Make `original_range` a method on `InFile<&SyntaxNode>`Jonas Schievink2020-12-081-11/+12
* Re-export base_db from ide_dbIgor Aleksanov2020-10-241-1/+1
* rename mock_analysis -> fixtureAleksey Kladov2020-10-021-3/+3
* Get rid of MockAnalysisAleksey Kladov2020-10-021-2/+2
* Switch to expect_test from crates.ioAleksey Kladov2020-08-211-1/+1
* Rename ra_ide -> ideAleksey Kladov2020-08-132-0/+602