about summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
2022-01-15Add test for dot separatorGuillaume Gomez-0/+31
2022-01-13rustdoc: add intra-doc trait impl test for extern typesMahdi Dibaiee-2/+23
2022-01-13rustdoc: fix intra-link for generic trait implsMahdi Dibaiee-0/+19
2022-01-13rustdoc: decouple stability and const-stabilityAndy Russell-1/+18
2022-01-13Rollup merge of #92334 - dtolnay:rustdocmatcher, r=camelid,GuillaumeGomezMatthias Krüger-16/+30
2022-01-13Rollup merge of #91687 - euclio:tuple-variant-field-section, r=GuillaumeGomezMatthias Krüger-2/+17
2022-01-12Rollup merge of #92699 - camelid:private-fields, r=jshaMatthias Krüger-6/+6
2022-01-11rustdoc: do not emit tuple variant fields if none are documentedAndy Russell-2/+17
2022-01-10Enable ignored part of testNoah Lev-4/+5
2022-01-10Move two intra-doc-link tests into the `intra-doc` folderNoah Lev-1/+1
2022-01-10Rollup merge of #92602 - jsha:source-link-2, r=GuillaumeGomezMatthias Krüger-19/+21
2022-01-10Rollup merge of #92357 - GuillaumeGomez:fix-doc-comment-backline-removal, r=c...Matthias Krüger-2/+12
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