about summary refs log tree commit diff
path: root/tests/rustdoc-gui/src/lib2
AgeCommit message (Collapse)AuthorLines
2025-09-27Remove `doc_auto_cfg` feature as wellGuillaume Gomez-1/+0
2024-09-02Rollup merge of #127474 - tesuji:foldable-inline-derefs, r=t-rustdocMatthias Krüger-0/+10
doc: Make block of inline Deref methods foldable After: ![image](https://github.com/rust-lang/rust/assets/15225902/3e8ab320-dbf7-436f-9be0-d0ef82664663) Before: ![image](https://github.com/rust-lang/rust/assets/15225902/f6f7635d-d4c3-437e-a2d9-147726287b05) Fix #127470. Current status: - [x] Bug when hovering over title "Methods from ...": The anchor sign $ overlaps with `[-]`: https://github.com/rust-lang/rust/pull/127474#issuecomment-2222930038 => Fixed by https://github.com/rust-lang/rust/pull/127474#issuecomment-2228886292
2024-08-06rustdoc-search: account for numeric disambiguators on implsMichael Howell-1/+19
Fixes #128676
2024-07-18Add test for size of items in the items listGuillaume Gomez-0/+1
2024-07-15Add tests for new toggle on deref blocksGuillaume Gomez-0/+10
2023-12-07Extend GUI tests for `doc_cfg`Guillaume Gomez-0/+16
2023-10-31Accept less invalid Rust in rustdocOli Scherer-2/+7
2023-01-11Move /src/test to /testsAlbert Larsan-0/+428