]> git.lizzy.rs Git - rust.git/history - src/librustc_mir/interpret/terminator/mod.rs
Move all intrinsics out of `interpret` and fail CTFE on intrinsic calls
[rust.git] / src / librustc_mir / interpret / terminator / mod.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 SchneiderImplement the first machine function
2017-08-01 Oliver SchneiderSplit up miri into the librustc_mir and bin parts
2017-07-31 Oliver SchneiderMerge pull request #274 from RalfJung/packed2
2017-07-29 Ralf Jungavoid anonymous bool
2017-07-27 Ralf Junguse Cell for memory's aligned flag to avoid infecting...
2017-07-27 Ralf Jungmake force_allocation handle packed ByValPair
2017-07-26 Oliver SchneiderMerge pull request #272 from oli-obk/mir-validate
2017-07-25 Ralf Jungwe need to normalize associated types also deep in...
2017-07-24 Oliver SchneiderMerge pull request #267 from RalfJung/cast
2017-07-24 Oliver SchneiderPass `HasDataLayout` instead of the data layout itself
2017-07-22 Ralf Jungmove pointer truncation to a common method in memory.rs
2017-07-21 Oliver SchneiderMerge pull request #258 from oli-obk/upstream
2017-07-21 Oliver SchneiderPrep miri repository for rustc merger