]> git.lizzy.rs Git - rust.git/history - src/bin/miri.rs
rustup to rustc 1.13.0-nightly (91f057de3 2016-09-04)
[rust.git] / src / bin / miri.rs
2016-09-06 Oliver Schneiderrustup to rustc 1.13.0-nightly (91f057de3 2016-09-04)
2016-08-27 Scott OlsonUpdate for changes in rustc.
2016-07-07 Oliver SchneiderMerge remote-tracking branch 'origin/master' into alignment
2016-07-07 Scott OlsonMerge pull request #43 from oli-obk/the_outer_limits
2016-07-07 Oliver SchneiderMerge remote-tracking branch 'origin/master' into the_o...
2016-07-07 Oliver Schneiderinfer type of the various limits
2016-07-07 Oliver Schneiderremove unused extern crate
2016-07-05 Oliver Schneideradd attribute to limit the stack size
2016-07-05 Oliver Schneideradd execution time limit
2016-07-05 Oliver Schneidermake the memory limit configurable
2016-07-01 Scott OlsonRun Mir passes (copied from rustc pre-trans).
2016-06-20 Oliver SchneiderMerge remote-tracking branch 'origin/master' into oflo
2016-06-18 Scott OlsonGet benchmarks running again and factor out some parts...
2016-06-18 Scott OlsonRename max indentation constant for clarity.
2016-06-18 Scott OlsonOnly indent trace logs.
2016-06-16 Scott OlsonMerge pull request #27 from oli-obk/travis
2016-06-15 Oliver Schneidercreate a miri-pass test that allows us to run miri...
2016-06-15 Scott OlsonMerge branch 'wip'
2016-06-15 Scott OlsonMerge pull request #24 from oli-obk/typesafe_fn_calls
2016-06-15 Scott OlsonMerge pull request #23 from oli-obk/miri_run_no_more
2016-06-15 Oliver Schneideruse the logging framework instead of println!
2016-06-15 Oliver Schneiderpass arguments to `start`
2016-06-15 Scott OlsonRename next_block to block and reorganize Frame fields.
2016-06-15 Scott OlsonGet the sysroot (like compiletest) in Miri itself.
2016-06-14 Oliver Schneiderrun `start` and `main` language item if provided
2016-06-13 Oliver Schneiderdon't use `#[miri_run]` anymore, but execute the `main...
2016-06-13 Oliver SchneiderMerge pull request #1 from solson/fixup-function_pointers2
2016-06-11 Scott OlsonMerge remote-tracking branch 'oli/function_pointers2...
2016-06-11 Scott OlsonRemove inception test for now.
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.