about summary refs log tree commit diff
path: root/src/test/rustdoc/intra-doc
AgeCommit message (Expand)AuthorLines
2021-06-23Rollup merge of #86523 - LeSeulArtichaut:macros-disambiguators, r=jyn514Dylan DPC-0/+25
2021-06-22Add test for macro disambiguatorsLeSeulArtichaut-0/+25
2021-06-21Resolve type aliases to the type they point to in intra-doc linksLeSeulArtichaut-0/+19
2021-06-07use channel-relative urls in rustdoc/intra-doc/field.rsPietro Albini-2/+2
2021-06-05Rollup merge of #84942 - jyn514:channel-replace, r=ManishearthYuki Okushi-60/+60
2021-06-04rustdoc: link to stable/beta docs consistently in documentationJoshua Nelson-60/+60
2021-05-03Make match in `register_res` easier to readJoshua Nelson-0/+4
2021-04-17rustdoc: use more precise relative URLSMichael Howell-88/+88
2021-04-10Preprocess intra-doc links consistentlyJoshua Nelson-1/+14
2021-04-06Rollup merge of #83849 - jyn514:intra-doc-cleanup, r=bugadaniYuki Okushi-2/+13
2021-04-05Use more appropriate return type for `resolve_associated_item`Joshua Nelson-2/+13
2021-04-05Rollup merge of #83865 - camelid:disamb-err-fix, r=jyn514Dylan DPC-0/+6
2021-04-04Don't report disambiguator error if link would have been ignoredCamelid-0/+6
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-16/+0
2021-04-02Don't load all extern crates unconditionallyJoshua Nelson-0/+10
2021-03-01Rename rustdoc lints to be a tool lint instead of built-in.Joshua Nelson-1/+1
2021-02-27Move test file, add test of generated linkLucas De Angelis-0/+11
2021-02-15Fix intra-doc link to raw pointer methodSimon Sapin-0/+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
2021-01-04fix incompatible disambiguator testmax-heller-2/+0
2021-01-03primitive disambiguator testsmax-heller-0/+6
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
2020-12-02Use `item_name` instead of pretty printingJoshua Nelson-0/+13
2020-11-28Move `src/test/rustdoc` intra-doc link tests into a subdirectoryJoshua Nelson-0/+1088