]> git.lizzy.rs Git - rust.git/history - src/librustc_mir/interpret/eval_context.rs
Move a method used everywhere out of `intrinsic.rs`
[rust.git] / src / librustc_mir / interpret / eval_context.rs
2017-08-01 Oliver SchneiderMove a method used everywhere out of `intrinsic.rs`
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-26 Ralf Jungdisable validation code so that it all compiles against...
2017-07-25 Ralf Jungsuspend lvalues, not locks. refactor memory locking.
2017-07-25 Ralf Jungimplement acquiring and releasing locks
2017-07-25 Ralf Jungadd locking data structures and lock checks
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-22 Oliver SchneiderMerge pull request #269 from oli-obk/cleanups
2017-07-21 Oliver SchneiderRemove unused `IntoValTyPair` hack
2017-07-21 Oliver SchneiderMerge pull request #258 from oli-obk/upstream
2017-07-21 Oliver SchneiderPrep miri repository for rustc merger