summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2011-11-16refactor all unix typesNiko Matsakis-6/+8
2011-11-16Replace 'mutable?' with 'const'Brian Anderson-14/+14
2011-11-16rustc: Accept 'const' as synonym for 'mutable?'Brian Anderson-3/+3
2011-11-16Fix S_IRUSR/S_IWUSR constants on mac. Closes #726Brian Anderson-6/+0
2011-11-16Add a test that native mods don't need to declare an ABIBrian Anderson-0/+9
2011-11-16Use attributes for native module ABI and link nameHaitao Li-29/+70
2011-11-16rustc: Use link_name attribute for native functionHaitao Li-1/+2
2011-11-15Replaced constant functions with actual constants in std and updated testsStefan Plantikow-25/+25
2011-11-15Make run-pass/bitwise 64-bit compatibleBrian Anderson-3/+17
2011-11-15Support conditional compilation based on architectureBrian Anderson-0/+5
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/+19
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-13Make various binops not typecheck for unsafe pointers. Closes #1173Brian Anderson-0/+4
2011-11-11Add test for #783. Closes #783Brian Anderson-0/+25
2011-11-11Rehabilitate run-fail/linked-failure4.rsBrian Anderson-10/+6
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-11Fix run-fail/spawnfailBrian Anderson-4/+3
2011-11-11Give task-perf-word-count default behavior. Closes #1172Brian Anderson-18/+172
2011-11-10str: add escape()Elly Jones-0/+8
2011-11-10Cleanup unused imports in testsHaitao Li-4/+0
2011-11-10rustc: Add support of warning on unused importsHaitao Li-0/+19
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-26/+26
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-15/+22
2011-11-07json: betterify for brsonElly Jones-6/+55
2011-11-07Remove native "llvm" ABIBrian Anderson-10/+0
2011-11-07Add test for if without else cannot return resultBrian Anderson-0/+6
2011-11-07Add tests for blocks that must not have resultsBrian Anderson-0/+29
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-03Update some more tests for 1a68a9882Marijn Haverbeke-43/+1
2011-11-03Disallow writing to function arguments againMarijn Haverbeke-6/+8
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-10/+10