about summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
2021-12-05Auto merge of #91356 - GuillaumeGomez:improve-rustdoc-layout, r=jshabors-52/+49
2021-12-04Rollup merge of #91209 - camelid:snapshot, r=jyn514Matthias Krüger-10/+10
2021-12-02Rollup merge of #89954 - GuillaumeGomez:legacy-const-generic-doc, r=AmanieuMatthias Krüger-0/+16
2021-12-02Rename ID "main" into "main-content"Guillaume Gomez-52/+49
2021-12-02Add test for legacy-const-generic argumentsGuillaume Gomez-0/+16
2021-12-02Auto merge of #91291 - GuillaumeGomez:const-deref-method, r=camelidbors-0/+38
2021-12-01Migrate a test to use `@snapshot`Noah Lev-10/+10
2021-12-01Auto merge of #91275 - camelid:deny-test-warnings, r=jyn514bors-97/+92
2021-11-30Add test for const deref methods displayGuillaume Gomez-0/+38
2021-11-29Only show notable traits if both types are the sameMichael Howell-0/+20
2021-11-28Remove unnecessary use of `include!` in rustdoc testNoah Lev-8/+3
2021-11-28Fix warnings in rustdoc HTML testsNoah Lev-92/+92
2021-11-24Consistentize the system for image URLs in CSS.Jacob Hoffman-Andrews-1/+1
2021-11-24Rollup merge of #91199 - camelid:test-mixing-docs, r=GuillaumeGomezGuillaume Gomez-0/+26
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