rust/src/libsyntax
Patrick Walton 978ca03cb2 Revert "accept naked exprs with commas in pattern arms" due to pretty-printing failures
This reverts commit f712b2d76b.

In alt arms, the parser needs to do a little lookahead to determine
whether it's looking at a record literal or a block.

Also there are some indentation issues in the expected source.
2012-07-19 07:53:55 -07:00
..
ext syntax: Parse multiple trait refs in a single implementation 2012-07-18 16:05:17 -07:00
parse Revert "accept naked exprs with commas in pattern arms" due to pretty-printing failures 2012-07-19 07:53:55 -07:00
print Revert "accept naked exprs with commas in pattern arms" due to pretty-printing failures 2012-07-19 07:53:55 -07:00
util Make std::map require const keys. 2012-05-31 13:55:54 -07:00
ast.rs syntax: Parse multiple trait refs in a single implementation 2012-07-18 16:05:17 -07:00
ast_map.rs Support attributes on class ctors and dtors 2012-07-17 12:40:59 -07:00
ast_util.rs Revert "accept naked exprs with commas in pattern arms" due to pretty-printing failures 2012-07-19 07:53:55 -07:00
attr.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
codemap.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
diagnostic.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
fold.rs Support attributes on class ctors and dtors 2012-07-17 12:40:59 -07:00
parse.rs Move the world over to using the new style string literals and types. Closes #2907. 2012-07-14 01:03:43 -07:00
syntax.rc Added liveness analysis for protocols, and removed warnings about empty states. 2012-07-17 17:46:31 -07:00
visit.rs syntax: Parse multiple trait refs in a single implementation 2012-07-18 16:05:17 -07:00