about summary refs log tree commit diff
path: root/src/test/rustdoc/auxiliary
AgeCommit message (Expand)AuthorLines
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
2019-09-27Auto merge of #63937 - Nashenas88:rustdoc_57180, r=GuillaumeGomezbors-0/+16
2019-08-28Add regression test for issue, apply suggestion to convert to assert_eqPaul Daniel Faria-0/+16
2019-08-26add regression testEsteban Küber-0/+20
2019-04-22Remove double trailing newlinesvarkor-1/+0
2019-04-11Auto merge of #58972 - QuietMisdreavus:intra-doc-link-imports, r=GuillaumeGomezbors-0/+6
2019-03-14Moved issue tests to subdirs and normalised names.Alexander Regueiro-0/+0
2019-03-06add test for spurious intra-doc link warningQuietMisdreavus-0/+6
2019-02-10tests: doc commentsAlexander Regueiro-1/+1
2019-01-13Cosmetic improvementsAlexander Regueiro-3/+0
2019-01-10add test for pub extern crateDebugSteven-0/+2
2018-12-25Remove licensesMark Rousskov-429/+1
2018-11-01test that rustdoc doesn't overflow on a big enumAlex Burka-0/+210
2018-10-05Stabilize `min_const_fn`Oliver Schneider-2/+0
2018-09-09rustdoc: Remove generated blanket impls from trait pagesOliver Middleton-0/+11
2018-08-31Restrict most uses of `const_fn` to `min_const_fn`Oliver Schneider-1/+1
2018-08-06Auto merge of #52644 - varkor:lib-feature-gate-2, r=withoutboatsbors-1/+0
2018-08-05Fix run-pass-fulldeps testsvarkor-1/+0
2018-08-04add tests for new intra-doc-link behaviorQuietMisdreavus-0/+13
2018-05-07Auto merge of #50305 - GuillaumeGomez:fix-mod-stackoverflow, r=QuietMisdreavusbors-0/+21
2018-05-07Prevent infinite recursion of modulesGuillaume Gomez-0/+21
2018-04-29rustdoc: Fix links to constants in external cratesOliver Middleton-0/+32
2018-03-27rustdoc: Add test for foreign impl trait with boundsManish Goregaokar-0/+37
2018-02-21add test for issue 48414 ICEQuietMisdreavus-0/+15
2018-02-07rustdoc: Hide `-> ()` in cross crate inlined Fn* boundsOliver Middleton-0/+13
2018-01-26Merge branch 'rustdoc_masked' of https://github.com/ollie27/rust into rollupAlex Crichton-0/+20
2018-01-23rustdoc: Hide methods from #[doc(masked)] crates from the search indexOliver Middleton-0/+20
2018-01-23rustdoc: Show when traits are auto traitsOliver Middleton-0/+13
2018-01-13Adjust tests for removal of `impl Foo for .. {}`leonardo.yvens-8/+2
2017-12-24Auto merge of #46894 - detrumi:fix-const-eval-trait, r=eddybbors-0/+17
2017-12-23Testcase for const-eval array lengthsWilco Kusee-0/+17
2017-12-19test for missing_doc in the external_doc testQuietMisdreavus-0/+1
2017-11-21allow loading external files in documentationQuietMisdreavus-0/+21
2017-11-20Make rustdoc not include self-by-value methods from Deref targetFlorian Hartwig-2/+2
2017-11-03auto trait future compatibility lintleonardo.yvens-0/+2