Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tease apart orthogonal concerns in markdown link rewriting | Aleksey Kladov | 2020-08-26 | 1 | -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 code | Aleksey Kladov | 2020-08-25 | 1 | -20/+21 |
| | |||||
* | Remove AttrDef | Aleksey Kladov | 2020-08-25 | 1 | -39/+42 |
| | |||||
* | Simplify | Aleksey Kladov | 2020-08-25 | 1 | -6/+6 |
| | |||||
* | Move attrs from code_module to a separate module | Aleksey Kladov | 2020-08-25 | 1 | -0/+132 |