]> git.lizzy.rs Git - rust.git/history - src/bin/miri.rs
remove intermediate vars
[rust.git] / src / bin / miri.rs
2016-06-01 Oliver Schneiderremove intermediate vars
2016-06-01 Oliver Schneideruse format! compile time magics for indentation
2016-06-01 Oliver Schneiderwraparound when reaching indentation lvl 40
2016-06-01 Oliver Schneideruse a number for the maximum indentation instead of...
2016-06-01 Oliver Schneideruse MIRI_LOG instead of RUST_LOG, because rustc's outpu...
2016-06-01 Oliver Schneiderre-introduce the module name to the logs and show verti...
2016-06-01 Oliver Schneideradd the `log` crate + `env_logger` to be able to choose...
2016-05-09 Scott OlsonUpdate to a new nightly.
2016-04-22 Scott OlsonMerge pull request #9 from oli-obk/improve_tests
2016-04-22 Oliver Schneidervarious testing improvements
2016-04-22 Scott OlsonMerge pull request #7 from oli-obk/compiletest
2016-04-22 Oliver Schneideruse compiletest_rs
2016-03-21 Scott OlsonAbort miri if the Rust code had compilation errors.
2015-12-12 Scott OlsonMove miri binary source into src/bin.