summary refs log tree commit diff
path: root/src/test/ui/consts/const-int-arithmetic.rs
AgeCommit message (Collapse)AuthorLines
2020-05-04Stabilize saturating_abs and saturating_negTobias Rapp-1/+0
Stabilizes the following signed integer functions with saturation mechanics: * saturating_abs() * saturating_neg() Closes #59983
2020-02-10some more tests for i128 oveflow behaviorRalf Jung-2/+19
2020-02-04Fix testDylan MacKenzie-160/+124
2020-02-04Add tests for newly const arithmetic fnsDylan MacKenzie-0/+166
Co-Authored-By: 9999years <rbt@sent.as>