]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #10576 : thestinger/rust/gc, r=pcwalton
authorbors <bors@rust-lang.org>
Wed, 20 Nov 2013 22:16:23 +0000 (14:16 -0800)
committerbors <bors@rust-lang.org>
Wed, 20 Nov 2013 22:16:23 +0000 (14:16 -0800)
This isn't very useful yet, but it does replace most functionality of `@T`. The `Mut<T>` type will make it unnecessary to have a `GcMut<T>` so I haven't included one. Obviously it doesn't work for trait objects but that needs to be figured out for `Rc<T>` too.


Trivial merge