aboutsummaryrefslogtreecommitdiff
path: root/crates/hir/src/doc_links.rs
Commit message (Collapse)AuthorAgeFilesLines
* Tease apart orthogonal concerns in markdown link rewritingAleksey Kladov2020-08-261-238/+0
| | | | | | | | | | | | `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.
* Remove monomorphisation from doclinks resolving codeAleksey Kladov2020-08-251-14/+22
|
* MinorAleksey Kladov2020-08-251-9/+6
|
* Changes from reviewZac Pullar-Strecker2020-08-251-8/+15
|
* Renames, comments, and dead code removalZac Pullar-Strecker2020-08-241-0/+226