summary refs log tree commit diff
path: root/src/test/run-pass/send-iloop.rs
AgeCommit message (Collapse)AuthorLines
2012-03-13Overhaul constructor naming in libsBrian Anderson-1/+1
2012-03-09Add an infinite loop constructTim Chevalier-1/+1
Add a loop {} construct for infinite loops, and use it in test cases. See #1906 for details.
2012-02-20core: New task APIBrian Anderson-2/+3
2012-01-06port over the tests to use the new APINiko Matsakis-4/+4
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-3/+3
2011-12-01test: Don't fill queue in run-pass/send-iloop. Closes #1244Brian Anderson-0/+3
2011-10-21Remove some semicolons after block callsMarijn Haverbeke-1/+1
The remaining ones can be removed after the next snapshot. (Or we can let the next pretty-print pass take care of them.)
2011-10-21Remove remaining uses of iter and for-eachMarijn Haverbeke-2/+2
Issue #1056
2011-10-20Remove temporary fn# syntaxBrian Anderson-2/+2
2011-10-20Drop the 2 from the spawn*2 functionsBrian Anderson-2/+2
Issue #1022
2011-10-20Convert tests to use bare-fn spawnBrian Anderson-6/+4
Issue #1022
2011-09-23xfail-win32 linked-failure and send-iloopBrian Anderson-0/+1
2011-09-19Un-xfail-fast run-pass/send-iloopBrian Anderson-2/+0
2011-09-16Yield after sendBrian Anderson-0/+28