about summary refs log tree commit diff
path: root/tests/rustdoc
AgeCommit message (Expand)AuthorLines
2023-01-27rustdoc: merge doctest tooltip with notable traits tooltipMichael Howell-5/+5
2023-01-27Update rustdoc/redirect testGuillaume Gomez-1/+2
2023-01-27Add regression test for impl blocks in const exprGuillaume Gomez-0/+43
2023-01-27Add regression test for #107350Guillaume Gomez-0/+18
2023-01-27Rollup merge of #107336 - notriddle:notriddle/import-item-module-item, r=Guil...Yuki Okushi-18/+18
2023-01-27Rollup merge of #107284 - notriddle:notriddle/plus, r=jshaYuki Okushi-4/+4
2023-01-27Rollup merge of #107242 - notriddle:notriddle/title-ordering, r=GuillaumeGomezYuki Okushi-5/+5
2023-01-26rustdoc: remove mostly-unused CSS classes import/module-itemMichael Howell-18/+18
2023-01-26rustdoc: use smarter encoding for playground URLMichael Howell-4/+4
2023-01-23rustdoc: rearrange HTML in primitive reference linksMichael Howell-4/+4
2023-01-23rustdoc: make item links consistently use `title="{shortty} {path}"`Michael Howell-5/+5
2023-01-19Revert "Add regression test for impl blocks in const expr"Guillaume Gomez-43/+0
2023-01-18Auto merge of #106952 - petrochenkov:docglob, r=notriddle,GuillaumeGomezbors-0/+7
2023-01-17Rollup merge of #106869 - notriddle:notriddle/item-decl-pre-rust, r=Guillaume...Matthias Krüger-193/+193
2023-01-17rustdoc: Fix glob import inliningVadim Petrochenkov-0/+7
2023-01-14rustdoc: remove redundant item kind class from `.item-decl > pre`Michael Howell-193/+193
2023-01-14Rollup merge of #106828 - notriddle:notriddle/notable-trait-docblock, r=Guill...Matthias Krüger-5/+5
2023-01-14Rollup merge of #106819 - notriddle:notriddle/rm-h1-fqn, r=GuillaumeGomezYuki Okushi-7/+7
2023-01-13rustdoc: remove `docblock` class from notable trait popoverMichael Howell-5/+5
2023-01-13rustdoc: rename CSS rustdoc-toggle -> toggle and toggle -> settings-toggleMichael Howell-40/+40
2023-01-13rustdoc: remove unnecessary DOM class `h1.fqn`Michael Howell-7/+7
2023-01-13Rollup merge of #106741 - GuillaumeGomez:reexport-doc-hidden, r=notriddleYuki Okushi-0/+26
2023-01-12Add test for displayed re-export of `doc(hidden)`Guillaume Gomez-0/+26
2023-01-12Fix rendering 'const' for intrinsicsclubby789-0/+25
2023-01-11Move /src/test to /testsAlbert Larsan-0/+15735