summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/abi.rs
AgeCommit message (Collapse)AuthorLines
2018-05-24Add constant for `Size::from_bytes(0)`Oliver Schneider-2/+2
2018-05-19use if let to avoid potential div by zerocjkenn-2/+6
remove semicolon -_- Add rem_bytes to conditional to avoid error when performing mod by 0 Add test file to confirm compilation passes. Ensure we don't divide or mod by zero in llvm_type. Include test file from issue.
2018-05-17Rename trans to codegen everywhere.Irina Popa-0/+696