rust/src/libsyntax
Philipp Brüschweiler e7e1bab27f libsyntax: refactor the parser to consider foreign items as items
parse_item_or_view_item() would drop visibility if none of the conditions
following it would hold. This was the case when parsing extern {} blocks,
where the function was only used to parse view items, but discarded the
visibility of the first not-view item.
2012-10-17 15:34:55 -07:00
..
ext rustc: Merge module and type namespaces. r=brson 2012-10-15 15:35:36 -07:00
parse libsyntax: refactor the parser to consider foreign items as items 2012-10-17 15:34:55 -07:00
print Line length 2012-10-17 12:03:18 -07:00
util rustc: Merge module and type namespaces. r=brson 2012-10-15 15:35:36 -07:00
ast_map.rs remove ctor from ast (take 2) (no review: just dead code removal) 2012-10-12 19:46:37 -07:00
ast_util.rs rustc: Merge module and type namespaces. r=brson 2012-10-15 15:35:36 -07:00
ast.rs rustc: Merge module and type namespaces. r=brson 2012-10-15 15:35:36 -07:00
attr.rs
codemap.rs rustc: Merge module and type namespaces. r=brson 2012-10-15 15:35:36 -07:00
diagnostic.rs rustc: Merge module and type namespaces. r=brson 2012-10-15 15:35:36 -07:00
fold.rs rustc: Merge module and type namespaces. r=brson 2012-10-15 15:35:36 -07:00
parse.rs rustc: Merge module and type namespaces. r=brson 2012-10-15 15:35:36 -07:00
syntax.rc bump version to 0.5. 2012-10-12 16:41:32 -07:00
visit.rs rustc: Merge module and type namespaces. r=brson 2012-10-15 15:35:36 -07:00