Files
rust/src/libstd
bors bf748e5001 auto merge of #6241 : thestinger/rust/rc, r=pcwalton
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.

Needs #5601 to be fixed in order for safety to be provided without the current ugly workaround of making the pointers contain `Option<@()>` and `Option<@mut ()>` (which are just set to `None`).

@brson: r?
2013-05-06 22:00:37 -07:00
..
2013-04-28 22:31:39 -04:00
2013-04-27 21:34:24 -04:00
2013-04-27 21:34:24 -04:00
2013-05-02 13:22:04 +10:00
2013-05-04 15:43:51 -07:00
2013-04-28 22:31:39 -04:00
2013-04-27 21:34:24 -04:00
2013-05-04 15:43:51 -07:00
2013-04-27 21:34:24 -04:00
2013-05-04 15:43:51 -07:00
2013-05-02 13:22:04 +10:00
2013-05-04 15:43:51 -07:00
2013-05-02 16:00:10 -07:00
2013-04-08 17:50:25 -04:00
2013-04-29 14:30:57 -07:00
2013-05-03 16:56:33 -07:00
2013-01-01 01:02:48 -05:00
2013-04-27 21:34:24 -04:00
2013-05-04 15:43:51 -07:00
2013-04-27 21:34:24 -04:00
2013-05-04 15:43:51 -07:00
2013-05-02 13:22:04 +10:00
2013-05-04 15:43:51 -07:00
2013-05-01 08:50:04 -04:00
2013-03-29 16:39:08 -07:00
2013-04-29 14:30:56 -07:00
2013-05-03 16:06:07 -07:00
2013-05-02 13:22:04 +10:00
2013-05-02 13:22:04 +10:00
2013-04-27 21:34:24 -04:00
2013-04-29 14:30:53 -07:00
2013-04-27 21:34:24 -04:00
2013-03-29 16:39:08 -07:00
2013-04-29 14:30:53 -07:00
2013-04-29 14:30:56 -07:00
2013-05-04 15:43:51 -07:00