summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/mir/place.rs
AgeCommit message (Expand)AuthorLines
2021-01-16PlaceRef::ty: use method call syntaxRalf Jung-1/+1
2021-01-07Auto merge of #80200 - mahkoh:dst-offset, r=nagisabors-10/+44
2021-01-03use PlaceRef more consistently instead of loosely coupled local+projectionRalf Jung-1/+1
2020-12-19Optimize DST field accessJulian Orth-10/+44
2020-11-16compiler: fold by valueBastian Kauschke-2/+2
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-2/+2
2020-09-25Auto merge of #73453 - erikdesjardins:tuplayout, r=eddybbors-9/+27
2020-09-04Change ty.kind to a methodLeSeulArtichaut-1/+1
2020-08-30handle vector layoutErik Desjardins-8/+12
2020-08-30ignore zst offsets insteadErik Desjardins-9/+23
2020-08-30mv compiler to compiler/mark-0/+502