]> git.lizzy.rs Git - rust.git/history - src/librustc_mir/interpret/validation.rs
whitelist some more methods
[rust.git] / src / librustc_mir / interpret / validation.rs
2017-07-26 Ralf Jungwhitelist some more methods
2017-07-26 Ralf Jungmove undef-check-on-release-validation out, to catch...
2017-07-26 Ralf Jungcheck mutable UnsafeCell; hack for AtomicBool::get_mut
2017-07-26 Ralf Jungmore hacks to make test cases pass
2017-07-25 Ralf Jungwhitelist things so that more tests pass
2017-07-25 Ralf Jungsuspend lvalues, not locks. refactor memory locking.
2017-07-25 Ralf Junghandle type of function definitions (98)
2017-07-25 Ralf Jungwe need to normalize associated types also deep in...
2017-07-25 Ralf JungHandle trait objects. Only very superficial checking...
2017-07-25 Ralf Jungnits. also, rustc now emits released for drop. (72)
2017-07-25 Ralf Jungexempt UnsafeCell from checks (69)
2017-07-25 Ralf Jungmove validation to its own file