about summary refs log tree commit diff
path: root/src/test/rustdoc/intra-doc
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-1550/+0
2022-11-13rustdoc: Resolve doc links in external traits having local implsVadim Petrochenkov-0/+14
2022-10-30rustdoc: Do not add external traits to the crate in `register_res`Vadim Petrochenkov-0/+12
2022-10-16rustdoc: Do not expect `doc(primitive)` modules to always existVadim Petrochenkov-0/+15
2022-10-10Update rustdoc testsGuillaume Gomez-1/+1
2022-08-13Rename `@hastext` to `@hasraw` (same for `matches`)Noah Lev-3/+3
2022-08-13Update tests: arity-2 `@{has,matches}` -> `...text`Noah Lev-3/+3
2022-08-09Fix failing testNoah Lev-1/+1
2022-08-09Add regression test for #93205Noah Lev-0/+20
2022-07-03Remove FIXME from rustdoc intra-doc testGuillaume Gomez-12/+2
2022-05-27rustdoc: add test case for email that looks like intra-doc linkMichael Howell-2/+4
2022-04-12rustdoc: discr. required+provided assoc consts+tysLeón Orell Valerian Liehr-0/+4
2022-03-31rustdoc: Fix resolution of `crate`-relative paths in doc linksVadim Petrochenkov-0/+17
2022-03-30fix rustdoc wrt builtin impls switchlcnr-10/+9
2022-03-30update rustdoclcnr-2/+1
2022-03-30update ui testslcnr-0/+1
2022-03-06Auto merge of #93805 - petrochenkov:doclinkself, r=camelid,GuillaumeGomezbors-0/+8
2022-02-18rustdoc: Collect traits in scope for lang itemsVadim Petrochenkov-0/+40
2022-02-13rustdoc: Consider enum variants when resolving assoc items in doc linksVadim Petrochenkov-0/+8
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