summary refs log tree commit diff
path: root/compiler/rustc_mir/src/transform/nrvo.rs
AgeCommit message (Expand)AuthorLines
2020-10-29Link to pass docs from NRVO module docsCamelid-0/+2
2020-10-04Remember the `MirSource` for each `Body`Dylan MacKenzie-4/+4
2020-10-04Enable RenameReturnPlace MIR optimization on mir-opt-level >= 2Tomasz Miąsko-6/+0
2020-09-18Implement a destination propagation passJonas Schievink-0/+6
2020-09-04NRVO: Allow occurrences of the return place in var debug infoTomasz Miąsko-4/+5
2020-08-30mv compiler to compiler/mark-0/+232