about summary refs log tree commit diff
path: root/src/test/ui/consts/const-int-arithmetic.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-138/+0
2021-01-13Stabilize remaining integer methods as `const fn`Jacob Pratt-5/+0
2020-11-29Update tests to remove old numeric constantsbstrie-2/+0
2020-06-29stabilize const_saturating_int_methodsTrevor Spiteri-1/+0
2020-06-10Migrate to numeric associated constsLzu Tao-12/+12
2020-05-04Stabilize saturating_abs and saturating_negTobias Rapp-1/+0
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