rust/src/libsyntax
Erick Tryzelaar 7f2c399f3a Convert many libsyntax records into structs
Specifically:

ast_map::ctx
ast_util::id_range
diagnostic::{handler_t,codemap_t}
auto_encode::field
ext::base::{macro_def,syntax_expander_tt,syntax_expander_tt_item}
ext::pipes::proto::next_state
2013-01-20 14:08:18 -08:00
..
ext Convert many libsyntax records into structs 2013-01-20 14:08:18 -08:00
parse convert the remaining ast record types into structs 2013-01-20 14:08:18 -08:00
print librustc: Implement &static as the replacement for Durable. r=nmatsakis 2013-01-10 11:16:54 -08:00
util librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc 2013-01-08 22:02:35 -08:00
ast.rs convert the remaining ast record types into structs 2013-01-20 14:08:18 -08:00
ast_map.rs Convert many libsyntax records into structs 2013-01-20 14:08:18 -08:00
ast_util.rs Convert many libsyntax records into structs 2013-01-20 14:08:18 -08:00
attr.rs convert ast::attribute_ and ast::view_item to a struct 2013-01-14 18:15:54 -08:00
codemap.rs librustc: Make unqualified identifier searches terminate at the nearest module scope. r=tjc 2013-01-08 22:02:35 -08:00
diagnostic.rs Convert many libsyntax records into structs 2013-01-20 14:08:18 -08:00
fold.rs convert the remaining ast record types into structs 2013-01-20 14:08:18 -08:00
syntax.rc librustc: Terminate name searches at the nearest module scope for paths that contain at least two components. r=graydon 2012-12-27 10:02:54 -08:00
visit.rs librustc: Make the default sigil for block lambdas & instead of @. 2013-01-15 17:57:45 -08:00