about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2011-11-15Make run-pass/native-fn-linkname's main take no argsBrian Anderson-1/+1
2011-11-15Use native fn's link name attribute if givenHaitao Li-0/+19
2011-11-15Fix handling of loops and conditionals in alias.rsMarijn Haverbeke-0/+9
2011-11-14xfail-fast run-pass/native-dupe.rsBrian Anderson-0/+3
2011-11-14stdlib: Run cleanups on data that fails to sendBrian Anderson-0/+10
2011-11-14Un-xfail-win32 two tests that should actually workBrian Anderson-2/+0
2011-11-15rustllvm: Add a GetOrInsertFunction wrapperHaitao Li-0/+12
2011-11-13Drop enqueued elements when a port is destructed. Closes #1155Brian Anderson-0/+18
2011-11-11Add test for #783. Closes #783Brian Anderson-0/+25
2011-11-11Rehabilitate run-pass/task-killjoin.rsBrian Anderson-9/+7
2011-11-11Rehabilitate run-pass/task-comm.rsBrian Anderson-9/+9
2011-11-11rt: Take the task lock when dropping port refcountsBrian Anderson-4/+3
2011-11-10stdlib: Remove sio and aio. Bitrotted.Brian Anderson-107/+0
2011-11-10Add float support to #fmt. Fix #1014.Josh Matthews-0/+14
2011-11-09Add "cdecl" as synonym for "c-stack-cdecl"Brian Anderson-23/+23
2011-11-09Add "stdcall" as synonym for "c-stack-stdcall"Brian Anderson-2/+2
2011-11-09Make native "c-stack-stdcall" ABI workBrian Anderson-2/+33
2011-11-09Add test with implemented bits of issue #570.Joshua Wise-0/+17
2011-11-08Make task_sleep an intrinsic.Brian Anderson-2/+2
2011-11-08rt: Remove task_yield builtinBrian Anderson-2/+2
2011-11-08Remove all uses of native cdecl except for those that yieldBrian Anderson-8/+15
2011-11-07Remove native "llvm" ABIBrian Anderson-10/+0
2011-11-03Disallow writing to function arguments againMarijn Haverbeke-6/+8
2011-11-02Rename car/cdr to head/tail in std::listMarijn Haverbeke-2/+2
2011-11-01Fix alignment of interior pointers of dynamic-size types. Closes #1112Brian Anderson-0/+37
2011-10-29Add the ability to ignore tests by compiler configBrian Anderson-0/+31
2011-10-29rustc: Support 'companion mod's for crates and directory modsBrian Anderson-0/+23
2011-10-28Add more isNaN testsMatt Brubeck-0/+8
2011-10-28Use IEEE 754 semantics for NaN (Issue #1084)Matt Brubeck-0/+74
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-13/+13
2011-10-27Add tests for the 'as' (cast) operatorMatt Brubeck-0/+253
2011-10-25Update our code to new type parameter kind syntaxMarijn Haverbeke-69/+69
2011-10-25Step one towards new type param kind syntaxMarijn Haverbeke-1/+1
2011-10-24Fix long linesBrian Anderson-1/+2
2011-10-24fix c-stack-cdecl when used w/ i64Niko Matsakis-0/+20
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-0/+11
2011-10-24move sys fns into c-stack-cdecl and get_type_desc() into rustiNiko Matsakis-1/+1
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-16/+16
2011-10-21Remove remaining uses of iter and for-eachMarijn Haverbeke-130/+53
2011-10-20Remove temporary fn# syntaxBrian Anderson-67/+67
2011-10-20Get windows working under the bare function regimeBrian Anderson-0/+1
2011-10-20Make fn denote a bare function. Convert fn to fn@ as neededBrian Anderson-31/+35
2011-10-20Give subtype relationships to function typesBrian Anderson-0/+7