rust/src/libsyntax/parse
Alex Crichton 1de4b65d2a Updates with core::fmt changes
1. Wherever the `buf` field of a `Formatter` was used, the `Formatter` is used
   instead.
2. The usage of `write_fmt` is minimized as much as possible, the `write!` macro
   is preferred wherever possible.
3. Usage of `fmt::write` is minimized, favoring the `write!` macro instead.
2014-05-15 23:22:06 -07:00
..
attr.rs Remove comment about semicolons for inner attributes from docs and adjust comments. 2014-05-03 21:24:06 +01:00
classify.rs Fix repeated module documentation 2014-04-27 22:17:49 -04:00
comments.rs libsyntax: Remove uses of ~str from libsyntax, and fix fallout 2014-05-08 08:38:23 -07:00
common.rs Fix repeated module documentation 2014-04-27 22:17:49 -04:00
lexer.rs libsyntax: Remove uses of ~str from libsyntax, and fix fallout 2014-05-08 08:38:23 -07:00
mod.rs Add compiler flag to configure output coloring 2014-05-15 13:12:53 +00:00
obsolete.rs libsyntax: Remove uses of ~str from libsyntax, and fix fallout 2014-05-08 08:38:23 -07:00
parser.rs syntax: Fix parsing << with closure types 2014-05-13 17:24:08 -07:00
token.rs Updates with core::fmt changes 2014-05-15 23:22:06 -07:00