rust/library/test/src
Alex Crichton d2a3c24a95 Update more rustc/libtest things for wasm64
* Add wasm64 variants for inline assembly along the same lines as wasm32
* Update a few directives in libtest to check for `target_family`
  instead of `target_arch`
* Update some rustc codegen and typechecks specialized for wasm32 to
  also work for wasm64.
2021-11-10 08:35:42 -08: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 Update more rustc/libtest things for wasm64 2021-11-10 08:35:42 -08:00
options.rs feat(libtest): Add JUnit formatter 2021-04-25 15:51:50 -07:00
stats.rs Use HTTPS links where possible 2021-06-23 16:26:46 -04: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 Add tests 2021-09-29 21:51:59 -04:00
time.rs Dogfood 'str_split_once()` in the std lib 2020-12-07 14:24:05 -07:00
types.rs Update to new bootstrap compiler 2021-06-28 11:30:49 -04:00