about summary refs log tree commit diff
path: root/library/std/tests/common
AgeCommit message (Expand)AuthorLines
2025-02-07std: get rid of `sys_common::io`joboet-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+3
2023-11-02Move RandomState and DefaultHasher into std::hash, but don't export for nowltdk-2/+2
2023-05-25std: mark common functions in test crate `pub(crate)`Michael Howell-6/+4
2023-05-25bootstrap: enable Cargo `public-dependency` feature for `libstd`Michael Howell-0/+2
2023-02-21Make `create_dir_all_bare` an std integration testChris Denton-0/+58