rust/src/libsyntax/ext/deriving
Philipp Brüschweiler 7295a6da92 Remove many shared pointers
Mostly just low-haning fruit, i.e. function arguments that were @ even
though & would work just as well.

Reduces librustc.so size by 200k when compiling without -O, by 100k when
compiling with -O.
2013-06-27 15:06:19 +02:00
..
cmp Remove many shared pointers 2013-06-27 15:06:19 +02:00
clone.rs great renaming propagation: syntax 2013-06-25 16:15:07 -04:00
decodable.rs great renaming propagation: syntax 2013-06-25 16:15:07 -04:00
encodable.rs great renaming propagation: syntax 2013-06-25 16:15:07 -04:00
generic.rs Infer default static/Owned bounds for unbounded heap fns/traits (#7264) 2013-06-26 18:14:43 -04:00
iter_bytes.rs great renaming propagation: syntax 2013-06-25 16:15:07 -04:00
mod.rs great renaming propagation: syntax 2013-06-25 16:15:07 -04:00
rand.rs great renaming propagation: syntax 2013-06-25 16:15:07 -04:00
to_str.rs great renaming propagation: syntax 2013-06-25 16:15:07 -04:00
ty.rs Infer default static/Owned bounds for unbounded heap fns/traits (#7264) 2013-06-26 18:14:43 -04:00
zero.rs great renaming propagation: syntax 2013-06-25 16:15:07 -04:00