aboutsummaryrefslogtreecommitdiff
path: root/crates/hir/src/attrs.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken link in intra-docDaiki Ihara2021-01-221-0/+6
|
* Implement HasAttrs for Type-, Const- and LifetimeParamLukas Wirth2021-01-021-9/+10
|
* Impl HasAttrs for GenericParamLukas Wirth2021-01-011-3/+10
|
* Align code_model name with ungrammarAleksey Kladov2020-12-201-3/+3
|
* Remove hir_def/docs.rs moduleLukas Wirth2020-12-071-1/+4
|
* Remove documentation queryLukas Wirth2020-12-071-1/+1
|
* 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