rust/library/test/src
2022-01-09 14:09:25 +11:00
..
formatters clippy::perf fixes 2021-11-04 21:07:56 +01:00
helpers Rollup merge of #89082 - smoelius:master, r=kennytm 2021-10-07 20:26:12 -07:00
stats mv std libs to library/ 2020-07-27 19:51:13 -05:00
term Ignore automatically derived impls of Clone and Debug in dead code analysis 2021-09-09 19:49:07 +02:00
bench.rs move core::hint::black_box under its own feature gate 2021-04-25 11:08:12 +02:00
cli.rs Check allow_unstable before checking environment variables 2021-09-30 12:57:34 -04:00
console.rs Update more rustc/libtest things for wasm64 2021-11-10 08:35:42 -08:00
event.rs Implement #85440 2021-09-29 21:51:46 -04:00
lib.rs Stabilize #[feature(available_parallelism)] 2022-01-07 01:07:10 +01:00
options.rs feat(libtest): Add JUnit formatter 2021-04-25 15:51:50 -07:00
stats.rs Remove unused allow deprecated 2021-12-29 18:06:01 +01:00
term.rs Remove unused stuff and switch to pub(crate) whenever possible. 2021-07-18 22:00:41 +08:00
test_result.rs Remove unsafe impl Send for CompletedTest & TestResult 2021-02-19 00:00:00 +00:00
tests.rs eplace usages of vec![].into_iter with [].into_iter 2022-01-09 14:09:25 +11:00
time.rs Dogfood 'str_split_once()` in the std lib 2020-12-07 14:24:05 -07:00
types.rs Replace TDynBenchFn with Fn(&mut Bencher) 2021-12-29 16:17:50 +01:00