aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/hover.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge #8267bors[bot]2021-03-311-0/+2
|\
| * Gifs and screenshots for features in manualAyomide Bamidele2021-03-311-0/+2
* | Merge #8186bors[bot]2021-03-301-3/+3
|\ \
| * | Rename target_ty to self_tyLukas Wirth2021-03-291-3/+3
| |/
* / Fix code styleivan7702021-03-301-0/+1
|/
* Add support for doc on hover for macro 2.0Edwin Cheng2021-03-271-0/+31
* Show item info when hovering intra doc linksLukas Wirth2021-03-231-9/+54
* Store an `AstId` for procedural macrosJonas Schievink2021-03-181-4/+10
* Fix incorrect newline emission in Attrs::docsLukas Wirth2021-03-171-4/+22
* Better handling of block doc commentsLukas Wirth2021-03-171-0/+34
* Implement HirDisplay for some more typesLukas Wirth2021-03-161-14/+4
* Merge #7498bors[bot]2021-03-161-2/+2
|\
| * Upgrade rowanAleksey Kladov2021-03-161-2/+2
* | Update testsoxalica2021-03-151-28/+57
* | Use hir formatter moreoxalica2021-03-151-42/+17
* | Impl HirDisplay for function hover messageoxalica2021-03-151-1/+9
* | Add test for hover of macro expanded functionoxalica2021-03-151-0/+38
|/
* Show whether a binding is mutable or not on hoverLukas Wirth2021-03-091-19/+43
* Use upstream cov-markLaurențiu Nicola2021-03-081-5/+4
* Show docs on hover for keywords and primitivesLukas Wirth2021-03-021-13/+122
* Fix lowering trailing self paths in UseTreesLukas Wirth2021-02-281-0/+29
* Don't lower TypeBound::Lifetime as GenericPredicate::ErrorLukas Wirth2021-02-201-2/+2
* Show hover info of the definition of ConstReference patterns instead of its typeLukas Wirth2021-02-171-2/+38
* Wrap `BuiltinType` in code modelJonas Schievink2021-02-111-1/+1
* Return inner attributes of outline mod declarations in `attrs_query`Lukas Wirth2021-01-311-0/+16
* Fix broken link in intra-docDaiki Ihara2021-01-221-0/+29
* Treat BlockExpr as a potential module originJonas Schievink2021-01-201-0/+1
* Merge #7321bors[bot]2021-01-191-6/+1
|\
| * Support runnables in macrosEdwin Cheng2021-01-191-6/+1
* | Wrap remaining self/super/crate in Name{Ref}Lukas Wirth2021-01-151-3/+2
|/
* Handle self/super/crate in PathSegment as NameRefLukas Wirth2021-01-151-7/+40
*-. Merge #7051 #7219 #7245 #7246bors[bot]2021-01-111-6/+1
|\ \
| | * Refactor rename name checkingLukas Wirth2021-01-091-6/+1
| |/
* | Merge #7218bors[bot]2021-01-101-10/+10
|\ \
| * | Fixed typos in code commentsVincent Esche2021-01-091-10/+10
| |/
* | Merge #7206 #7231bors[bot]2021-01-101-7/+9
|\ \
| * | Use hir::GenericParam in ide_db::Definition instead of relisting all 3Lukas Wirth2021-01-101-7/+9
| |/
* / CleanupAleksey Kladov2021-01-101-2/+2
|/
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-108/+108
* Remove some stale deprecationsAleksey Kladov2021-01-071-2/+0
* More maintainable configAleksey Kladov2021-01-061-22/+7
* Show GotoTypeAction for TypeParamLukas Wirth2021-01-041-17/+54
* Show GotoTypeAction for ConstParamLukas Wirth2021-01-041-37/+66
* Show implementations when hovering over SelfTypeLukas Wirth2021-01-041-8/+29
* 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