about summary refs log tree commit diff
path: root/src/test/rustdoc/intra-doc
AgeCommit message (Expand)AuthorLines
2022-02-18rustdoc: Collect traits in scope for lang itemsVadim Petrochenkov-0/+40
2022-02-04rustdoc: Collect traits in scope for foreign inherent implsVadim Petrochenkov-0/+19
2022-01-28rustdoc: load the set of in-scope traits for modules with no docstringMichael Howell-0/+30
2022-01-16Rollup merge of #92792 - mdibaiee:92662/fix-intra-doc-generics, r=camelidMatthias Krüger-2/+42
2022-01-13rustdoc: add intra-doc trait impl test for extern typesMahdi Dibaiee-2/+23
2022-01-13rustdoc: fix intra-link for generic trait implsMahdi Dibaiee-0/+19
2022-01-10Enable ignored part of testNoah Lev-4/+5
2022-01-10Move two intra-doc-link tests into the `intra-doc` folderNoah Lev-0/+50
2022-01-05add a test case for each supported primitive typeMahdi Dibaiee-3/+42
2022-01-05Rustdoc: resolve associated traits for primitive typesMahdi Dibaiee-0/+7
2021-12-05Auto merge of #91356 - GuillaumeGomez:improve-rustdoc-layout, r=jshabors-11/+8
2021-12-02Rename ID "main" into "main-content"Guillaume Gomez-11/+8
2021-11-28Fix warnings in rustdoc HTML testsNoah Lev-73/+46
2021-09-22Run no_core rustdoc tests on Linux only.Hans Kratz-1/+1
2021-09-12Fix broken handling of primitive itemsJoshua Nelson-5/+24
2021-08-26Fix the bugs and add a regression testJoshua Nelson-0/+8
2021-08-22Revert "Revert "Don't load all extern crates unconditionally""Joshua Nelson-0/+10
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