about summary refs log tree commit diff
path: root/tests/run-make/rustdoc-themes
AgeCommit message (Collapse)AuthorLines
2025-06-19Adjust some run-make tests on cross-compileJieyou Xu-0/+2
2025-02-27Fix test directives that were accidentally ignoredYotam Ofek-3/+3
2024-08-15About rmake testsGuillaume Gomez-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2024-07-17tests: update for `rfs` rename许杰友 Jieyou Xu (Joe)-1/+1
2024-07-17tests: update for renamed `fs` module in run_make_support许杰友 Jieyou Xu (Joe)-6/+5
2024-06-11Implement fs wrapper for run_make_supportOneirical-6/+6
2024-06-11tests/run-make: update tests to use new API许杰友 Jieyou Xu (Joe)-1/+1
2024-06-07Remove all usages of `tmp_dir` from testsJakub Beránek-3/+4
2024-06-06Do not use relative paths to Rust source root in run-make testsJakub Beránek-2/+2
2024-05-17Add missing assert! callsGuillaume Gomez-1/+1
2024-05-15Migrate `run-make/rustdoc-themes` to new rmakeGuillaume Gomez-11/+31
2023-09-15rustdoc: merge theme css into rustdoc.cssMichael Howell-1/+2
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-06-27Replace `id` attribute with `name` for `<meta>` tagGuillaume Gomez-1/+1
2023-03-30Move almost all run-make-fulldeps to run-makeJoshua Nelson-0/+14
They pass fine.