]> git.lizzy.rs Git - rust.git/history - src/librustc_mir/interpret/mod.rs
Move all intrinsics out of `interpret` and fail CTFE on intrinsic calls
[rust.git] / src / librustc_mir / interpret / mod.rs
2017-08-01 Oliver SchneiderMove all intrinsics out of `interpret` and fail CTFE...
2017-08-01 Oliver SchneiderImplement the first machine function
2017-08-01 Oliver SchneiderSplit up miri into the librustc_mir and bin parts
2017-07-26 Oliver SchneiderMerge pull request #272 from oli-obk/mir-validate
2017-07-25 Ralf Jungwhitelist things so that more tests pass
2017-07-25 Ralf Jungmove validation to its own file
2017-07-25 Ralf JungRe-do the way locking is done during verification
2017-07-21 Oliver SchneiderMerge pull request #258 from oli-obk/upstream
2017-07-21 Oliver SchneiderPrep miri repository for rustc merger