rust/src
Aleksey Kladov b1efb3a39e don't silence error unnecessary
This `if` was used to separate error output from the formatting output, when they both used stdout. It was useful for integration with tools, which can submit input to stdin and read pretty printed result from stdout without worrying about errors intermingled with the actual result. 

But now we write errors to `stderr`, so the problem disappears and we can safely remove this `if`.

Errors should never pass silently, unless explicitly silenced.
2016-04-14 01:39:39 +03:00
..
bin rustfmt: Simplify match in project file lookup loop 2016-04-10 18:42:55 -04:00
chains.rs Don't apply the function args heuristic to tuple lits. 2016-03-14 20:51:06 +13:00
checkstyle.rs Update checkstyle write mode to take Write arguments. 2016-01-19 00:23:38 -05:00
comment.rs Don't be so aggressie about line-breaking strings (#911) 2016-04-11 20:45:47 +02:00
config.rs Merge pull request #912 from rust-lang-nursery/pat-simple-mixed 2016-04-12 10:47:08 +12:00
expr.rs Be careful about where we change braces in closures 2016-04-14 09:05:42 +12:00
filemap.rs refactor: unify run and run_from_stdin 2016-04-02 22:24:38 +03:00
imports.rs Merge pull request #857 from kamalmarhubi/codemap-ext 2016-03-14 18:00:51 +13:00
issues.rs cleanup: Use const instead of static 2016-02-01 23:40:45 -05:00
items.rs Fix the build 2016-04-12 11:04:33 +12:00
lib.rs don't silence error unnecessary 2016-04-14 01:39:39 +03:00
lists.rs Clippy rustfmt 2016-01-07 12:17:22 +05:30
macros.rs Change the logic around breaking multiple patterns in match arms 2016-04-12 09:23:37 +12:00
missed_spans.rs Uncommented missed spans check 2016-03-12 10:53:47 -07:00
modules.rs deps: Update syntex_syntax to 0.29.1 2016-03-02 13:08:21 -05:00
patterns.rs Merge pull request #857 from kamalmarhubi/codemap-ext 2016-03-14 18:00:51 +13:00
rewrite.rs Fix crash speculatively parsing macro arguments as expressions. 2015-10-27 23:41:32 -07:00
rustfmt_diff.rs Fixed #700, use default color for titles and context in write-mode=diff 2016-01-01 09:14:39 -08:00
string.rs Don't be so aggressie about line-breaking strings (#911) 2016-04-11 20:45:47 +02:00
types.rs Handle variadic function types 2016-04-12 10:47:35 +12:00
utils.rs Be careful about where we change braces in closures 2016-04-14 09:05:42 +12:00
visitor.rs Change the logic around breaking multiple patterns in match arms 2016-04-12 09:23:37 +12:00