about summary refs log tree commit diff
path: root/src/test/stdtest
AgeCommit message (Expand)AuthorLines
2011-11-15Replaced constant functions with actual constants in std and updated testsStefan Plantikow-22/+22
2011-11-10str: add escape()Elly Jones-0/+8
2011-11-10Cleanup unused imports in testsHaitao Li-4/+0
2011-11-08Remove all uses of native cdecl except for those that yieldBrian Anderson-5/+5
2011-11-07json: betterify for brsonElly Jones-6/+55
2011-11-06[Test] rope.rs: testing concatDavid Rajchenbach-Teller-0/+16
2011-11-05Fixup: forgotten stdtest/rope.rsDavid Rajchenbach-Teller-0/+148
2011-11-05stdlib: Added a small rope libraryDavid Rajchenbach-Teller-0/+1
2011-11-05uint.rs: added functions div_ceil, div_floor, div_roundDavid Rajchenbach-Teller-0/+7
2011-11-02Add vec::permute to the standard library (#1013)Matt Brubeck-0/+21
2011-11-02Rename car/cdr to head/tail in std::listMarijn Haverbeke-8/+8
2011-11-02Make ptr::addr_of return an immutable vec, add mut_addr_ofMarijn Haverbeke-1/+1
2011-11-01Ignore another test involving failure on windowsBrian Anderson-0/+1
2011-11-01Ignore should_fail tests on windowsBrian Anderson-0/+10
2011-11-01Add should_fail annotation for unit testsMatt Brubeck-5/+82
2011-10-31Fix the filenames used in some IO testsBrian Anderson-4/+4
2011-10-31Add a char::to_digit functionMatt Brubeck-0/+29
2011-10-31Correct handling of non-numeric chars in parse_bufMatt Brubeck-1/+43
2011-10-31Rename std::str::chars to iter_charsMarijn Haverbeke-2/+2
2011-10-31Add a way to iterate over a str's chars to std::strMarijn Haverbeke-0/+13
2011-10-30Fix int::parse_buf for negative numbers (#1102)Matt Brubeck-1/+16
2011-10-30Make float::from_str ignore whitespace (#1089)Matt Brubeck-1/+22
2011-10-29Cleanup the existing platform-specific ignored testsBrian Anderson-55/+11
2011-10-29stdlib: Add vec::concat to concatenate a vector of vectorsBrian Anderson-0/+5
2011-10-29stdlib: Make io failures recoverable by returning a resultBrian Anderson-2/+48
2011-10-29stdlib: Add result::chain for composing resultsBrian Anderson-0/+18
2011-10-28stdlib: Add fs::splitextBrian Anderson-0/+56
2011-10-28stdlib: Add vec::init. Returns all but the last element.Brian Anderson-0/+26
2011-10-28Change behavior of float::nonpositive/nonnegativeMatt Brubeck-2/+2
2011-10-28Use IEEE 754 semantics for NaN (Issue #1084)Matt Brubeck-1/+25
2011-10-28+0.0 should be positive and -0.0 should be negative.Matt Brubeck-0/+19
2011-10-28stdlib: Make merge_sort take [mutable? T]Brian Anderson-0/+8
2011-10-28stdlib: Fix the list::foldl implementationBrian Anderson-1/+11
2011-10-28stdlib: Rename list::length to list::len to match vec::lenBrian Anderson-2/+2
2011-10-28stdlib: make list::from_vec take [mutable? T]Brian Anderson-0/+8
2011-10-28Move to short kind kinds words in test suiteMarijn Haverbeke-1/+1
2011-10-27Remove whitespaceBrian Anderson-2/+2
2011-10-27Add std::vec::foldrBrian Anderson-0/+10
2011-10-27Add a test for std::vec::iter2Brian Anderson-0/+11
2011-10-27Add reverse iterators to std::vecBrian Anderson-0/+28
2011-10-27Implement vec::foldl without recursionBrian Anderson-0/+10
2011-10-27Add std::vec::iterBrian Anderson-0/+14
2011-10-27Make vec::reversed take [mutable? T]Brian Anderson-0/+7
2011-10-25Properly take mutable object fields into account during alias analysisMarijn Haverbeke-2/+5
2011-10-25Update our code to new type parameter kind syntaxMarijn Haverbeke-4/+4
2011-10-24work around bug when calling c-stack-cdecl fns from outside crateNiko Matsakis-1/+3
2011-10-24move comm functions out of rust abiNiko Matsakis-1/+16
2011-10-20Restore broken tests in stdtest::testBrian Anderson-9/+6
2011-10-20Remove temporary fn# syntaxBrian Anderson-7/+7
2011-10-20Get windows working under the bare function regimeBrian Anderson-0/+16