rust/src/libstd/sys/unix
bors 3438c0fa8c Auto merge of #42613 - stepancheg:lossy, r=alexcrichton
Avoid allocations in Display for OsStr and Path

#38879
2017-06-17 02:21:38 +00:00
..
backtrace Update usages of 'OSX' (and other old names) to 'macOS'. 2017-03-12 14:59:04 -04:00
ext Revert "Implement AsRawFd/IntoRawFd for RawFd" 2017-04-03 10:17:59 -04:00
process Add conversions from File and Child* handles to Stdio 2017-06-06 15:42:55 -07:00
android.rs Android: Fix unused-imports warning 2016-10-14 23:02:47 +02:00
args.rs std: Remove cfg(cargobuild) annotations 2017-02-06 08:42:54 -08:00
condvar.rs Fix condvar.wait(distant future) return immediately on OSX 2017-06-15 21:20:02 +01:00
env.rs Add Fuchsia support 2016-10-22 07:08:06 -07:00
fast_thread_local.rs migrate everything to using mem::needs_drop 2017-05-20 19:27:30 -04:00
fd.rs Update usages of 'OSX' (and other old names) to 'macOS'. 2017-03-12 14:59:04 -04:00
fs.rs Update usages of 'OSX' (and other old names) to 'macOS'. 2017-03-12 14:59:04 -04:00
memchr.rs Use less size_t casts in libstd since it's now defined as usize 2016-10-08 15:48:28 +02:00
mod.rs Replace magic number with readable sig constant 2017-04-03 22:44:25 -07:00
mutex.rs Fix undefined behavior when re-locking a mutex from the same thread 2016-06-02 13:31:01 +01:00
net.rs libstd/net: Add peek APIs to UdpSocket and TcpStream 2017-02-04 12:00:19 -08:00
os.rs Improve the error management when /proc is not mounted 2017-05-17 15:14:30 +02:00
os_str.rs Avoid allocations in Debug for os_str 2017-06-15 20:42:37 +01:00
path.rs std: Move platform specific path code into sys 2016-10-01 19:28:17 +00:00
pipe.rs std: Handle ENOSYS when calling pipe2 2017-06-08 07:31:05 -07:00
rand.rs std: Remove cfg(cargobuild) annotations 2017-02-06 08:42:54 -08:00
rwlock.rs Fix typos in unix/rwlock.rs 2016-08-19 21:12:36 -04:00
stack_overflow.rs Update usages of 'OSX' (and other old names) to 'macOS'. 2017-03-12 14:59:04 -04:00
stdio.rs Commit to fix make tidy 2016-11-28 21:07:26 -07:00
thread.rs Fix tidy warning 2016-10-22 07:08:07 -07:00
thread_local.rs std: Avoid locks during TLS destruction on Windows 2017-05-05 06:59:49 -07:00
time.rs Fix a copy-paste error in Instant::sub_duration 2017-04-25 01:02:59 +02:00
weak.rs std: Fix linking against signal on Android 2016-04-04 21:54:59 -07:00