]> git.lizzy.rs Git - rust.git/history - src/librustc_mir/interpret/memory.rs
fix checks when releasing write locks (101)
[rust.git] / src / librustc_mir / interpret / memory.rs
2017-07-25 Ralf Jungfix checks when releasing write locks (101)
2017-07-25 Ralf Jungwe have to permit deallocation memory for which we...
2017-07-25 Ralf Jungpermit locking constant memory (60)
2017-07-25 Ralf JungRe-do the way locking is done during verification
2017-07-25 Ralf Jungfor references, validate alignment and handle ZSTs
2017-07-25 Ralf Jungvarious small fixes and tracing
2017-07-25 Ralf Jungfix release_lock_until to no longer remove inactive...
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