rust/src/libstd
Raph Levien 163698c45f Switch Fuchsia to readdir (instead of readdir_r)
The readdir_r function is deprecated on newer Posix systems because of
various problems, and not implemented at all for Fuchsia. There are
already implementations using both, and this patch switches Fuchsia
over to the readdir-based one.

Fixes #40021 for Fuchsia, but that issue also contains discussion of
what should happen for other Posix systems.
2017-02-21 15:55:47 -08:00
..
collections Resize hashmap when long probes are detected 2017-02-16 21:28:43 +01:00
ffi Conversions between CStr/OsStr/Path and boxes. 2017-02-14 14:18:43 -05:00
io Fix a few impl stability attributes 2017-01-29 13:31:47 +00:00
net Rollup merge of #39372 - seanmonstar:more-addr-froms, r=alexcrichton 2017-02-07 22:54:21 -05:00
os Fix a few impl stability attributes 2017-01-29 13:31:47 +00: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 #39393 - ollie27:stab_impls, r=alexcrichton 2017-02-05 09:14:45 -05:00
sys Switch Fuchsia to readdir (instead of readdir_r) 2017-02-21 15:55:47 -08:00
sys_common Conversions between CStr/OsStr/Path and boxes. 2017-02-14 14:18:43 -05:00
thread Fix a few impl stability attributes 2017-01-29 13:31:47 +00:00
time std: Stabilize APIs for the 1.16.0 release 2017-01-25 16:43:01 -08:00
ascii.rs Add feature annotations to the doctests for ascii_ctype. 2017-02-13 18:44:43 -05:00
build.rs std: Remove cfg(cargobuild) annotations 2017-02-06 08:42:54 -08:00
Cargo.toml sanitizer support 2017-02-08 18:51:43 -05:00
env.rs Add missing urls on join_paths 2017-02-08 21:53:49 +01: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 Fix a few impl stability attributes 2017-01-29 13:31:47 +00:00
lib.rs Fix up links 2017-02-13 13:41:24 -05:00
macros.rs Rollup merge of #38457 - frewsxcv:include, r=GuillaumeGomez 2017-01-19 11:56:00 +01:00
memchr.rs std: Move platform specific memchr code into sys 2016-10-01 19:33:02 +00:00
num.rs travis: Get an emscripten builder online 2017-01-19 13:54:19 -08:00
panic.rs Fix a few impl stability attributes 2017-01-29 13:31:47 +00:00
panicking.rs Change std::panicking::try::Data into a union 2017-02-10 19:20:28 +00:00
path.rs Conversions between CStr/OsStr/Path and boxes. 2017-02-14 14:18:43 -05:00
primitive_docs.rs Fix up links 2017-02-13 13:41:24 -05:00
process.rs make Child::try_wait return io::Result<Option<ExitStatus>> 2017-02-06 23:04:47 -05:00
rt.rs Revert rt.rs 2016-12-22 16:19:05 -07:00