Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement HasAttrs for Type-, Const- and LifetimeParam | Lukas Wirth | 2021-01-02 | 1 | -9/+10 |
| | |||||
* | Impl HasAttrs for GenericParam | Lukas Wirth | 2021-01-01 | 1 | -3/+10 |
| | |||||
* | Align code_model name with ungrammar | Aleksey Kladov | 2020-12-20 | 1 | -3/+3 |
| | |||||
* | Remove hir_def/docs.rs module | Lukas Wirth | 2020-12-07 | 1 | -1/+4 |
| | |||||
* | Remove documentation query | Lukas Wirth | 2020-12-07 | 1 | -1/+1 |
| | |||||
* | 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 |