rust/src/libsyntax
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
..
ext Remove many shared pointers 2013-06-27 15:06:19 +02:00
parse Infer default static/Owned bounds for unbounded heap fns/traits (#7264) 2013-06-26 18:14:43 -04:00
print auto merge of #7361 : brson/rust/incoming, r=brson 2013-06-27 01:04:33 -07:00
util great renaming propagation: syntax 2013-06-25 16:15:07 -04:00
abi.rs great renaming propagation: syntax 2013-06-25 16:15:07 -04:00
ast.rs auto merge of #7361 : brson/rust/incoming, r=brson 2013-06-27 01:04:33 -07:00
ast_map.rs Remove many shared pointers 2013-06-27 15:06:19 +02:00
ast_util.rs Remove many shared pointers 2013-06-27 15:06:19 +02:00
attr.rs Remove extra 2013-06-25 20:25:56 -04:00
codemap.rs great renaming propagation: syntax 2013-06-25 16:15:07 -04:00
diagnostic.rs Refactor extra::term a bit 2013-06-26 18:07:17 -04:00
fold.rs Infer default static/Owned bounds for unbounded heap fns/traits (#7264) 2013-06-26 18:14:43 -04:00
opt_vec.rs auto merge of #7365 : cmr/rust/syntax_cleanup, r=Aatch 2013-06-25 18:02:02 -07:00
syntax.rs great renaming propagation: syntax 2013-06-25 16:15:07 -04:00
visit.rs Remove many shared pointers 2013-06-27 15:06:19 +02:00