rust/src
kennytm a4e5c91cb8
libtest: Force a newline every 100 dots when testing in quiet mode.
Rationale:

We use --quiet mode when testing a PR in the CI. Also, we use `stamp` to
prefix every line with a timestamp. Previously, when testing in --quiet
mode, we will only print a dot for each test without any line breaks.
Combined with `stamp`, this means we'd need to wait for all tests to
complete before writing the output. On Travis CI, if we don't print
anything within 30 minutes, the job will be forcefully canceled. This
makes it very easy to spuriously-timeout when testing non-default images
like arm-android using the CI. This commit tries to workaround the issue
by printing a new line every 100 dots, forcing `stamp` to emit something
to reset Travis's countdown.
2017-11-06 03:53:39 +08:00
..
bootstrap rustbuild: Update the OpenSSL version to link 2017-11-04 08:05:46 -07:00
build_helper
ci
doc Auto merge of #45394 - davidtwco:rfc-2008, r=petrochenkov 2017-11-04 18:07:07 +00:00
etc
grammar
jemalloc@1f5a28755e
liballoc Auto merge of #44042 - LukasKalbertodt:ascii-methods-on-instrinsics, r=alexcrichton 2017-11-05 11:42:59 +00:00
liballoc_jemalloc rustc: Handle some libstd symbole exports better 2017-11-04 20:01:11 -07:00
liballoc_system
libarena
libbacktrace
libcompiler_builtins@0b9844764e
libcore Auto merge of #44042 - LukasKalbertodt:ascii-methods-on-instrinsics, r=alexcrichton 2017-11-05 11:42:59 +00:00
libfmt_macros
libgetopts
libgraphviz
liblibc@68f9959e53
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librand
librustc Auto merge of #45072 - nikomatsakis:issue-38714, r=arielb1 2017-11-05 16:49:08 +00:00
librustc_allocator rustc: Handle some libstd symbole exports better 2017-11-04 20:01:11 -07:00
librustc_apfloat
librustc_asan
librustc_back
librustc_borrowck
librustc_const_eval
librustc_const_math
librustc_cratesio_shim
librustc_data_structures
librustc_driver
librustc_errors Auto merge of #45711 - tirr-c:unicode-span, r=estebank 2017-11-04 23:09:19 +00:00
librustc_incremental
librustc_lint
librustc_llvm
librustc_lsan
librustc_metadata Auto merge of #45711 - tirr-c:unicode-span, r=estebank 2017-11-04 23:09:19 +00:00
librustc_mir Auto merge of #45384 - mikhail-m1:mir_add_false_edges_terminator_kind, r=arielb1 2017-11-04 00:09:14 +00:00
librustc_msan
librustc_passes Auto merge of #45394 - davidtwco:rfc-2008, r=petrochenkov 2017-11-04 18:07:07 +00:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Auto merge of #45394 - davidtwco:rfc-2008, r=petrochenkov 2017-11-04 18:07:07 +00:00
librustc_resolve Auto merge of #45394 - davidtwco:rfc-2008, r=petrochenkov 2017-11-04 18:07:07 +00:00
librustc_save_analysis Auto merge of #45709 - nrc:rls-bugs-2, r=eddyb 2017-11-04 15:30:20 +00:00
librustc_trans Auto merge of #45748 - petrochenkov:short, r=alexcrichton 2017-11-05 06:42:17 +00:00
librustc_trans_utils Auto merge of #45384 - mikhail-m1:mir_add_false_edges_terminator_kind, r=arielb1 2017-11-04 00:09:14 +00:00
librustc_tsan
librustc_typeck Auto merge of #45072 - nikomatsakis:issue-38714, r=arielb1 2017-11-05 16:49:08 +00:00
librustdoc Auto merge of #44042 - LukasKalbertodt:ascii-methods-on-instrinsics, r=alexcrichton 2017-11-05 11:42:59 +00:00
libserialize
libstd Auto merge of #44042 - LukasKalbertodt:ascii-methods-on-instrinsics, r=alexcrichton 2017-11-05 11:42:59 +00:00
libstd_unicode Mark several ascii methods as unstable again 2017-11-03 21:28:04 +01:00
libsyntax Auto merge of #44042 - LukasKalbertodt:ascii-methods-on-instrinsics, r=alexcrichton 2017-11-05 11:42:59 +00:00
libsyntax_ext
libsyntax_pos Auto merge of #45711 - tirr-c:unicode-span, r=estebank 2017-11-04 23:09:19 +00:00
libterm
libtest libtest: Force a newline every 100 dots when testing in quiet mode. 2017-11-06 03:53:39 +08:00
libunwind
llvm@83b72cedfd
rt
rtstartup
rustc
rustllvm
test Auto merge of #45072 - nikomatsakis:issue-38714, r=arielb1 2017-11-05 16:49:08 +00:00
tools Auto merge of #44042 - LukasKalbertodt:ascii-methods-on-instrinsics, r=alexcrichton 2017-11-05 11:42:59 +00:00
Cargo.lock Auto merge of #45711 - tirr-c:unicode-span, r=estebank 2017-11-04 23:09:19 +00:00
Cargo.toml
stage0.txt