about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/transform/check_unsafety.rs
AgeCommit message (Expand)AuthorLines
2020-11-22refactor unsafety checking of placesRalf Jung-75/+84
2020-11-20improve formattingRalf Jung-4/+8
2020-11-20adjust union access unsafety check logic to take into account Deref and the a...Ralf Jung-15/+20
2020-11-20consider assignments of union field of ManuallyDrop type safeRalf Jung-25/+28
2020-11-06Fixing Spelling Typosankushduacodes-1/+1
2020-10-19fix static_ptr_ty for foreign statics, and more comments in check_unsafetyRalf Jung-0/+3
2020-09-04Change ty.kind to a methodLeSeulArtichaut-4/+4
2020-08-30mv compiler to compiler/mark-0/+733