summary refs log tree commit diff
path: root/src/test/ui/wrapping-int-combinations.rs
AgeCommit message (Expand)AuthorLines
2019-08-30Skip wrapping arithmetic tests on emscripten for 128 bit integersIlija Tovilo-0/+2
2019-08-29Also test isize and usize in wrapping arithmeticsIlija Tovilo-0/+2
2019-08-20Test that Wrapping arithmetic ops are implemented for all int typesIlija Tovilo-0/+73