aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/hover.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Fix HoverAction::Implementation typoLukas Wirth2021-01-041-10/+11
* Implement hover for ConstParamLukas Wirth2021-01-041-4/+18
* Impl hovering for TypeParamsLukas Wirth2021-01-041-2/+50
* Move impls of ToNav that use source() to TryToNavNick Spain2021-01-021-5/+5
* source_old -> source for cases that can be handled by simple bubblingNick Spain2021-01-021-3/+3
* HasSource::source_old -> HasSource::source for places where proc-macros were ...Nick Spain2021-01-021-8/+1
* Mark HasSource::source_old as deprecated but allow at all call sitesNick Spain2021-01-021-0/+4
* HasSource::source -> HasSource::source_oldNick Spain2021-01-021-4/+4
* Show lifetimes and labels on hoverLukas Wirth2021-01-011-7/+43
* Add ConstParams to the ide layerLukas Wirth2021-01-011-1/+4
* Support labels in reference searchLukas Wirth2020-12-241-1/+1
* Align code_model name with ungrammarAleksey Kladov2020-12-201-2/+2
* Reduce test verbosityAleksey Kladov2020-12-181-403/+109
* NavTarget doesn't assume that it points to a symbolAleksey Kladov2020-12-181-37/+111
* Don't expose SyntaxKind from IDE APIAleksey Kladov2020-12-181-37/+37
* Merge #6901bors[bot]2020-12-181-0/+6
|\
| * Temp fixes panic caused by no ast for proc-macroEdwin Cheng2020-12-181-0/+6
* | Rename ImplDef -> ImplAleksey Kladov2020-12-171-1/+1
* | Lifetime reference searchLukas Wirth2020-12-161-1/+1
|/
* Don't highlight parent nodes of comments on hoverLukas Wirth2020-12-111-0/+16
* Test inner and outer doc comments in hoverLukas Wirth2020-12-091-0/+62
* Remove hir_def/docs.rs moduleLukas Wirth2020-12-071-28/+36
* Don't insert blank lines between doc attributesLukas Wirth2020-12-071-2/+0
* Show type of Self on hoverLukas Wirth2020-11-291-45/+74
* Show type of self param on hoverLukas Wirth2020-11-281-3/+43
*-. Merge #6331 #6342bors[bot]2020-10-241-2/+29
|\ \
| | * Re-export base_db from ide_dbIgor Aleksanov2020-10-241-2/+2
| |/ |/|
| * correct hover for items with doc attribute with raw stringsJosh Mcguigan2020-10-241-0/+27
* | Emit better #[cfg] diagnosticsJonas Schievink2020-10-221-2/+2
|/
* Rename declaration_name -> display_nameAleksey Kladov2020-10-201-1/+1
* Clarify the names one more timeAleksey Kladov2020-10-151-2/+2
* More idiomatic classification APIAleksey Kladov2020-10-151-3/+3
* Clarify NameClass names a bitAleksey Kladov2020-10-151-1/+1
* Fix hover over field pattern shorthandVlad Shcherbina2020-10-141-1/+24
* Remove methodowner & fix formattingZac Pullar-Strecker2020-10-081-1/+1
* Rename ide::link_rewrite -> ide::doc_links & tidy importsZac Pullar-Strecker2020-10-081-1/+1
* Merge #6140bors[bot]2020-10-061-6/+45
|\
| * honor content_format clientcapRobin van Dijk2020-10-051-6/+45
* | Properly name the fieldKirill Bulatov2020-10-021-1/+1
* | Add a dash testKirill Bulatov2020-10-021-0/+30
|/
* rename mock_analysis -> fixtureAleksey Kladov2020-10-021-8/+8
* Get rid of MockAnalysisAleksey Kladov2020-10-021-46/+46
* Add hover config `linksInHover` to suppress linksflw2020-09-291-9/+104
* Fix type walking about type of async blockoxalica2020-09-111-0/+64
* Tease apart orthogonal concerns in markdown link rewritingAleksey Kladov2020-08-261-0/+54
* Cleanup hover links testsAleksey Kladov2020-08-261-88/+74
* Merge remote-tracking branch 'upstream/master' into 503-hover-doc-linksZac Pullar-Strecker2020-08-241-55/+542
* Switch to expect_test from crates.ioAleksey Kladov2020-08-211-1/+1
* display correctly 'impl Trait<T> + Trait<T>' #4814Benjamin Coenen2020-08-131-0/+19
* Rename ra_ide -> ideAleksey Kladov2020-08-131-0/+2461