summary refs log tree commit diff
path: root/src/test/run-pass/task-killjoin-rsrc.rs
AgeCommit message (Expand)AuthorLines
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-4/+4
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-2/+2
2012-06-01Update task-killjoin-rsrc to use classesTim Chevalier-19/+21
2012-06-01Port more test cases to use classes instead of resourcesTim Chevalier-11/+12
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-2/+2
2012-01-09add rust_task_is_unwinding predicate and do not kill if already unwindingNiko Matsakis-3/+13
2012-01-06remove trailing whitespaceNiko Matsakis-1/+1
2012-01-06test exposing memory management failure for #1078Niko Matsakis-0/+59