rust/src
bors fe9cef7dae Auto merge of #27983 - barosl:respect-color, r=nrc
Currently, `early_error` and `early_warn` in `librustc::session` always use `ColorConfig::Auto`. Modify them to follow the color configuration set by the `--color` option.

As colored output is also printed during the early stage, parsing the `--color` option should be done as early as possible. However, there are still some cases when the output needs to be colored before knowing the exact color settings. In these cases, it will be defaulted to `ColorConfig::Auto`, which is the same as before.

Fixes #27879.
2015-08-30 23:18:34 +00:00
..
compiler-rt@58ab642c30
compiletest
doc Auto merge of #28078 - apasel422:patch-1, r=alexcrichton 2015-08-29 04:58:45 +00:00
driver
error-index-generator
etc
grammar
jemalloc@e24a1a025a
liballoc
liballoc_jemalloc
liballoc_system
libarena
libbacktrace
libcollections Auto merge of #28043 - apasel422:rfc-1194, r=alexcrichton 2015-08-29 00:06:04 +00:00
libcollectionstest implement RFC 1194 2015-08-28 12:41:54 -04:00
libcore Add .as_str() to str::Chars and str::CharIndices. See #27775. 2015-08-28 22:44:17 +02:00
libcoretest Rollup merge of #28045 - apasel422:iter, r=sfackler 2015-08-28 03:38:38 +05:30
libflate
libfmt_macros
libgetopts
libgraphviz
liblibc libc: Fix constants used by libc::pathconf 2015-08-28 03:15:15 +09:00
liblog
librand
librbml
librustc Auto merge of #27983 - barosl:respect-color, r=nrc 2015-08-30 23:18:34 +00:00
librustc_back Auto merge of #27957 - overminder:aug23-i686-android, r=alexcrichton 2015-08-25 03:04:30 +00:00
librustc_bitflags
librustc_borrowck move destructors_for_type into AdtDef 2015-08-25 21:52:15 +03:00
librustc_data_structures
librustc_driver Respect --color when printing early errors 2015-08-25 18:08:57 +09:00
librustc_lint Handle gateage of built-in attributes seperately 2015-08-29 11:37:40 +02:00
librustc_llvm
librustc_platform_intrinsics
librustc_privacy
librustc_resolve Auto merge of #27857 - Manishearth:improve-fnkind, r=pnkfelix 2015-08-24 12:47:57 +00:00
librustc_trans Make a macro a const fn and remove outdated NB 2015-08-30 14:32:17 +02:00
librustc_typeck add long diagnostics for E0122 2015-08-29 17:20:46 +01:00
librustc_unicode
librustdoc Respect --color when printing early errors 2015-08-25 18:08:57 +09:00
libserialize
libstd Auto merge of #27588 - cesarb:read_all, r=alexcrichton 2015-08-30 05:59:49 +00:00
libsyntax Auto merge of #28106 - marcusklaas:continue, r=eddyb 2015-08-30 20:26:44 +00:00
libterm
libtest
llvm@874dc4ee4c
rt Reduce the reliance on PATH_MAX 2015-08-28 04:46:55 +09:00
rust-installer@c37d3747da
rustbook Remove redundant overflowing rule 2015-08-26 16:28:31 +03:00
rustllvm
test Auto merge of #27983 - barosl:respect-color, r=nrc 2015-08-30 23:18:34 +00:00
snapshots.txt