about summary refs log tree commit diff
path: root/src/test/rustdoc
AgeCommit message (Expand)AuthorLines
2022-11-04Rollup merge of #103892 - compiler-errors:afit-rustdoc, r=GuillaumeGomezMatthias Krüger-0/+14
2022-11-02Properly render asyncness for traits without default bodyMichael Goulet-0/+14
2022-11-02Add regression test for doc of reexport of local itemsGuillaume Gomez-0/+16
2022-11-02Auto merge of #103649 - petrochenkov:docnotrait, r=GuillaumeGomezbors-0/+12
2022-11-01Rollup merge of #103817 - notriddle:notriddle/attribute-css, r=GuillaumeGomezDylan DPC-4/+4
2022-11-01Rollup merge of #103799 - GuillaumeGomez:search-index-tuple-struct-field, r=n...Yuki Okushi-0/+18
2022-10-31rustdoc: rename syntax highlighting CSS class `attribute` to `attr`Michael Howell-4/+4
2022-10-31Add test for tuple struct field generation in search indexGuillaume Gomez-0/+18
2022-10-30Rollup merge of #103746 - notriddle:notriddle/incoherent-dyn-trait, r=Guillau...Michael Howell-0/+35
2022-10-30rustdoc: Do not add external traits to the crate in `register_res`Vadim Petrochenkov-0/+12
2022-10-29rustdoc: add support for incoherent impls on structs and traitsMichael Howell-0/+35
2022-10-30Rollup merge of #103253 - notriddle:notriddle/test-case-masked-blanket-impl, ...Matthias Krüger-0/+5
2022-10-28Rollup merge of #103523 - GuillaumeGomez:inline-doc-comment-impl-block, r=not...Matthias Krüger-0/+13
2022-10-27Rollup merge of #103408 - compiler-errors:rpitit-rustdoc, r=GuillaumeGomezMatthias Krüger-0/+25
2022-10-27Rollup merge of #103432 - jsha:box-is-not-notable, r=GuillaumeGomezYuki Okushi-0/+38
2022-10-25Add regression test for inlined doc comment on impl blockGuillaume Gomez-0/+13
2022-10-23rustdoc: don't mark Box<T> as Iterator, Read, etcJacob Hoffman-Andrews-0/+38
2022-10-23Rollup merge of #103254 - fmease:fix-24183, r=GuillaumeGomezMichael Howell-0/+33
2022-10-23Rollup merge of #103368 - compiler-errors:normalization-ambiguity-bug, r=oli-obkMatthias Krüger-0/+24
2022-10-22Clean middle RPITITs correctly in rustdocMichael Goulet-0/+25
2022-10-21testsMichael Goulet-0/+24
2022-10-19rustdoc: render bounds of cross-crate GAT paramsLeón Orell Valerian Liehr-8/+11
2022-10-19rustdoc: add test case for masked blanket implMichael Howell-0/+5
2022-10-19rustdoc: Do not filter out `Self: Sized` boundsLeón Orell Valerian Liehr-0/+33
2022-10-17Rollup merge of #103091 - notriddle:notriddle/sidebar-title, r=GuillaumeGomezMatthias Krüger-22/+22
2022-10-17Rollup merge of #103129 - notriddle:notriddle/sub-logo-container, r=Guillaume...Matthias Krüger-3/+3
2022-10-17Auto merge of #103096 - petrochenkov:indresdoc, r=cjgillotbors-0/+12
2022-10-16rustdoc: remove unused `.sub-logo-container` DOM on non-source pagesMichael Howell-3/+3
2022-10-16rustdoc: Do not expect `doc(primitive)` modules to always existVadim Petrochenkov-0/+15
2022-10-16resolve: Shadow erroneous glob imports with erroneous single importsVadim Petrochenkov-0/+12
2022-10-15rustdoc: update test cases for `.sidebar-title` -> `.sidebar-elems h3`Michael Howell-22/+22
2022-10-11Rollup merge of #102898 - notriddle:notriddle/sidebar-block, r=GuillaumeGomezYuki Okushi-2/+2
2022-10-10rustdoc: remove unneeded `<div>` wrapper from sidebar DOMMichael Howell-2/+2
2022-10-10Update rustdoc testsGuillaume Gomez-1/+1
2022-10-09Don't use unnormalized type in Ty::fn_sigMichael Goulet-0/+13
2022-10-06rustdoc: remove unused HTML `class="item-list"`Michael Howell-6/+6
2022-10-06Auto merge of #102707 - fmease:rustdoc-render-more-cross-crate-hrtbs-properly...bors-5/+29
2022-10-05rustdoc: remove unused CSS class `in-band`Michael Howell-7/+7
2022-10-05rustdoc: render more cross-crate hrtbs properlyLeón Orell Valerian Liehr-5/+29
2022-10-03Rollup merge of #102439 - fmease:rustdoc-simplify-cross-crate-trait-bounds, r...Matthias Krüger-0/+82
2022-10-03rustdoc: re-sugar more cross-crate trait boundsLeón Orell Valerian Liehr-0/+82
2022-10-02Rollup merge of #102525 - notriddle:notriddle/array-link, r=GuillaumeGomez,jshaMatthias Krüger-0/+32
2022-09-30rustdoc: remove orphaned link on array bracketMichael Howell-0/+32
2022-09-30rustdoc: update test cases for `<section>` tags in traitsMichael Howell-8/+8
2022-09-28rustdoc: add method spacing to trait methodsMichael Howell-6/+6
2022-09-27attributes: Add #[rustc_safe_intrinsic] builtinArthur Cohen-0/+2
2022-09-25rustdoc: update test cases now that code-header is used without in-bandMichael Howell-143/+143
2022-09-22Rollup merge of #102107 - Urgau:rustdoc-missing-space-before-where-clause, r=...Dylan DPC-1/+18
2022-09-22Rollup merge of #102054 - GuillaumeGomez:sidebar-all-page, r=notriddleYuki Okushi-0/+35
2022-09-21Add missing space between notable trait tooltip and where clauseUrgau-1/+18