aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/task-comm-15.rs
Commit message (Collapse)AuthorAgeFilesLines
* Switch xfail system to use comments embedded in source files.Graydon Hoare2011-03-251-0/+2
|
* Reenable xfailed tests for rustboot that pass with trivial or no modificationsBrian Anderson2011-01-301-2/+2
|
* Small updates to test cases.Michael Bebenita2010-09-071-0/+4
|
* Implemented an lock free queue based on this paper ↵Michael Bebenita2010-08-241-0/+14
http://www.cs.rochester.edu/~scott/papers/1996_PODC_queues.pdf, the "lock free queue" we had before wasn't lock free at all.