about summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
2022-01-30Rollup merge of #92908 - dtolnay:rustdoc, r=GuillaumeGomezEric Huss-7/+53
2022-01-30Rollup merge of #93441 - notriddle:notriddle/collect-crate-doc-links-very-ear...Matthias Krüger-0/+30
2022-01-28rustdoc: load the set of in-scope traits for modules with no docstringMichael Howell-0/+30
2022-01-25Add test when there is no source code link after versionGuillaume Gomez-0/+23
2022-01-21Fix spacing for `·` between stability and sourceJacob Hoffman-Andrews-3/+2
2022-01-21Auto merge of #93138 - matthiaskrgr:rollup-m8akifd, r=matthiaskrgrbors-3/+9
2022-01-20Rollup merge of #93038 - GuillaumeGomez:block-doc-comments, r=notriddleMatthias Krüger-0/+13
2022-01-20Extra cfg_hide a bit to handle inner cfgsGuillaume Gomez-1/+1
2022-01-20Update doc_auto_cfg testGuillaume Gomez-2/+8
2022-01-20Rollup merge of #93038 - GuillaumeGomez:block-doc-comments, r=notriddleMatthias Krüger-0/+13
2022-01-20Rollup merge of #91694 - euclio:stability-improvements, r=GuillaumeGomezMatthias Krüger-1/+18
2022-01-19Add test for block doc commentsGuillaume Gomez-0/+13
2022-01-18Add a more complete test of rustdoc macro_rules matcher renderingDavid Tolnay-0/+30
2022-01-18Convert macro-generated-macro snapshot to /text() using PR 92914David Tolnay-6/+6
2022-01-18Move test of macro-generated macro with linebreak to snapshotDavid Tolnay-6/+7
2022-01-18Render more readable macro matchers in rustdocDavid Tolnay-4/+12
2022-01-18Extend rustdoc macro-generated-macro testDavid Tolnay-6/+13
2022-01-18Simplify and unify rustdoc sidebar stylesJacob Hoffman-Andrews-6/+10
2022-01-17Rollup merge of #92937 - GuillaumeGomez:dot-separator, r=jshaMatthias Krüger-0/+31
2022-01-16Rollup merge of #92792 - mdibaiee:92662/fix-intra-doc-generics, r=camelidMatthias Krüger-2/+42
2022-01-16Rollup merge of #92635 - camelid:yet-more-cleanup, r=ManishearthMatthias Krüger-5/+6
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