about summary refs log tree commit diff
path: root/src/test/rustdoc/auxiliary
AgeCommit message (Expand)AuthorLines
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
2020-11-23Rename `optin_builtin_traits` to `auto_traits`Camelid-3/+3
2020-10-11Show summary lines on cross-crate re-exportsJoshua Nelson-0/+8
2020-09-27Resolve `crate` properly across cratesJoshua Nelson-0/+5
2020-09-13Add ui test for 74672 and 76571Lzu Tao-0/+28
2020-08-30Improve testsJoshua Nelson-0/+4
2020-08-08Cross-crate doc inlining test case for elided lifetimeGary Guo-0/+11
2020-07-19Only skip impls of foreign unstable traitsMark Rousskov-0/+26
2020-07-08Apply #![crate_type = "rlib"] directly to the linkerSeth Pellegrino-0/+1
2020-07-06Two new rustdoc tests for intra linksSeth Pellegrino-0/+18
2020-06-11Add more tests for type alias impl TraitMatthew Jasper-0/+17
2020-06-10Avoid collisions between traits and their derive macrosManish Goregaokar-0/+5
2020-06-09Add test for proc macro resolution in intra doc linksManish Goregaokar-0/+30
2020-04-29rustdoc supports const re-exportsMark Rousskov-0/+0
2020-04-08rustdoc: Don't try to load source files from external cratesOliver Middleton-0/+15
2020-01-26rustdoc: Fix re-exporting primitive typesOliver Middleton-0/+8
2019-11-08rustdoc: Deliberately load extern crates before processing docsDaniel Silverstone-0/+2