rust/src/libsyntax/parse
Patrick Walton 654d6444fe libsyntax: Disallow struct literals after if, while, match, and
`for...in`.

Closes #14803.

If you used a structure literal after one of these keywords, surround it
in parentheses.

[breaking-change]
2014-06-23 15:39:29 -07:00
..
lexer Handle CRLF properly in the lexer 2014-06-18 21:07:58 -07:00
attr.rs Register new snapshots 2014-06-15 23:30:24 -07:00
classify.rs syntax: Move the AST from @T to Gc<T> 2014-06-11 09:11:40 -07:00
common.rs Fix repeated module documentation 2014-04-27 22:17:49 -04:00
mod.rs Handle CRLF properly in the lexer 2014-06-18 21:07:58 -07:00
obsolete.rs rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
parser.rs libsyntax: Disallow struct literals after if, while, match, and 2014-06-23 15:39:29 -07:00
token.rs Add br##"xx"## raw byte string literals. 2014-06-17 23:43:18 +02:00