about summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
2022-01-09Display "private fields" instead of "fields omitted"Noah Lev-6/+6
2022-01-08Make source links look cleanerJacob Hoffman-Andrews-19/+21
2022-01-05add a test case for each supported primitive typeMahdi Dibaiee-3/+42
2022-01-05Rustdoc: resolve associated traits for primitive typesMahdi Dibaiee-0/+7
2022-01-01Rollup merge of #92332 - GuillaumeGomez:where-clause-order, r=jshaMatthias Krüger-0/+15
2022-01-01Update mixed doc comments testGuillaume Gomez-0/+10
2022-01-01Add test for where clause orderGuillaume Gomez-0/+15
2021-12-31Rollup merge of #91480 - jsha:fewer-colors, r=GuillaumeGomezMatthias Krüger-6/+4
2021-12-28Add a test of rustdoc on macro-generated macroDavid Tolnay-0/+14
2021-12-28Fix invalid removal of backlines from doc commentsGuillaume Gomez-2/+2
2021-12-27rustdoc: Preserve rendering of macro_rules matchers when possibleDavid Tolnay-16/+16
2021-12-20Auto merge of #91900 - pitaj:fix-91714, r=jyn514bors-19/+6
2021-12-15rustdoc: remove `--passes` and `--no-defaults`Peter Jaszkowiak-19/+6
2021-12-15Apply rust-logo class only on default logoJacob Hoffman-Andrews-0/+14
2021-12-14Auto merge of #91728 - Amanieu:stable_asm, r=joshtriplettbors-2/+2
2021-12-12Auto merge of #90207 - BoxyUwU:stabilise_cg_defaults, r=lcnrbors-1/+0
2021-12-12Stabilize asm! and global_asm!Amanieu d'Antras-2/+2
2021-12-12Rollup merge of #91748 - notriddle:notriddle/doc-notable_trait-mut_t_is_not_a...Matthias Krüger-0/+23
2021-12-11Rollup merge of #91750 - notriddle:notriddle/doc-notable_trait-mut_t_is_not_r...Matthias Krüger-0/+21
2021-12-10Split CSS classes for "typedef" vs "associatedtype".Jacob Hoffman-Andrews-6/+4
2021-12-10update testsEllen-1/+0
2021-12-10Add regression test for #78160Michael Howell-0/+21
2021-12-10Add regression test for #80737Michael Howell-0/+23
2021-12-08rustdoc: Show type layout for type aliasesNoah Lev-0/+12
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