about summary refs log tree commit diff
path: root/src/test/run-pass/wrapping-int-api.rs
AgeCommit message (Collapse)AuthorLines
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-225/+0
2019-07-27tests: Add missing run-pass annotationsVadim Petrochenkov-0/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2015-10-13implement RFC 1229Oliver Schneider-2/+0
const eval errors outside of true constant enviroments are not reported anymore, but instead forwarded to a lint.
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-1/+1
2015-04-17Fix test for 32-bit targets.Felix S. Klock II-2/+2
(The cast from the 64-bit value to isize was using the lower 32-bits, which led to it being treated as a large positive value rather than a smallish negative one. The fix was to use the same bits for the upper- and lower- 32 bits.)
2015-04-14Regression tests for `wrapping_*` operations for integer types.Felix S. Klock II-0/+236