summary refs log tree commit diff
path: root/src/test/mir-opt/remove_unneeded_drops.opt_generic_copy.RemoveUnneededDrops.diff
AgeCommit message (Expand)AuthorLines
2021-03-13Extend SimplifyLocals to remove ZST writesSimon Vandel Sillesen-1/+0
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-23Ignore test on wasm as it does not unwindSimon Vandel Sillesen-11/+11
2020-09-22cleanup cfg after optimizationSimon Vandel Sillesen-4/+3
2020-09-22MIR pass to remove unneeded drops on types not needing dropSimon Vandel Sillesen-0/+29