about summary refs log tree commit diff
path: root/src/libstd/rc.rs
AgeCommit message (Expand)AuthorLines
2013-05-12libsyntax: Remove `extern mod foo { ... }` from the language.Patrick Walton-2/+9
2013-05-10Stop using the '<->' operatorAlex Crichton-15/+5
2013-05-09Add intrinsic declaration where I missed themJames Miller-0/+2
2013-05-09Make staged versions of the functions that use uninitJames Miller-0/+33
2013-05-09Replace init() with uninit() where appropriateJames Miller-2/+2
2013-05-08fix incorrect region code based on the old 'selfDaniel Micay-6/+6
2013-05-07rc: remove the managed pointer workaroundDaniel Micay-6/+7
2013-05-06add task-local reference counted smart pointersDaniel Micay-0/+275