about summary refs log tree commit diff
path: root/src/test/mir-opt/inline/inline_closure.foo.Inline.after.mir
AgeCommit message (Collapse)AuthorLines
2020-10-27Show the inline stack of MIR lints that only occur after inliningOliver Scherer-3/+3
2020-10-21rustc_mir: track inlined callees in SourceScopeData.Eduard-Mihai Burtescu-1/+1
2020-09-25Move from {{closure}}#0 syntax to {closure#0} for (def) path componentsmarmeladema-2/+2
2020-09-03inliner: Emit storage markers for introduced arg temporariesTomasz Miąsko-0/+4
When introducing argument temporaries during inlining, emit storage marker statements just before the assignment and in the beginning of the return block. This ensures that such temporaries will not be considered live across yield points after inlining inside a generator.
2020-08-11move Deaggregate pass to post_borrowck_cleanupRalf Jung-10/+2
2020-07-29Move mir-opt tests to toplevelXavier Denis-0/+51