rust/src/libstd
Eduard-Mihai Burtescu 32af4ceb04 Rollup merge of #40024 - raphlinus:readdir, r=alexcrichton
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-25 14:13:32 +02:00
..
collections Simplify adaptive hashmap 2017-02-20 23:19:41 +01:00
ffi Conversions between CStr/OsStr/Path and boxes. 2017-02-14 14:18:43 -05:00
io std::io::cursor: Fixed Seek so test passes. 2017-02-16 03:20:49 +01:00
net Rollup merge of #39372 - seanmonstar:more-addr-froms, r=alexcrichton 2017-02-07 22:54:21 -05:00
os
prelude
rand
sync Rollup merge of #40052 - GuillaumeGomez:sunc_docs, r=frewsxcv 2017-02-24 13:23:00 +01:00
sys Rollup merge of #40024 - raphlinus:readdir, r=alexcrichton 2017-02-25 14:13:32 +02:00
sys_common Conversions between CStr/OsStr/Path and boxes. 2017-02-14 14:18:43 -05:00
thread Clarify thread::Builder::stack_size 2017-02-22 17:13:22 +03:00
time
ascii.rs Add feature annotations to the doctests for ascii_ctype. 2017-02-13 18:44:43 -05:00
build.rs Follow rename of mx_handle_wait Magenta syscalls 2017-02-17 11:26:22 -08:00
Cargo.toml sanitizer support 2017-02-08 18:51:43 -05:00
env.rs Add missing urls for env functions 2017-02-18 14:44:56 +01:00
error.rs
f32.rs Get linkchecker clean 2017-02-21 14:02:12 -05:00
f64.rs Get linkchecker clean 2017-02-21 14:02:12 -05:00
fs.rs
lib.rs Revert "Fix up links" 2017-02-20 09:09:12 -05:00
macros.rs Get linkchecker clean 2017-02-21 14:02:12 -05:00
memchr.rs
num.rs
panic.rs std: Relax UnwindSafe impl for Unique 2017-02-21 14:36:24 -08: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 Revert "Fix up links" 2017-02-20 09:09:12 -05:00
process.rs make Child::try_wait return io::Result<Option<ExitStatus>> 2017-02-06 23:04:47 -05:00
rt.rs