]> git.lizzy.rs Git - rust.git/history - src/librustc_mir/interpret/memory.rs
implement stub validity check for basic types (bool, int, float); acquire locks for...
[rust.git] / src / librustc_mir / interpret / memory.rs
2017-07-25 Ralf Jungimplement stub validity check for basic types (bool...
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-23 Oliver SchneiderUse rustc traits instead of our own
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