rust/src/librustc_trans
James Miller 73f3054288 Check arithmetic in the MIR
Add, Sub, Mul, Shl, and Shr are checked using a new Rvalue:
CheckedBinaryOp, while Div, Rem and Neg are handled with explicit checks
in the MIR.
2016-06-05 14:02:24 +03:00
..
2016-06-05 14:02:24 +03:00
2016-06-03 16:11:18 +03:00
2016-05-24 15:08:07 -04:00

See the README.md in ../librustc.