| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-02-16 | Remove Freeze bounds from sync::MutexArc | Kevin Ballard | -72/+33 | |
| With Rc no longer trying to statically prevent cycles (and thus no longer using the Freeze bound), it seems appropriate to remove that restriction from MutexArc as well. | ||||
| 2014-02-05 | move concurrent stuff from libextra to libsync | JeremyLetang | -0/+1074 | |
