about summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
2021-11-24Rollup merge of #91075 - jsha:chill-item-info, r=GuillaumeGomezGuillaume Gomez-8/+1
2021-11-24Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelidGuillaume Gomez-2/+2
2021-11-24rustdoc: Add test for mixing doc comments and attrsNoah Lev-0/+26
2021-11-24Create rustdoc_internals feature gateGuillaume Gomez-2/+2
2021-11-23Auto merge of #91094 - inquisitivecrystal:rustdoc-top-mod, r=jyn514bors-21/+209
2021-11-20Update testsinquisitivecrystal-21/+209
2021-11-20Reduce prominence of item-infosJacob Hoffman-Andrews-8/+1
2021-11-20Rollup merge of #90089 - jsha:enum-fields-headings, r=camelid,GuillaumeGomezMatthias Krüger-2/+42
2021-11-06Add test for removed one character last line in rustdocGuillaume Gomez-0/+9
2021-11-02Split doc_cfg and doc_auto_cfg featuresGuillaume Gomez-2/+18
2021-10-30Improve display of enum variantsJacob Hoffman-Andrews-2/+42
2021-10-30Document tests a bit moreGuillaume Gomez-0/+5
2021-10-29Don't display "Methods from Deref<...>" if no method is display (the ones whi...Guillaume Gomez-0/+20
2021-10-29Add tests for recursive derefGuillaume Gomez-4/+143
2021-10-20Rollup merge of #90018 - GuillaumeGomez:too-long-item-names, r=jshaYuki Okushi-21/+24
2021-10-19Rollup merge of #89867 - Urgau:fix-double-definition, r=GuillaumeGomezMatthias Krüger-0/+14
2021-10-18* Remove left margin on items declaration at the top of their documentation pageGuillaume Gomez-21/+24
2021-10-15Rework the equivalent test to work with sidebar-items.jsLoïc BRANSTETT-3/+3
2021-10-15Add equivalent test in src/test/rustdocLoïc BRANSTETT-0/+14
2021-10-12Add test for associated constants in the sidebarGuillaume Gomez-0/+31
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