aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/link_rewrite.rs
Commit message (Collapse)AuthorAgeFilesLines
* Minor clippy performance suggestionskjeremy2020-09-301-2/+2
|
* Add hover config `linksInHover` to suppress linksflw2020-09-291-1/+36
|
* Tease apart orthogonal concerns in markdown link rewritingAleksey Kladov2020-08-261-15/+176
| | | | | | | | | | | | `hir` should know nothing about URLs, markdown and html. It should only be able to: * resolve stringy path from documentation * generate canonical stringy path for a def In contrast, link rewriting should not care about semantics of paths and names resolution, and should be concern only with text mangling bits.
* Renames, comments, and dead code removalZac Pullar-Strecker2020-08-241-1/+3
|
* Merge remote-tracking branch 'upstream/master' into 503-hover-doc-linksZac Pullar-Strecker2020-08-241-0/+79