about summary refs log tree commit diff
path: root/tests/rustdoc-gui
AgeCommit message (Expand)AuthorLines
2024-12-05Update GUI test after rebaseGuillaume Gomez-7/+3
2024-12-05Improve positioning of "..." in collapsed impl blockGuillaume Gomez-2/+33
2024-12-05Update GUI testsGuillaume Gomez-2/+2
2024-12-05Add GUI test for impl block doc displayGuillaume Gomez-0/+50
2024-11-13Align impl doc block with `impl` keywordGuillaume Gomez-7/+7
2024-11-12Update GUI tests for documentation indent changesGuillaume Gomez-13/+18
2024-10-30rustdoc-search: simplify rules for generics and type paramsMichael Howell-2/+2
2024-10-30rustdoc-search: show types signatures in resultsMichael Howell-0/+42
2024-10-30rustdoc-search: pass original names through ASTMichael Howell-6/+6
2024-10-28Add GUI regression test for variant structfields marginsGuillaume Gomez-6/+7
2024-10-27Add GUI regression test for doc struct fields marginsGuillaume Gomez-10/+42
2024-10-26Rollup merge of #132183 - GuillaumeGomez:code-in-docblock, r=notriddleJubilee-5/+19
2024-10-26Update GUI testGuillaume Gomez-4/+6
2024-10-26Add GUI regression test for code in doc blocksGuillaume Gomez-1/+13
2024-10-23rustdoc: adjust spacing and typography in headerMichael Howell-13/+13
2024-10-09Strengthen some GUI testsGuillaume Gomez-0/+3
2024-10-09Add GUI regression test for methods left margin on mobileGuillaume Gomez-0/+17
2024-10-09Fix methods alignment on mobileGuillaume Gomez-2/+2
2024-10-04Rollup merge of #131257 - GuillaumeGomez:fix-list-margins, r=notriddleJubilee-0/+35
2024-10-04Add GUI regression test for #130622 and for #131223Guillaume Gomez-0/+35
2024-10-04Enable `--no-sandbox` option by default for rustdoc GUI testsGuillaume Gomez-7/+0
2024-09-29Auto merge of #131002 - steffahn:rustdoc-long-names-fix, r=notriddlebors-14/+14
2024-09-29rustdoc-gui: fix test casesMichael Howell-14/+14
2024-09-28Make use of `wait-for*-false` commandsGuillaume Gomez-12/+6
2024-09-23Rollup merge of #129545 - notriddle:notriddle/toolbar-v2, r=GuillaumeGomezMichael Goulet-112/+95
2024-09-23Tweak breadcrumbs listMichael Howell-2/+2
2024-09-22Add GUI regression test for non-rust code blocks line numbersGuillaume Gomez-7/+60
2024-09-20Add GUI tests for line numbers paddingGuillaume Gomez-1/+62
2024-09-20Add GUI test to check size of additional scraped examplesGuillaume Gomez-0/+8
2024-09-10rustdoc: tweak spacing in toolbarMichael Howell-5/+5
2024-09-10rustdoc: make the header show all three buttonsMichael Howell-31/+36
2024-09-10rustdoc: redesign toolbar and disclosure widgetsMichael Howell-91/+69
2024-09-05Rollup merge of #129796 - GuillaumeGomez:unify-code-examples, r=notriddleMatthias Krüger-21/+208
2024-09-05Rollup merge of #120736 - notriddle:notriddle/toc, r=t-rustdocMatthias Krüger-6/+83
2024-09-03Fix square corners on line numbers when code is collapsedGuillaume Gomez-0/+11
2024-09-03Fix wrong padding for expanded scraped exampleGuillaume Gomez-2/+21
2024-09-02Simplify CSS but wrapping scraped example into a div and move the title out o...Guillaume Gomez-28/+47
2024-09-02Rollup merge of #127474 - tesuji:foldable-inline-derefs, r=t-rustdocMatthias Krüger-0/+40
2024-09-02Fix scraped examples background gradientGuillaume Gomez-1/+10
2024-09-01Correctly handle code examples buttons positionGuillaume Gomez-0/+21
2024-09-01Add missing CSS variables in GUI test for `custom-theme.css`Guillaume Gomez-0/+2
2024-09-01Add GUI regression test for scraped examples title position on mobileGuillaume Gomez-0/+43
2024-09-01Add GUI tests to ensure that rounded corners on code blocks are working as ex...Guillaume Gomez-0/+62
2024-08-31Update rustdoc GUI testsGuillaume Gomez-14/+15
2024-08-20rustdoc: add test case for modnav position when TOC is offMichael Howell-0/+44
2024-08-20rustdoc: consistentify `#TOC` and `#ModNav` to lowercaseMichael Howell-12/+12
2024-08-20Add configuration options to hide TOC or module navigationMichael Howell-4/+37
2024-08-20Add Top TOC support to rustdocMichael Howell-2/+2
2024-08-19rustdoc: animate the `:target` highlightMichael Howell-1/+1
2024-08-12Rollup merge of #128394 - GuillaumeGomez:run-button, r=t-rustdocGuillaume Gomez-56/+77