]> git.lizzy.rs Git - rust.git/history - src/bin/miri.rs
Fix infinite loop when debug trace is disabled.
[rust.git] / src / bin / miri.rs
2016-06-11 Scott OlsonFix infinite loop when debug trace is disabled.
2016-06-11 Scott OlsonUpdate for changes in rustc nightly.
2016-06-10 Scott OlsonMerge pull request #20 from oli-obk/error_reporting
2016-06-10 Oliver Schneideradjust lifetimes and bindings to the GlobalEvalContext...
2016-06-10 Oliver Schneiderstyle nit
2016-06-10 Oliver Schneiderrename GlobalEvalContext to EvalContext
2016-06-10 Oliver Schneiderexpose a minimal API and use it in the binary
2016-06-01 Scott OlsonMerge pull request #16 from oli-obk/logs
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.