rust/src/test
bors ea74f6845e auto merge of #6083 : jbclements/rust/parser-cleanup, r=jbclements
r? @pcwalton

A month's worth of parser cleanup here. Much of this is new comments and renaming. A number of these commits also remove unneeded code.  Probably the biggest refactor here is splitting "parse_item_or_view_item" into two functions; it turns out that the only overlap between items in foreign modules and items in regular modules was macros, so this refactor should make things substantially easier for future maintenance.
2013-04-29 00:12:37 -07:00
..
auxiliary
bench make way for a new iter module 2013-04-28 22:31:39 -04:00
compile-fail add test case for enum disambiguation 2013-04-28 23:01:41 -07:00
debug-info auto merge of #5824 : bleibig/rust/debuginfo, r=brson 2013-04-19 12:03:49 -07:00
pretty
run-fail make way for a new iter module 2013-04-28 22:31:39 -04:00
run-pass make way for a new iter module 2013-04-28 22:31:39 -04:00
run-pass-fulldeps