rust/src/libsyntax
bors c705440ee3 auto merge of #5155 : bstrie/rust/dedrop, r=pcwalton
This removes all but 6 uses of `drop {}` from the entire codebase. Removing any of the remaining uses causes various non-trivial bugs; I'll start reporting them once this gets merged.
2013-02-27 23:30:40 -08:00
..
ext auto merge of #5141 : nikomatsakis/rust/region-syntax-expl-lifetimes, r=nikomatsakis 2013-02-27 17:36:41 -08:00
parse auto merge of #5155 : bstrie/rust/dedrop, r=pcwalton 2013-02-27 23:30:40 -08:00
print Introduce lifetime declarations into the lists of type parameters. 2013-02-27 19:42:09 -05:00
util libsyntax: Remove all mutable fields from libsyntax. rs=demuting 2013-02-22 16:09:16 -08:00
ast_map.rs auto merge of #5141 : nikomatsakis/rust/region-syntax-expl-lifetimes, r=nikomatsakis 2013-02-27 17:36:41 -08:00
ast_util.rs auto merge of #5141 : nikomatsakis/rust/region-syntax-expl-lifetimes, r=nikomatsakis 2013-02-27 17:36:41 -08:00
ast.rs auto merge of #5141 : nikomatsakis/rust/region-syntax-expl-lifetimes, r=nikomatsakis 2013-02-27 17:36:41 -08:00
attr.rs convert ast::meta_items to take @~strs 2013-02-19 10:02:52 -08:00
codemap.rs librustc: Forbid pub or priv before trait implementations 2013-02-27 09:40:16 -08:00
diagnostic.rs libsyntax: De-mut the pipe compiler 2013-02-22 16:09:15 -08:00
fold.rs auto merge of #5141 : nikomatsakis/rust/region-syntax-expl-lifetimes, r=nikomatsakis 2013-02-27 17:36:41 -08:00
opt_vec.rs Introduce lifetime declarations into the lists of type parameters. 2013-02-27 19:42:09 -05:00
syntax.rc Introduce lifetime declarations into the lists of type parameters. 2013-02-27 19:42:09 -05:00
visit.rs Introduce lifetime declarations into the lists of type parameters. 2013-02-27 19:42:09 -05:00