rust/src/libstd
bors 92f96b2445 Auto merge of #30006 - ntrepid8:skip-check-for-DYLD-libs-in-child-proc, r=alexcrichton
It seems that OS X El Capitan does not pass DYLD_* environment variables to child processes anymore.  See this link: https://forums.developer.apple.com/thread/9233

The causes a test in `src/libstd/process.rs' to fail when those environment variables are not found in the child process.  This PR skips those variables similar to how the Windows envars that start with `=` are skipped.
2015-11-24 04:26:47 +00:00
..
collections Rename result variable in HashSet's intersection and union examples 2015-11-20 11:40:05 +01:00
ffi Rename #[deprecated] to #[rustc_deprecated] 2015-11-20 16:11:20 +03:00
io Add missing annotations and some tests 2015-11-18 01:24:21 +03:00
net Add missing annotations and some tests 2015-11-18 01:24:21 +03:00
num Rename #[deprecated] to #[rustc_deprecated] 2015-11-20 16:11:20 +03:00
os Fix buildbot failures 2015-11-18 21:16:20 +03:00
prelude Fixup #29785 2015-11-12 13:20:48 +05:30
rand std: Migrate to the new libc 2015-11-09 22:55:50 -08:00
sync Rename #[deprecated] to #[rustc_deprecated] 2015-11-20 16:11:20 +03:00
sys Auto merge of #29913 - tbu-:pr_windows_path_error_on_nul, r=alexcrichton 2015-11-21 02:38:18 +00:00
thread Rename #[deprecated] to #[rustc_deprecated] 2015-11-20 16:11:20 +03:00
time std: Add Instant and SystemTime to std::time 2015-11-19 09:32:38 -08:00
ascii.rs std: Add issues to all unstable features 2015-08-15 18:09:17 -07:00
dynamic_lib.rs Rename #[deprecated] to #[rustc_deprecated] 2015-11-20 16:11:20 +03:00
env.rs Spell out the fallback of std::env::home_dir on POSIX 2015-11-08 15:34:16 +00:00
error.rs std: Add issues to all unstable features 2015-08-15 18:09:17 -07:00
fs.rs Rename #[deprecated] to #[rustc_deprecated] 2015-11-20 16:11:20 +03:00
lib.rs Rename #[deprecated] to #[rustc_deprecated] 2015-11-20 16:11:20 +03:00
macros.rs Add missing annotations and some tests 2015-11-18 01:24:21 +03:00
panicking.rs Abort earlier upon multi-panics 2015-09-24 23:52:13 +02:00
path.rs Auto merge of #29755 - mbrubeck:stat-doc, r=steveklabnik 2015-11-11 11:09:43 +00:00
primitive_docs.rs Update list of array implementations in src/libstd/primitive_docs.rs 2015-11-07 12:01:11 +00:00
process.rs skip check for DYLD envars in child proc 2015-11-23 14:08:52 -05:00
rt.rs Moar comments. 2015-10-21 10:05:27 -07:00
rtdeps.rs Port the standard crates to PNaCl/NaCl. 2015-10-28 17:23:28 -05:00