rust/src/libsyntax/parse
Alex Crichton 324547140e syntax: Refactor diagnostics to focus on Writers
This commit alters the diagnostic emission machinery to be focused around a
Writer for emitting errors. This allows it to not hard-code emission of errors
to stderr (useful for other applications).
2014-02-28 11:37:04 -08:00
..
attr.rs libsyntax: De-@str literal strings in the AST 2014-02-02 01:44:48 +11:00
classify.rs Removed the obsolete ast::CallSugar (previously used by do). 2014-02-14 07:48:13 -08:00
comments.rs Fix a pretty printer crash on /***. 2014-02-27 12:16:18 +11:00
common.rs Refactored ast_map and friends, mainly to have Paths without storing them. 2014-02-14 08:43:29 +02:00
lexer.rs syntax: record multibyte chars' positions absolutely, not relative to 2014-02-24 21:22:26 -08:00
mod.rs syntax: Refactor diagnostics to focus on Writers 2014-02-28 11:37:04 -08:00
obsolete.rs Transition to new Hash, removing IterBytes and std::to_bytes. 2014-02-24 07:44:10 +11:00
parser.rs Replace callee_id with information stored in method_map. 2014-02-26 16:06:45 +02:00
token.rs auto merge of #12338 : edwardw/rust/hygienic-break-continue, r=cmr 2014-02-23 15:37:05 -08:00