| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-05-08 | fix incorrect region code based on the old 'self | Daniel Micay | -6/+6 | |
| also removes unnecessary casts from the RcMut implementation | ||||
| 2013-05-07 | rc: remove the managed pointer workaround | Daniel Micay | -6/+7 | |
| 2013-05-06 | add task-local reference counted smart pointers | Daniel Micay | -0/+275 | |
| To provide a reference counted pointer type with deterministic destruction once managed boxes are switched over to a garbage collector. Unlike managed boxes, these can be moved instead of just copied/cloned which is helpful for avoiding reference counts. | ||||
