]> git.lizzy.rs Git - rust.git/history - miri
only collect backtrace when RUST_BACKTRACE is set; resolve symbols lazily when printing
[rust.git] / miri /
2017-08-04 Ralf Jungonly collect backtrace when RUST_BACKTRACE is set;...
2017-08-03 Oliver SchneiderMerge pull request #280 from solson/archeology
2017-08-02 Oliver SchneiderProduce backtraces for miri internals
2017-08-02 Eduard-Mihai BurtescuMerge pull request #278 from solson/unions
2017-08-02 Oliver SchneiderMerge pull request #268 from oli-obk/upstream
2017-08-01 Oliver SchneiderAdd a better error message than `syscall 318 not found`
2017-08-01 Oliver SchneiderAddress comments
2017-08-01 Oliver SchneiderRemove leftover unused file
2017-08-01 Oliver SchneiderMove tls code to its own file
2017-08-01 Oliver SchneiderAllow machines to create new memory kinds
2017-08-01 Oliver SchneiderMove all intrinsics out of `interpret` and fail CTFE...
2017-08-01 Oliver SchneiderReduce the chance of accidentally calling functions...
2017-08-01 Oliver SchneiderMove more non-CTFE operations to the Machine
2017-08-01 Oliver SchneiderSplit "new" miri crate into modules
2017-08-01 Oliver SchneiderImplement the first machine function
2017-08-01 Oliver SchneiderSplit up miri into the librustc_mir and bin parts