about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/mir/place.rs
AgeCommit message (Expand)AuthorLines
2022-02-27expadn abi check + condese & fix testsDrMeepster-1/+1
2022-02-27fix box icing when it has aggregate abiDrMeepster-1/+12
2022-02-03compiler: clippy::complexity fixesMatthias Krüger-1/+1
2021-11-27Use iterator instead of recursion in `codegen_place`SparrowLii-76/+67
2021-09-09Make `abi::Abi` `Copy` and remove a *lot* of refsAndreas Liljeqvist-2/+2
2021-09-02rustc_target: move `LayoutOf` to `ty::layout`.Eduard-Mihai Burtescu-2/+2
2021-08-04Prepare inbounds_gep for opaque pointersTomasz Miąsko-1/+5
2021-08-04Prepare gep for opaque pointersTomasz Miąsko-2/+2
2021-08-04Prepare struct_gep for opaque pointersTomasz Miąsko-2/+6
2021-07-09Fix project_deref() implementationNikita Popov-12/+0
2021-07-09Pass type when creating loadNikita Popov-1/+1
2021-04-08Fix closed over variables not available in debuginfo for Windows MSVCWesley Wiser-0/+12
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