summary refs log tree commit diff
path: root/src/libstd/arc.rs
AgeCommit message (Expand)AuthorLines
2012-05-29Adding shared_arc to hide some of the tedium of sharing an arc between tasks.Eric Holk-7/+42
2012-05-25std: Modify arc to tolerate upcoming change to uniquesBrian Anderson-7/+14
2012-05-24Some comments giving some idea how to use these things.Eric Holk-2/+10
2012-05-24rewrite arc to use region & expressions (also making it pass borrowck)Niko Matsakis-5/+4
2012-05-23A shareable atomically reference counted pointer wrapper.Eric Holk-0/+59