summary refs log tree commit diff
path: root/compiler/rustc_mir/src/transform/check_unsafety.rs
AgeCommit message (Expand)AuthorLines
2021-01-19Auto merge of #81110 - LeSeulArtichaut:fix-unused-unsafe-label, r=RalfJungbors-8/+9
2021-01-18Auto merge of #80865 - oliviacrain:proj_based, r=RalfJungbors-6/+2
2021-01-17Fix `unused_unsafe` label with `unsafe_block_in_unsafe_fnLeSeulArtichaut-8/+9
2021-01-16Use PlaceRef more consistently in rustc_mirOlivia Crain-6/+2
2020-12-31remove move_val_init leftoversRalf Jung-8/+0
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