]> git.lizzy.rs Git - rust.git/commit
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)
commit760942d7d2a0701f526a5bc634419df7a1e941fe
tree90febe16deca2656ef5254917a96f4a61dd5042b
parente12bc239b4e85d0dedc5ba6e9f7ffa0b91ade634
parent543cae9a464fda1f1652eb1b103e648472d5dd73
auto merge of #10576 : thestinger/rust/gc, r=pcwalton

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.