aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/hover.rs
Commit message (Expand)AuthorAgeFilesLines
* Update ungrammarJonas Schievink2021-06-111-1/+1
* Merge #9138bors[bot]2021-06-041-12/+133
|\
| * Replace `-` with `_` in generated lint namesLukas Wirth2021-06-041-6/+4
| * Generate default lint completionsLukas Wirth2021-06-041-15/+60
| * Implement hover for lintsLukas Wirth2021-06-041-6/+84
* | Add function references hover actionLukas Wirth2021-06-041-1/+28
|/
* Correctly resolve crate name in use paths when import shadows itselfLukas Tobias Wirth2021-05-231-0/+20
* Merge #8245bors[bot]2021-04-051-12/+30
|\
| * Use new new docs string source mapping in goto_def and hoverLukas Wirth2021-03-301-7/+14
| * Properly resolve intra doc links in hover and goto_definitionLukas Wirth2021-03-301-8/+19
* | Only populate prelude for crate-level DefMapsJonas Schievink2021-04-021-0/+42
* | Resolve associated types with type anchorsLukas Wirth2021-04-011-1/+22
* | Resolve associated typesLukas Wirth2021-04-011-0/+42
* | 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
| |/