From: bors Date: Wed, 11 Jun 2014 17:02:04 +0000 (-0700) Subject: auto merge of #14250 : alexcrichton/rust/gc, r=brson X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=f0f9095f1daa3814c9589f38b574e51d394d1bbc;p=rust.git auto merge of #14250 : alexcrichton/rust/gc, r=brson This commit removes `@T` from the compiler by moving the AST to using `Gc`. This also starts treating `Gc` as `@T` in the same way that `Box` is the same as `~T` in the compiler. After this hits a snapshot, the `@T` syntax should be able to be removed completely. --- f0f9095f1daa3814c9589f38b574e51d394d1bbc