about summary refs log tree commit diff
path: root/tests/run-make/issue-88756-default-output/output-default.stdout
AgeCommit message (Collapse)AuthorLines
2024-08-02rewrite rustdoc-default-output to rmakeOneirical-200/+0
2024-06-09rustdoc: Add support for --remap-path-prefixEdward Shen-0/+2
Adds --remap-path-prefix as an unstable option. This is implemented to mimic the behavior of rustc's --remap-path-prefix but with minor adjustments. This flag similarly takes in two paths, a prefix to replace and a replacement string.
2024-03-15rustdoc: fix test's saved stdoutTravis Finkenauer-0/+2
Also reword "test-builder-wrapper" argument help.
2023-09-20Delete obsolete --disable-per-crate-search rustdoc flagDavid Tolnay-3/+0
2023-09-15rustdoc: merge theme css into rustdoc.cssMichael Howell-1/+1
Based on https://github.com/rust-lang/rust/pull/115812#issuecomment-1717960119 Having them in separate files used to make more sense, before the migration to CSS variables made the theme files as small as they are nowadays. This is already how docs.rs and mdBook do it.
2023-08-23Update run-make/issue-88756-default-output testGuillaume Gomez-0/+2
2023-01-11Move /src/test to /testsAlbert Larsan-0/+197