about summary refs log tree commit diff
path: root/src/test/stdtest/uint.rs
AgeCommit message (Expand)AuthorLines
2012-01-17libcore: Move core tests into libcoreBrian Anderson-112/+0
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-3/+4
2011-11-15Replaced constant functions with actual constants in std and updated testsStefan Plantikow-3/+3
2011-11-05uint.rs: added functions div_ceil, div_floor, div_roundDavid Rajchenbach-Teller-0/+7
2011-11-01Ignore should_fail tests on windowsBrian Anderson-0/+4
2011-11-01Add should_fail annotation for unit testsMatt Brubeck-0/+24
2011-10-31Correct handling of non-numeric chars in parse_bufMatt Brubeck-1/+21
2011-10-17[Lib] int.rs, uint.rs: added max_value, min_valueDavid Rajchenbach-Teller-0/+7
2011-08-20ReformatBrian Anderson-1/+1
2011-07-24The Big Test Suite OverhaulBrian Anderson-0/+49