summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2011-11-02Make ptr::addr_of return an immutable vec, add mut_addr_ofMarijn Haverbeke-3/+3
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-11-01Fix alignment of interior pointers of dynamic-size types. Closes #1112Brian Anderson-0/+37
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-29Add the ability to ignore tests by compiler configBrian Anderson-0/+31
2011-10-29stdlib: Add vec::concat to concatenate a vector of vectorsBrian Anderson-0/+5
2011-10-29rustc: Support 'companion mod's for crates and directory modsBrian Anderson-0/+23
2011-10-29stdlib: Make io failures recoverable by returning a resultBrian Anderson-3/+53
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-28Add more isNaN testsMatt Brubeck-0/+8
2011-10-28Change behavior of float::nonpositive/nonnegativeMatt Brubeck-2/+2
2011-10-28Use IEEE 754 semantics for NaN (Issue #1084)Matt Brubeck-1/+99
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-28Make shared kind the default only for generic functionsMarijn Haverbeke-4/+4
2011-10-28Move to short kind kinds words in test suiteMarijn Haverbeke-39/+39
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-27Add tests for the 'as' (cast) operatorMatt Brubeck-0/+269
2011-10-25Properly take mutable object fields into account during alias analysisMarijn Haverbeke-11/+10
2011-10-25Update our code to new type parameter kind syntaxMarijn Haverbeke-98/+102
2011-10-25Step one towards new type param kind syntaxMarijn Haverbeke-2/+2
2011-10-24Fix long linesBrian Anderson-1/+2
2011-10-24fix c-stack-cdecl when used w/ i64Niko Matsakis-0/+20
2011-10-24switch over sqrt from llvm to c-stack-cdecl, exposing a bug inNiko Matsakis-2/+2
2011-10-24add implicit ctxNiko Matsakis-1/+1
2011-10-24move uses of rust ABI in tests to cdecl or c-stack-cdecl as apprNiko Matsakis-17/+26
2011-10-24work around bug when calling c-stack-cdecl fns from outside crateNiko Matsakis-1/+14
2011-10-24move sys fns into c-stack-cdecl and get_type_desc() into rustiNiko Matsakis-1/+1
2011-10-24move comm functions out of rust abiNiko Matsakis-1/+16
2011-10-23Remove a test binary that shouldn't existBrian Anderson-0/+0