about summary refs log tree commit diff
path: root/src/test/run-pass/chan-leak.rs
AgeCommit message (Expand)AuthorLines
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-6/+6
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-08-25Cleaning up task and comm exports, updating all the test cases.Eric Holk-14/+15
2011-08-20ReformatBrian Anderson-4/+1
2011-08-16Port the tests to the expr foo::<T> syntax.Erick Tryzelaar-1/+1
2011-08-16Port the tests to the typaram foo<T> syntax.Erick Tryzelaar-4/+4
2011-08-15Removed spawn and task from the parser. Updated all the tests except for the ...Eric Holk-13/+17
2011-07-28Drop the previous reference when receiving. Closes #763Brian Anderson-0/+36