rust/src/libsyntax/parse
Björn Steinbrink bdc182cc41 Use static string with fail!() and remove fail!(fmt!())
fail!() used to require owned strings but can handle static strings
now. Also, it can pass its arguments to fmt!() on its own, no need for
the caller to call fmt!() itself.
2013-05-14 16:36:23 +02:00
..
attr.rs More accurate spans 2013-05-03 02:36:24 +09:00
classify.rs parser comments 2013-04-28 09:51:16 -07:00
comments.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00
common.rs librustc: Make self and static into keywords 2013-05-12 16:35:18 -07:00
lexer.rs Use a specialized string interner to reduce the need for owned strings 2013-05-09 14:40:19 +02:00
mod.rs librustc: Make self and static into keywords 2013-05-12 16:35:18 -07:00
obsolete.rs libsyntax: Remove extern mod foo { ... } from the language. 2013-05-12 16:33:15 -07:00
parser.rs libsyntax: Tighten up expressions in patterns to only allow identifiers or literals (possibly with a minus). 2013-05-12 16:35:19 -07:00
token.rs Use static string with fail!() and remove fail!(fmt!()) 2013-05-14 16:36:23 +02:00