rust/src/libsyntax
Kevin Ballard b991bbe2d0 Reset the terminal color before the newline for diagnostics
When printing colored diagnostics, we need to reset the terminal before
emitting the newline, not after. Otherwise it gets line-buffered and the
color won't reset until the next line is printed or the compiler exits.

Normally this isn't a problem, but when running rustc in parallel with
other processes (e.g. `make -j4`) this can cause the color to leak
to other lines.
2014-05-19 18:45:36 -07:00
..
ext auto merge of #14251 : alexcrichton/rust/hierarchy, r=huonw 2014-05-19 06:11:33 -07:00
parse auto merge of #14251 : alexcrichton/rust/hierarchy, r=huonw 2014-05-19 06:11:33 -07:00
print syntax: Improve --pretty normal slightly 2014-05-13 17:24:08 -07:00
util core: Remove the cast module 2014-05-11 01:13:02 -07:00
abi.rs Updates with core::fmt changes 2014-05-15 23:22:06 -07:00
ast_map.rs Updates with core::fmt changes 2014-05-15 23:22:06 -07:00
ast_util.rs Removed unnecessary arguments for walk_* functions 2014-05-14 02:20:25 -04:00
ast.rs libserialize: Remove all uses of ~str from libserialize. 2014-05-16 11:41:27 -07:00
attr.rs libsyntax: Remove uses of ~str from libsyntax, and fix fallout 2014-05-08 08:38:23 -07:00
codemap.rs libsyntax: Remove uses of ~str from libsyntax, and fix fallout 2014-05-08 08:38:23 -07:00
crateid.rs Updates with core::fmt changes 2014-05-15 23:22:06 -07:00
diagnostic.rs Reset the terminal color before the newline for diagnostics 2014-05-19 18:45:36 -07:00
fold.rs libsyntax: Remove uses of ~str from libsyntax, and fix fallout 2014-05-08 08:38:23 -07:00
lib.rs Add the patch number to version strings. Closes #13289 2014-05-12 19:52:29 -07:00
owned_slice.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00
visit.rs syntax::visit: pub walk_explicit_self so impls can call it as defaults do. 2014-05-15 10:55:02 +02:00