aboutsummaryrefslogtreecommitdiff
path: root/crates/hir/src/attrs.rs
Commit message (Expand)AuthorAgeFilesLines
* Don't store call-site text offsets in hygiene infoJonas Schievink2021-05-061-1/+1
* Add `AttrsWithOwner` and clean up `source_map`Jonas Schievink2021-03-191-4/+4
* Merge #8059bors[bot]2021-03-171-2/+3
|\
| * Move doc-comment highlight injection from AST to HIRLukas Wirth2021-03-161-2/+3
* | avoid converting types into themselves via .into() (clippy::useless-conversion)Matthias Krüger2021-03-171-1/+1
|/
* 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
* 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