about summary refs log tree commit diff
path: root/src/test/stdtest/int.rs
AgeCommit message (Expand)AuthorLines
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-3/+5
2011-11-15Replaced constant functions with actual constants in std and updated testsStefan Plantikow-3/+3
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-0/+22
2011-10-30Fix int::parse_buf for negative numbers (#1102)Matt Brubeck-1/+16
2011-10-17[Lib] int.rs, uint.rs: added max_value, min_valueDavid Rajchenbach-Teller-0/+7
2011-09-02Reformat. Issue #855Brian Anderson-5/+5
2011-09-01Rename std::istr to std::str. Issue #855Brian Anderson-1/+1
2011-08-27Convert std::int to istrs. Issue #855Brian Anderson-6/+6
2011-08-20ReformatBrian Anderson-1/+1
2011-07-27Reformat for new syntaxMarijn Haverbeke-1/+1
2011-07-24The Big Test Suite OverhaulBrian Anderson-0/+2
2011-07-09Add sha1 and int tests to stdtest. Issue #428Brian Anderson-0/+23