bors f0f9095f1d auto merge of #14250 : alexcrichton/rust/gc, r=brson
This commit removes `@T` from the compiler by moving the AST to using `Gc<T>`. This also starts treating `Gc<T>` as `@T` in the same way that `Box<T>` is the same as `~T` in the compiler.

After this hits a snapshot, the `@T` syntax should be able to be removed completely.
2014-06-11 10:02:04 -07:00
..
2014-06-05 13:55:10 -07:00
2014-06-11 09:51:37 -07:00
2014-06-11 09:11:40 -07:00
2014-06-09 12:44:45 -07:00
2014-06-09 17:46:27 -07:00
2014-06-10 10:01:49 +02:00