about summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
2021-10-08Rollup merge of #89538 - notriddle:notriddle/arrow-highlight, r=GuillaumeGomezGuillaume Gomez-12/+6
2021-10-07Rollup merge of #89596 - GuillaumeGomez:implicit-doc-cfg, r=jyn514Guillaume Gomez-0/+70
2021-10-05Allow adding a set of cfg's to hide from being implicitly doc(cfg)'dWim Looman-0/+32
2021-10-05Make cfg implicitly imply doc(cfg)Wim Looman-0/+38
2021-10-04Add tests for ensuring docblock headings.Mukund Lakshman-0/+29
2021-10-04Fix rustdoc test caseMichael Howell-12/+6
2021-10-04librustdoc: Use correct heading levels.Mukund Lakshman-8/+8
2021-09-25Rollup merge of #89198 - hkmatsumoto:hide-hidden-methods, r=jyn514Manish Goregaokar-0/+60
2021-09-25rustdoc: Don't show hidden trait methodsHirochika Matsumoto-0/+60
2021-09-24Disable a spuriously failing testVadim Petrochenkov-0/+2
2021-09-22Run no_core rustdoc tests on Linux only.Hans Kratz-2/+2
2021-09-13Add test for primitive in "jump to definition" featureGuillaume Gomez-1/+24
2021-09-12Rollup merge of #88810 - camelid:cleanup-pt1, r=jyn514Manish Goregaokar-1/+1
2021-09-12Fix `no_core` and `no_std` rustdoc tests on WindowsGuillaume Gomez-1/+4
2021-09-12Fix linkcheck issuesJoshua Nelson-0/+10
2021-09-12Fix broken handling of primitive itemsJoshua Nelson-8/+43
2021-09-12Add primitive documentation to libcoreJoshua Nelson-2/+12
2021-09-11Create a valid `Res` in `external_path()`Noah Lev-1/+1
2021-09-10Rollup merge of #88742 - GuillaumeGomez:fix-table-in-docblocks, r=nbdd0121Manish Goregaokar-0/+16
2021-09-10Rollup merge of #88639 - Emilgardis:fix-issue-88600, r=GuillaumeGomezManish Goregaokar-0/+34
2021-09-08Rollup merge of #86263 - fee1-dead:rustdoc-layout-variants, r=camelidJack Huey-0/+18
2021-09-08Add tests to ensure that <table> don't break doc blocks width anymoreGuillaume Gomez-0/+16
2021-09-06fix ICE on hidden tuple variant fieldsEmil Gardström-0/+34
2021-09-06Correctly handle niche of enumDeadbeef-0/+9
2021-09-01Auto merge of #88490 - GuillaumeGomez:associated-types-implementors-display, ...bors-1/+10
2021-09-01Add tests for implementors associated types displayGuillaume Gomez-1/+10
2021-08-31Apply suggestionsDeadbeef-1/+3
2021-08-31Report variant size without the discriminantDeadbeef-1/+2
2021-08-31Report Layout of enum variantsDeadbeef-0/+6
2021-08-30`feature(const_param_types)` -> `feature(adt_const_params)`lcnr-1/+1
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-5/+3
2021-08-30remove lazy_normalization_constsEllen-1/+1
2021-08-30rename const_evaluatable_checked to generic_const_exprsEllen-1/+1
2021-08-29Add regression testinquisitivecrystal-0/+19
2021-08-28Update testsinquisitivecrystal-0/+58
2021-08-26Rollup merge of #88215 - jyn514:lazy-loading, r=petrochenkovManish Goregaokar-4/+10
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-4/+2
2021-08-19Give precedence to `html_root_url` over `--extern-html-root-url` by default, ...Joshua Nelson-3/+25
2021-08-05Fix URL conflict for std typeGuillaume Gomez-1/+1
2021-08-05Add missing root_path when generating links using hrefGuillaume Gomez-3/+9
2021-08-05Generate links for modules as wellGuillaume Gomez-4/+5
2021-08-05Add test for source code pages URLsGuillaume Gomez-0/+55
2021-07-29Rollup merge of #87451 - GuillaumeGomez:tuple-struct-field-doc, r=jyn514Yuki Okushi-2/+38
2021-07-27Make all tests use type_alias_impl_trait feature instead of minSantiago Pastorino-3/+3
2021-07-26Add test for enum item tuple fields documentationGuillaume Gomez-2/+19
2021-07-25Auto merge of #87390 - notriddle:notriddle/rustdoc-headers-patch, r=Guillaume...bors-191/+191
2021-07-25Rustdoc accessibility: use real headers for doc itemsbors-191/+191
2021-07-25Add test for tuple struct documentation fieldsGuillaume Gomez-0/+19
2021-07-22Don't hide fields of enum struct variantsNoah Lev-4/+2