about summary refs log tree commit diff
path: root/src/test/rustdoc/auxiliary
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-973/+0
2022-10-30Rollup merge of #103746 - notriddle:notriddle/incoherent-dyn-trait, r=Guillau...Michael Howell-0/+7
2022-10-29rustdoc: add support for incoherent impls on structs and traitsMichael Howell-0/+7
2022-10-30Rollup merge of #103253 - notriddle:notriddle/test-case-masked-blanket-impl, ...Matthias Krüger-0/+4
2022-10-28Rollup merge of #103523 - GuillaumeGomez:inline-doc-comment-impl-block, r=not...Matthias Krüger-0/+5
2022-10-25Add regression test for inlined doc comment on impl blockGuillaume Gomez-0/+5
2022-10-22Clean middle RPITITs correctly in rustdocMichael Goulet-0/+9
2022-10-19rustdoc: add test case for masked blanket implMichael Howell-0/+4
2022-08-06rustdoc: do not mark the contents of a skipped module as inlinedMichael Howell-0/+13
2022-08-02rustdoc: avoid inlining foreigns with duplicate namesMichael Howell-0/+4
2022-07-25rustdoc: avoid inlining modules with duplicate namesMichael Howell-0/+7
2022-07-16rustdoc: avoid inlining items with duplicate `(type, name)`Michael Howell-0/+20
2022-07-04rustdoc: filter '_ lifetimes from ty::GenericsMichael Howell-0/+8
2022-06-30rustdoc: filter '_ lifetimes from ty::PolyTraitRefMichael Howell-0/+9
2022-04-07Hide cross-crate doc-hidden assoc items in trait implsLeón Orell Valerian Liehr-0/+19
2021-11-20Update testsinquisitivecrystal-6/+30
2021-09-12Fix `no_core` and `no_std` rustdoc tests on WindowsGuillaume Gomez-1/+2
2021-09-12Fix broken handling of primitive itemsJoshua Nelson-0/+8
2021-09-12Add primitive documentation to libcoreJoshua Nelson-0/+3
2021-08-26Rollup merge of #88215 - jyn514:lazy-loading, r=petrochenkovManish Goregaokar-2/+0
2021-08-22Revert "Revert "Don't load all extern crates unconditionally""Joshua Nelson-2/+0
2021-08-19Give precedence to `html_root_url` over `--extern-html-root-url` by default, ...Joshua Nelson-0/+3
2021-08-05Add missing root_path when generating links using hrefGuillaume Gomez-0/+1
2021-08-05Add test for source code pages URLsGuillaume Gomez-0/+17
2021-07-27Make all tests use type_alias_impl_trait feature instead of minSantiago Pastorino-1/+1
2021-07-16Auto merge of #86662 - mockersf:fix-86620-link-unknown-location, r=jyn514bors-0/+11
2021-07-07Add tests for reexports (both public and private)Guillaume Gomez-6/+42
2021-07-07Add test for reexported macros 2.0 renderingGuillaume Gomez-0/+6
2021-07-06add mcve as testFrançois Mockers-0/+11
2021-07-01Revert "Don't load all extern crates unconditionally"Guillaume Gomez-0/+2
2021-06-26Auto merge of #86449 - Stupremee:render-self-cast-in-type-bound, r=GuillaumeG...bors-0/+17
2021-06-25Renamed test and added test for same crateDeadbeef-0/+0
2021-06-22Account for more casesDeadbeef-0/+3
2021-06-22Do not list impl when trait has doc(hidden)Deadbeef-0/+2
2021-06-18rustdoc: Render `<Self as X>::Y` type casts properly across crate boundsJustus K-0/+17
2021-06-04Remove `doc(include)`Joshua Nelson-6/+4
2021-05-03Rollup merge of #84832 - Stupremee:dont-print-vis-in-external-traits, r=jyn514Dylan DPC-0/+3
2021-05-02PR feedbackScott McMurray-0/+3
2021-05-02Do not print visibility in external traitsJustus K-0/+3
2021-04-17rustdoc: use more precise relative URLSMichael Howell-0/+6
2021-04-02Don't load all extern crates unconditionallyJoshua Nelson-2/+0
2021-03-15Replace `type_alias_impl_trait` by `min_type_alias_impl_trait` with no actual...Oli Scherer-1/+1
2021-01-13Update tests for extern block lintingMark Rousskov-1/+1
2021-01-06Update test assertions (showcases bug)Daniel Henry-Mantilla-1/+1
2021-01-06Fix type/value namespace clashes + test for thatDaniel Henry-Mantilla-0/+13
2020-12-31Rustdoc render public underscore_imports as Re-exportsbors-0/+4
2020-11-28Move `src/test/rustdoc` intra-doc link tests into a subdirectoryJoshua Nelson-98/+0
2020-11-26Auto merge of #77467 - jyn514:query-docs, r=oli-obkbors-0/+12
2020-11-24Use the name "auto traits" everywhere in the compilerCamelid-1/+1
2020-11-24Normalize `<X as Y>::T` for rustdocJoshua Nelson-0/+12