about summary refs log tree commit diff
path: root/src/test/rustdoc/intra-doc/non-path-primitives.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-46/+0
2021-06-04rustdoc: link to stable/beta docs consistently in documentationJoshua Nelson-17/+17
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-1/+0
2021-03-01Rename rustdoc lints to be a tool lint instead of built-in.Joshua Nelson-1/+1
2021-01-17Feature-gate `pointer` and `reference` in intra-doc linksJoshua Nelson-0/+1
2021-01-12Rollup merge of #80885 - camelid:intra-doc-str-ref, r=jyn514Yuki Okushi-0/+9
2021-01-10rustdoc: Remove `*` intra-doc alias for `pointer`Camelid-2/+0
2021-01-10rustdoc: Resolve `&str` as `str`Camelid-0/+9
2020-12-24Don't process `[]` and `()` in intra-doc linksJoshua Nelson-27/+0
2020-12-22Fix intra-doc links for non-path primitivesJoshua Nelson-0/+66