rust/src/libstd
bors 77f7c7aaf5 Auto merge of #38274 - elahn:windows-readconsole-ctrl-z, r=alexcrichton
Ctrl-Z returns from Stdin.read() when reading from the console on Windows

Fixes #19914.
Fixes read(), read_to_string(), read_to_end(), etc.

r? @alexcrichton
2016-12-26 23:33:21 +00:00
..
collections Implement fmt::Debug for all structures in libstd. 2016-12-18 14:55:14 -08:00
ffi Slightly optimise CString 2016-11-08 16:55:24 +00:00
io Rollup merge of #38505 - estebank:why-lines, r=frewsxcv 2016-12-24 14:29:26 -05:00
net Rollup merge of #38131 - clarcharr:from_segments, r=alexcrichton 2016-12-20 11:16:19 -08:00
os Fix compile errors and such 2016-12-20 14:09:50 -08:00
prelude End stdlib module summaries with a full stop. 2016-03-04 17:37:11 -05:00
rand Implement fmt::Debug for all structures in libstd. 2016-12-18 14:55:14 -08:00
sync Rollup merge of #38006 - frewsxcv:libstd-debug, r=alexcrichton 2016-12-20 11:16:17 -08:00
sys Auto merge of #38274 - elahn:windows-readconsole-ctrl-z, r=alexcrichton 2016-12-26 23:33:21 +00:00
sys_common Fix compile errors and such 2016-12-20 14:09:50 -08:00
thread Rollup merge of #38572 - GuillaumeGomez:join_handle_docs, r=frewsxcv 2016-12-24 14:29:34 -05:00
time Add missing Duration examples 2016-12-14 11:05:45 +01:00
ascii.rs Implement fmt::Debug for all structures in libstd. 2016-12-18 14:55:14 -08:00
build.rs Auto merge of #38401 - redox-os:redox_cross, r=brson 2016-12-23 09:09:26 +00:00
Cargo.toml Revert libstd/Cargo.toml to master 2016-12-15 16:35:06 -07:00
env.rs Implement fmt::Debug for all structures in libstd. 2016-12-18 14:55:14 -08:00
error.rs Follow our own recommendations in the examples 2016-11-25 17:59:04 +01:00
f32.rs std: Flatten the num directory to reflect the module layout 2016-11-01 17:08:24 +00:00
f64.rs std: Flatten the num directory to reflect the module layout 2016-11-01 17:08:24 +00:00
fs.rs Auto merge of #38536 - retep998:flauschige-kaninchen, r=petrochenkov 2016-12-26 10:52:56 +00:00
lib.rs Remove start functions, use newlib instead of openlibm + ralloc 2016-12-22 16:13:14 -07:00
macros.rs tidy/features: fix checking of lang features 2016-10-27 21:35:57 -04:00
memchr.rs std: Move platform specific memchr code into sys 2016-10-01 19:33:02 +00:00
num.rs std: Flatten the num directory to reflect the module layout 2016-11-01 17:08:24 +00:00
panic.rs Implement fmt::Debug for all structures in libstd. 2016-12-18 14:55:14 -08:00
panicking.rs Implement fmt::Debug for all structures in libstd. 2016-12-18 14:55:14 -08:00
path.rs Rollback prefix 2016-12-12 14:21:44 -07:00
primitive_docs.rs Use less size_t casts in libstd since it's now defined as usize 2016-10-08 15:48:28 +02:00
process.rs Rollup merge of #38006 - frewsxcv:libstd-debug, r=alexcrichton 2016-12-20 11:16:17 -08:00
rt.rs Revert rt.rs 2016-12-22 16:19:05 -07:00
rtdeps.rs Add support for the Haiku operating system on x86 and x86_64 machines 2016-09-25 11:12:23 -05:00