rust/src/libstd
Steven Fackler 89f1848b55 Initialize memory for BufferedReader buffer
It's passed to the underlying reader, so uninitialized memory == sad
times.

We might want to shrink the default buffer size as well. 64k is pretty
huge. Java uses 8k by default, and Go uses 4k for reference.
2015-01-12 19:50:33 -08:00
..
collections Add ExactSizeIterator impls for Hash{Map, Set, Table} 2015-01-10 20:07:42 -06:00
ffi Spelling fix compatibel -> compatible 2015-01-07 21:47:15 -08:00
io Initialize memory for BufferedReader buffer 2015-01-12 19:50:33 -08:00
num Improvements to feature staging 2015-01-08 03:07:23 -08:00
path Improvements to feature staging 2015-01-08 03:07:23 -08:00
prelude
rand Improvements to feature staging 2015-01-08 03:07:23 -08:00
rt auto merge of #20944 : brson/rust/weve-met-with-a-terrible-fate-havent-we, r=brson 2015-01-13 01:08:03 +00:00
sync Rename AtomicInt and AtomicUint 2015-01-11 11:47:44 -08:00
sys auto merge of #20896 : sfackler/rust/atomic-rename, r=alexcrichton 2015-01-12 22:56:20 +00:00
thread_local
time Improvements to feature staging 2015-01-08 03:07:23 -08:00
ascii.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
bitflags.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
bool.rs
dynamic_lib.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
error.rs
failure.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
fmt.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
lib.rs Merge pull request #20903 from XMPPwocky/deadlink1 2015-01-12 00:21:27 +00:00
macros.rs Re-reduce libstd macro duplication 2015-01-09 11:06:17 -08:00
os.rs Rename AtomicInt and AtomicUint 2015-01-11 11:47:44 -08:00
rtdeps.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
thread.rs Improvements to feature staging 2015-01-08 03:07:23 -08:00
thunk.rs
tuple.rs
unit.rs