about summary refs log tree commit diff
path: root/src/test/mir-opt/inline/inline_into_box_place.main.Inline.64bit.diff
AgeCommit message (Collapse)AuthorLines
2022-09-04Remove unnecessary `EMIT_MIR_FOR_EACH_BITWIDTHJakob Degen-82/+0
2022-08-23./x.py test --blessTomasz Miąsko-11/+8
2022-08-06./x.py test --blessTomasz Miąsko-12/+11
2022-07-28bless mir opt testsNilstrieb-34/+34
2022-07-09tweak names and output and blessRalf Jung-3/+3
2022-06-15remove box derefs from codgenDrMeepster-19/+25
2022-06-14address reviewb-naber-4/+4
2022-06-14implement valtrees as the type-system representation for constant valuesb-naber-6/+6
2022-05-06bless mir-optRalf Jung-1/+1
2022-05-04Generate an intermediate temporary for `Drop` constants.Oli Scherer-2/+6
To limit the fallout from this, don't do this for the last (or only) operand in an rvalue.
2022-04-14Update inline-into-box-place test outputEduardo Sánchez Muñoz-1/+1
2022-04-11Fix tests broken by deaggregation changeJakob Degen-0/+1
2022-02-27Only create a single expansion for each inline integration.Camille GILLOT-3/+3
2022-02-22change `mir::Constant` in mir dumpslcnr-5/+2
2021-09-25Bless testsGary Guo-23/+37
2021-05-17mir-opt bless for Size field being removed from AllocationRalf Jung-2/+2
2020-11-09Support inlining diverging function callsTomasz Miąsko-0/+2
Additionally introduce storage markers for all temporaries created by the inliner. The temporary introduced for destination rebrorrow, didn't use them previously.
2020-10-27Show the inline stack of MIR lints that only occur after inliningOliver Scherer-3/+3
2020-10-26Auto merge of #77187 - TimDiekmann:box-alloc, r=Amanieubors-2/+2
Support custom allocators in `Box` r? `@Amanieu` This pull request requires a crater run. ### Prior work: - #71873 - #58457 - [`alloc-wg`](https://github.com/TimDiekmann/alloc-wg)-crate Currently blocked on: - ~#77118~ - ~https://github.com/rust-lang/chalk/issues/615 (#77515)~
2020-10-21rustc_mir: track inlined callees in SourceScopeData.Eduard-Mihai Burtescu-1/+1
2020-10-07Support custom allocators in `Box`Tim Diekmann-2/+2
Remove `Box::leak_with_alloc` Add leak-test for box with allocator Rename `AllocErr` to `AllocError` in leak-test Add `Box::alloc` and adjust examples to use the new API
2020-10-04Bless mir-opt testsAaron Hill-18/+17
2020-09-17Rename 64 bit mir files to be more tool friendlyNixon Enraght-Moony-0/+63
See #75746