about summary refs log tree commit diff
path: root/library/test/src/helpers
AgeCommit message (Expand)AuthorLines
2025-01-20test: add `#![warn(unreachable_pub)]`Urgau-6/+6
2024-07-29Reformat `use` declarations.Nicholas Nethercote-3/+5
2024-06-20Add blank lines after module-level `//!` comments.Nicholas Nethercote-0/+2
2024-02-22Use generic `NonZero` everywhere else.Markus Reiter-2/+2
2024-01-30Actually abort in panic-abort-testsTyler Mandry-21/+0
2023-11-02Move RandomState and DefaultHasher into std::hash, but don't export for nowltdk-2/+1
2022-10-15Add `IsTerminal` trait to determine if a descriptor or handle is a terminalJosh Triplett-33/+0
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-2/+2
2021-10-07Rollup merge of #89082 - smoelius:master, r=kennytmJubilee-0/+68
2021-09-29Implement #85440Samuel E. Moelius III-0/+68
2021-09-28Rename `std::thread::available_onccurrency` to `std::thread::available_parall...Yoshua Wuyts-1/+1
2021-03-27lazily calls some fnsklensy-1/+1
2020-11-10Remove io::LocalOutput and use Arc<Mutex<dyn>> for local streams.Mara Bos-32/+0
2020-11-08Rollup merge of #78065 - tshepang:nits, r=dtolnayMara Bos-11/+7
2020-10-22Capture output from threads spawned in testsTyler Mandry-0/+7
2020-10-21make concurrency helper more pleasant to readTshepang Lekhonkhobe-11/+7
2020-10-16Add std::thread::available_concurrencyYoshua Wuyts-101/+2
2020-08-08fix clippy::needless_return: remove unneeded return statementsMatthias Krüger-2/+2
2020-07-27mv std libs to library/mark-0/+251