aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/hover.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-1/+1
* Show const body in short_labelJmPotato2020-08-101-4/+4
* Merge #5692bors[bot]2020-08-101-3/+46
|\
| * Remove Option<...> from result of Crate::root_modulePaul Daniel Faria2020-08-091-2/+2
| * Add support for extern cratePaul Daniel Faria2020-08-081-3/+46
* | format in to_proto::markup_contentJmPotato2020-08-091-0/+31
|/
* Finalize Trait grammarAleksey Kladov2020-07-301-16/+16
* Rename StructDef -> StructAleksey Kladov2020-07-301-17/+17
* Rename FnDef -> FnAleksey Kladov2020-07-301-1/+1
* Unclutter NavigationTarget APIAleksey Kladov2020-07-171-72/+72
* Prettier renderingAleksey Kladov2020-07-091-43/+43
* StreamlineAleksey Kladov2020-07-091-21/+33
* Reduce APIAleksey Kladov2020-07-091-4/+2
* CleanupAleksey Kladov2020-07-091-21/+15
* Reduce APIAleksey Kladov2020-07-091-19/+5
* RenameAleksey Kladov2020-07-091-22/+12
* Refactor hover testsAleksey Kladov2020-07-081-1582/+1615
* Simplify testsAleksey Kladov2020-07-081-59/+55
* Add Markup typeAleksey Kladov2020-07-081-48/+27
* simplifyAleksey Kladov2020-07-081-9/+11
* Minimize APIAleksey Kladov2020-07-081-6/+4
* Dead codeAleksey Kladov2020-07-081-31/+19
* Reduce visibilityAleksey Kladov2020-07-081-9/+7
* Colorize more test fixturesLaurențiu Nicola2020-07-011-36/+36
* Remove duplicationAleksey Kladov2020-06-241-18/+18
* More consistent usage of fixturesAleksey Kladov2020-06-241-7/+7
* More principled indentation trimming in fixturesAleksey Kladov2020-06-231-43/+43
* Apply suggestions from code reviewvsrs2020-06-181-2/+253
* Add Type::walk methodvsrs2020-06-181-4/+21
* Remove AdtOrTraitvsrs2020-06-181-8/+13
* Add associated type test.vsrs2020-06-181-0/+57
* Fix type "items" order.vsrs2020-06-181-17/+18
* Add `Go to Type Definition` hover action.vsrs2020-06-181-21/+790
* Apply suggestions from code reviewvsrs2020-06-081-4/+8
* Disable runnables lookup in macro-generated code.vsrs2020-06-061-1/+10
* Add Run|Debug hover actionsvsrs2020-06-061-4/+125
* Fix type parameter defaultsFlorian Diebold2020-06-051-1/+1
* Add enum hover action test.vsrs2020-06-051-0/+15
* Rebase on the latest master.vsrs2020-06-051-3/+3
* Code formattingvsrs2020-06-051-3/+2
* Add hover actions as LSP extensionvsrs2020-06-051-12/+122
* Consolidate documentation expansion and mergingAaron Loucks2020-06-031-53/+7
* Add basic hover and completion doc tests for macro generated itemsAaron Loucks2020-06-031-1/+103
* Enable hover and autocomplete docs on macro generated itemsAaron Loucks2020-06-031-5/+50
* Move the rest of the features to generated docsAleksey Kladov2020-05-311-57/+59
* Hover tooltip module name is monospace once againAaron Loucks2020-05-261-7/+9
* Update tests to accept new hover formattingGalilée 'Bill' Enguehard2020-05-221-4/+13
* Fix completion and hover for module and function of same nameHasan Ali2020-05-161-0/+17
* do not truncate display for hoverBenjamin Coenen2020-05-061-2/+2
* do not truncate display for hoverBenjamin Coenen2020-05-061-1/+42