rust/src/libtest
Linus Färnstrand 09b5d666a0 Stop importing float module in libtest 2020-04-06 22:45:44 +02:00
..
formatters Use writeln!(fmt, "word") instead of write!(fmt, "word\n") (clippy::write_with_newline) 2020-03-07 21:48:17 +01:00
helpers Format the world 2019-12-22 17:42:47 -05:00
stats Stop importing float module in libtest 2020-04-06 22:45:44 +02:00
Cargo.toml bootstrap: Merge the libtest build step with libstd 2019-08-23 16:46:11 -07:00
bench.rs Format the world 2019-12-22 17:42:47 -05:00
cli.rs Request "-Z unstable-options" for unstable options 2020-03-23 22:54:06 -07:00
console.rs libtest: remove redundant argument to writeln!() (clippy::writeln_empty_string) 2020-03-07 21:48:17 +01:00
event.rs Format the world 2019-12-22 17:42:47 -05:00
lib.rs Rename asm! to llvm_asm! 2020-03-26 15:49:22 +00:00
options.rs fix various typos 2020-03-06 15:19:31 +01:00
stats.rs libtest: declare variables as floats instead of casting them (clippy::unnecessary_cast) 2020-03-07 21:48:17 +01:00
test_result.rs fix various typos 2020-03-06 15:19:31 +01:00
tests.rs Format the world 2019-12-22 17:42:47 -05:00
time.rs Format the world 2019-12-22 17:42:47 -05:00
types.rs reduce references on match patterns (clippy::match_ref_pats) 2020-03-07 21:48:17 +01:00