MIRAI v1.0.4 Release Notes
Release Date: 2019-09-19 // over 5 years ago-
๐ Use separate lock file to avoid panic in Sled.
Only share the persistent store between crates if flag is present.
Contracts for variants ofrand.Rng.gen_range
andrand.Rng.gen_bool
.
Give diagnostics if non public function is a call tree root.
MIR assertions now treated just like verify.
Previous changes from v1.0.3
-
๐ Make --sysroot available for the command line.
โ Add a rust-toolchain
๐ Make core::slice::Iter methods generic.
โ Add def ids for un-summarized functions in the call graph being analyzed.
โ Add (assume|verify)_unreachable macros.
๐ Make the result of an uninterpreted call more complete to allow better refinement.
Promote pre/post conditions for async functions.