| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add a virtual destructor to rust_thread in sync.h, to quiet the compiler | Patrick Walton | 2010-10-20 | 1 | -0/+2 |
| | | |||||
| * | Cleanup, refactoring, and some runtime tests. | Michael Bebenita | 2010-09-10 | 1 | -0/+2 |
| | | |||||
| * | Fixed race in the rust kernel. | Michael Bebenita | 2010-09-07 | 1 | -0/+3 |
| | | |||||
| * | Added a thread utility class to factor out operations on threads. | Michael Bebenita | 2010-09-07 | 1 | -0/+21 |
| | | |||||
| * | Implemented an lock free queue based on this paper ↵ | Michael Bebenita | 2010-08-24 | 1 | -0/+5 |
| | | | | | http://www.cs.rochester.edu/~scott/papers/1996_PODC_queues.pdf, the "lock free queue" we had before wasn't lock free at all. | ||||
| * | Added class to abstract away platform specific thread primitives. | Michael Bebenita | 2010-08-09 | 1 | -0/+9 |