]> git.lizzy.rs Git - rust.git/history - compiler/rustc_mir_transform/src/sroa.rs
Auto merge of #104456 - RalfJung:miri, r=RalfJung
[rust.git] / compiler / rustc_mir_transform / src / sroa.rs
2022-11-16 borsAuto merge of #104456 - RalfJung:miri, r=RalfJung
2022-11-16 Matthias KrügerRollup merge of #104466 - notriddle:notriddle/crate...
2022-11-16 Matthias KrügerRollup merge of #104462 - notriddle:notriddle/rightside...
2022-11-16 Matthias KrügerRollup merge of #104459 - notriddle:notriddle/main...
2022-11-16 Matthias KrügerRollup merge of #104394 - oli-obk:suggest_method_call...
2022-11-16 Matthias KrügerRollup merge of #104335 - Nilstrieb:macrowo, r=compiler...
2022-11-16 Matthias KrügerRollup merge of #104137 - StackDoubleFlow:err-lsc-unsup...
2022-11-16 Matthias KrügerRollup merge of #103750 - calebzulawski:master, r=worki...
2022-11-16 Matthias KrügerRollup merge of #104471 - scruss:patch-1, r=jyn514
2022-11-16 Matthias KrügerRollup merge of #104450 - andrewpollack:fix-fuchsia...
2022-11-16 Matthias KrügerRollup merge of #104425 - notriddle:notriddle/main...
2022-11-16 Matthias KrügerRollup merge of #104424 - notriddle:notriddle/popover...
2022-11-16 Matthias KrügerRollup merge of #104419 - Ayush1325:test-issue-30490...
2022-11-16 Matthias KrügerRollup merge of #104401 - RalfJung:mpsc-leak, r=Amanieu
2022-11-16 Matthias KrügerRollup merge of #104348 - fmease:iat-vis-stab, r=cjgillot
2022-11-16 Matthias KrügerRollup merge of #104193 - TaKO8Ki:fix-104142, r=cjgillot
2022-11-16 Matthias KrügerRollup merge of #103489 - WaffleLapkin:byte_offset_from...
2022-11-16 Matthias KrügerRollup merge of #103484 - saschanaz:patch-2, r=ehuss
2022-11-16 borsAuto merge of #102935 - ajtribick:display-float-0.5...
2022-11-16 borsAuto merge of #104468 - weihanglo:update-cargo, r=weihanglo
2022-11-15 borsAuto merge of #102570 - cjgillot:deagg-debuginfo, r...
2022-11-15 Camille GILLOTEnable SROA by at mir-opt level 3.
2022-11-15 Camille GILLOTFlatten aggregates into locals.