rust/src/libstd/sys/unix
Mazdak Farrokhzad b405aa2d03
Rollup merge of #62806 - mati865:clippy, r=TimNN
Fix few Clippy warnings
2019-07-28 11:11:08 +02:00
..
ext Remove needless lifetimes 2019-07-01 12:15:27 +02:00
process Fix clippy::len_zero warnings 2019-07-18 15:14:56 +02:00
alloc.rs Fix clippy::clone_on_copy warnings 2019-07-18 15:14:56 +02:00
android.rs libstd => 2018 2019-02-28 04:06:15 +09:00
args.rs Revert "Add implementations of last in terms of next_back on a bunch of DoubleEndedIterators." 2019-05-22 14:09:34 -07:00
cmath.rs Remove licenses 2018-12-25 21:08:33 -07:00
condvar.rs Avoid mem::uninitialized() in std::sys::unix 2019-06-26 15:03:15 -07:00
env.rs Remove bitrig support from rust 2019-05-13 11:09:06 +02:00
fast_thread_local.rs Revert "ensure fast thread local lookups occur once per access on macos" 2019-05-15 07:30:33 -07:00
fd.rs filedesc: don't use ioctl(FIOCLEX) on Linux 2019-07-10 23:59:46 +10:00
fs.rs Remove bitrig support from rust 2019-05-13 11:09:06 +02:00
io.rs add repr(transparent) to IoSliceMut where missing 2019-07-26 18:56:47 +03:00
l4re.rs Stabilized vectored IO 2019-04-27 08:34:08 -07:00
memchr.rs libstd => 2018 2019-02-28 04:06:15 +09:00
mod.rs std: Depend on backtrace crate from crates.io 2019-05-25 17:09:45 -07:00
mutex.rs Avoid mem::uninitialized() in std::sys::unix 2019-06-26 15:03:15 -07:00
net.rs Stabilized vectored IO 2019-04-27 08:34:08 -07:00
os.rs Remove bitrig support from rust 2019-05-13 11:09:06 +02:00
path.rs libstd: deny(elided_lifetimes_in_paths) 2019-03-31 12:56:51 +02:00
pipe.rs Stabilized vectored IO 2019-04-27 08:34:08 -07:00
rand.rs Revert "use SecRandomCopyBytes on macOS in Miri" 2019-05-13 11:34:11 +02:00
rwlock.rs libstd => 2018 2019-02-28 04:06:15 +09:00
stack_overflow.rs Remove bitrig support from rust 2019-05-13 11:09:06 +02:00
stdio.rs Stabilized vectored IO 2019-04-27 08:34:08 -07:00
thread_local.rs libstd => 2018 2019-02-28 04:06:15 +09:00
thread.rs Remove bitrig support from rust 2019-05-13 11:09:06 +02:00
time.rs std: Avoid usage of Once in Instant 2019-04-04 07:19:14 -07:00
weak.rs libstd => 2018 2019-02-28 04:06:15 +09:00