aboutsummaryrefslogtreecommitdiff
path: root/crates/hir/src/attrs.rs
Commit message (Collapse)AuthorAgeFilesLines
* Tease apart orthogonal concerns in markdown link rewritingAleksey Kladov2020-08-261-79/+54
| | | | | | | | | | | | `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-20/+21
|
* Remove AttrDefAleksey Kladov2020-08-251-39/+42
|
* SimplifyAleksey Kladov2020-08-251-6/+6
|
* Move attrs from code_module to a separate moduleAleksey Kladov2020-08-251-0/+132