rust/src/libstd
Alex Crichton 198030fadf std: Turn down the stdout chunk size
I've found that 64k is still too much and continue to see the errors as reported
in #14940. I've locally found that 32k fails, and 24k succeeds, so I've trimmed
the size down to 8192 which libuv happens to use as well.

It sounds like the limit can still be hit with many threads in play, but I have
yet to reproduce this, so I figure we can wait until that's hit (if it's
possible) and then take action.
2014-09-08 12:54:32 -07:00
..
collections Register new snapshots 2014-08-29 14:33:08 -07:00
io std: Turn down the stdout chunk size 2014-09-08 12:54:32 -07:00
num librustc: Forbid external crates, imports, and/or items from being 2014-08-16 19:32:25 -07:00
path Register new snapshots 2014-08-29 14:33:08 -07:00
rand Unify non-snake-case lints and non-uppercase statics lints 2014-08-30 09:10:05 +12:00
rt auto merge of #16859 : alexcrichton/rust/snapshots, r=huonw 2014-08-30 19:51:25 +00:00
sync libsyntax: Remove the use foo = bar syntax from the language in favor 2014-08-18 09:19:10 -07:00
time libstd: Wrap duration.rs at 100 characters. 2014-08-28 21:56:27 +02:00
ascii.rs Use temp vars for implicit coercion to ^[T] 2014-08-26 12:37:45 +12:00
bitflags.rs Derive PartialOrd, Ord and Hash for bitflags types. 2014-07-30 16:04:33 -04:00
c_vec.rs std: Rename slice::Vector to Slice 2014-08-13 11:30:14 -07:00
dynamic_lib.rs Unify non-snake-case lints and non-uppercase statics lints 2014-08-30 09:10:05 +12:00
failure.rs Stabilization for owned (now boxed) and cell 2014-07-13 12:52:51 -07:00
fmt.rs librustc: Forbid external crates, imports, and/or items from being 2014-08-16 19:32:25 -07:00
from_str.rs std: Rename the ToStr trait to ToString, and to_str to to_string. 2014-07-08 13:01:43 -07:00
gc.rs libstd: set baseline stability levels. 2014-06-30 22:49:18 -07:00
hash.rs mark std::hash experimental 2014-07-11 14:25:15 -07:00
lib.rs Register new snapshots 2014-08-29 14:33:08 -07:00
macros.rs std: Use concat! and stringify! to simplify the most common assert! case. 2014-08-23 16:30:44 +02:00
os.rs Unify non-snake-case lints and non-uppercase statics lints 2014-08-30 09:10:05 +12:00
prelude.rs libstd: Add Fn/FnMut/FnOnce to the prelude. 2014-08-19 13:57:10 -07:00
rtdeps.rs rustc: Link entire archives of native libraries 2014-08-04 11:02:26 -07:00
task.rs std: Clarify what timers do with zero and negative durations 2014-08-13 11:31:47 -07:00
to_string.rs Rename to_str to to_string 2014-07-21 09:54:52 -07:00