]> git.lizzy.rs Git - rust.git/history - miri/lib.rs
Move all intrinsics out of `interpret` and fail CTFE on intrinsic calls
[rust.git] / miri / lib.rs
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