rust/src/librustc/front
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
..
config.rs Remove many shared pointers 2013-06-27 15:06:19 +02:00
std_inject.rs Remove many shared pointers 2013-06-27 15:06:19 +02:00
test.rs Remove many shared pointers 2013-06-27 15:06:19 +02:00