]> git.lizzy.rs Git - rust.git/history - src/librustc_mir/interpret/machine.rs
Move all intrinsics out of `interpret` and fail CTFE on intrinsic calls
[rust.git] / src / librustc_mir / interpret / machine.rs
2017-08-01 Oliver SchneiderMove all intrinsics out of `interpret` and fail CTFE...
2017-08-01 Oliver SchneiderFix doc text
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 SchneiderImplement the first machine function