This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
src
/
libtest
History
Amanieu d'Antras
d162d096dd
Rename asm! to llvm_asm!
...
asm! is left as a wrapper around llvm_asm! to maintain compatibility.
2020-03-26 15:49:22 +00: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
…
stats
…
bench.rs
…
Cargo.toml
…
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
…
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
…
time.rs
…
types.rs
reduce references on match patterns (clippy::match_ref_pats)
2020-03-07 21:48:17 +01:00