about summary refs log tree commit diff
path: root/src/test/run-pass/unwind-unique.rs
AgeCommit message (Collapse)AuthorLines
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-1/+1
2011-10-20Remove temporary fn# syntaxBrian Anderson-1/+1
2011-10-20Drop the 2 from the spawn*2 functionsBrian Anderson-1/+1
Issue #1022
2011-10-20Convert tests to use bare-fn spawnBrian Anderson-3/+2
Issue #1022
2011-09-23Create a bunch of test cases for unique boxes by copying box testsBrian Anderson-0/+14
XFAIL the ones that don't work Issue #409