about summary refs log tree commit diff
path: root/tests/run-make/issue-88756-default-output
AgeCommit message (Collapse)AuthorLines
2024-08-02rewrite rustdoc-default-output to rmakeOneirical-206/+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-03-30move `tools.mk` to run-makeJoshua Nelson-1/+1
apparently I missed some tests in the last commit. Rather than having dozens of tests use the long version, use the short version in `run-make` and the long version in `run-make-fulldeps` (which is now only three tests)
2023-01-11Move /src/test to /testsAlbert Larsan-0/+203