]> git.lizzy.rs Git - rust.git/history - src/test/run-pass/const-int-saturating-arith.rs
rename variable and add test directive for #58030
[rust.git] / src / test / run-pass / const-int-saturating-arith.rs
2019-02-11 Patrick McCarterrename variable and add test directive for #58030
2019-02-07 Patrick McCarterRefactor const saturating intrinsics emulation and...
2019-02-06 Patrick McCarterfix saturating_sub() underflow for unsigned ints #58030
2019-02-06 Patrick McCarterAllow const assignment for int saturating_sub() for...
2019-02-05 Patrick McCarterAllow const assignment for int saturating_add() calls...