summary refs log tree commit diff
path: root/src/test/run-pass/issue-506.rs
AgeCommit message (Expand)AuthorLines
2012-07-05Fix test that was using rust_task_allow_kill incorrectlyBrian Anderson-2/+4
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-1/+1
2012-06-22Use must_have_lock instead of private functions. (Issue #2700)Eric Holk-10/+2
2012-06-14Comments only: annotate FIXMEs in testsTim Chevalier-0/+1
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-1/+1
2011-11-16Use attributes for native module ABI and link nameHaitao Li-1/+2
2011-11-08Remove all uses of native cdecl except for those that yieldBrian Anderson-0/+5
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-2/+2
2011-10-20Remove temporary fn# syntaxBrian Anderson-1/+1
2011-10-20Drop the 2 from the spawn*2 functionsBrian Anderson-1/+1
2011-10-20Convert tests to use bare-fn spawnBrian Anderson-2/+2
2011-10-12all tests passNiko Matsakis-1/+1
2011-08-25Cleaning up task and comm exports, updating all the test cases.Eric Holk-1/+1
2011-08-20ReformatBrian Anderson-7/+2
2011-08-17Using move-mode for spawn thunks to avoid race conditions.Eric Holk-1/+4
2011-08-15Removed spawn and task from the parser. Updated all the tests except for the ...Eric Holk-1/+7
2011-08-03Remove all xfail-stage0 directivesBrian Anderson-2/+0
2011-07-27Reformat for new syntaxMarijn Haverbeke-4/+2
2011-06-20Removed duplicated ret_ty_of_fn. This also means the native function branch i...Eric Holk-0/+2
2011-06-20Added a test case for #506Eric Holk-0/+12