about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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
2011-10-21Cycle-collect objectsBrian Anderson-0/+13
2011-10-21Free vectors during cc sweepBrian Anderson-0/+10
2011-10-21Record the internal reference count of environment boxes. Closes #981Brian Anderson-0/+10
2011-10-21Remove some semicolons after block callsMarijn Haverbeke-27/+27
2011-10-21Remove remaining uses of iter and for-eachMarijn Haverbeke-182/+87
2011-10-20Restore broken tests in stdtest::testBrian Anderson-9/+6
2011-10-20Remove temporary fn# syntaxBrian Anderson-93/+93
2011-10-20Get windows working under the bare function regimeBrian Anderson-0/+17
2011-10-20Make fn denote a bare function. Convert fn to fn@ as neededBrian Anderson-39/+43
2011-10-20Tweak typecheck to enforce covariance on higher-order function argumentsBrian Anderson-0/+14
2011-10-20Give subtype relationships to function typesBrian Anderson-0/+7
2011-10-20Bare functions can coerce to blocksBrian Anderson-0/+7
2011-10-20Bare functions can coerce to shared closuresBrian Anderson-0/+7
2011-10-20Drop the 2 from the spawn*2 functionsBrian Anderson-92/+92
2011-10-20Convert the test runners to typesafe spawnBrian Anderson-4/+4
2011-10-20XFAIL task-perf-word-count-genericBrian Anderson-0/+2
2011-10-20Convert tests to use bare-fn spawnBrian Anderson-214/+214
2011-10-20Un-xfail-fast some testsBrian Anderson-4/+0