rust/src/libstd/sys/unix
bors ecf8c64e1b Auto merge of #23470 - alexcrichton:less-prelude, r=aturon
This commit removes the reexports of `old_io` traits as well as `old_path` types
and traits from the prelude. This functionality is now all deprecated and needs
to be removed to make way for other functionality like `Seek` in the `std::io`
module (currently reexported as `NewSeek` in the io prelude).

Closes #23377
Closes #23378
2015-03-21 05:25:21 +00:00
..
backtrace.rs don't use Result::ok just to be able to use unwrap/unwrap_or 2015-03-20 08:19:13 +01:00
c.rs core: Audit num module for int/uint 2015-03-02 16:12:46 -08:00
condvar.rs std: Tidy up some unsafe impls for sync 2015-02-20 12:01:08 -08:00
ext.rs std: Stabilize portions of std::os::$platform 2015-03-15 10:28:34 -07:00
fd.rs std: Remove #[allow] directives in sys modules 2015-03-12 10:23:27 -07:00
fs2.rs std: Remove #[allow] directives in sys modules 2015-03-12 10:23:27 -07:00
fs.rs Auto merge of #23470 - alexcrichton:less-prelude, r=aturon 2015-03-21 05:25:21 +00:00
helper_signal.rs don't use Result::ok just to be able to use unwrap/unwrap_or 2015-03-20 08:19:13 +01:00
mod.rs std: Stablize io::ErrorKind 2015-03-19 09:59:21 -07:00
mutex.rs std: Remove #[allow] directives in sys modules 2015-03-12 10:23:27 -07:00
net.rs std: Stabilize the net module 2015-03-13 16:47:42 -07:00
os_str.rs Register new snapshots 2015-03-18 16:32:32 -07:00
os.rs iOS: fallout from 1d5983a 2015-03-18 08:35:53 -07:00
pipe2.rs Add std::process 2015-02-13 23:21:08 -08:00
pipe.rs Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
process2.rs std: Stabilize portions of std::os::$platform 2015-03-15 10:28:34 -07:00
process.rs Auto merge of #23229 - aturon:stab-path, r=alexcrichton 2015-03-13 01:00:02 +00:00
rwlock.rs std: Remove #[allow] directives in sys modules 2015-03-12 10:23:27 -07:00
stack_overflow.rs Fix private module loophole in the 'private type in public item' check 2015-03-18 16:47:24 +13:00
stdio.rs Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
sync.rs bitrig integration 2015-02-11 14:49:06 -08:00
tcp.rs std: Remove #[allow] directives in sys modules 2015-03-12 10:23:27 -07:00
thread_local.rs bitrig integration 2015-02-11 14:49:06 -08:00
thread.rs openbsd/bitrig threads 2015-03-18 10:59:09 +01:00
time.rs std: Remove #[allow] directives in sys modules 2015-03-12 10:23:27 -07:00
timer.rs Auto merge of #23512 - oli-obk:result_ok_unwrap, r=alexcrichton 2015-03-20 23:16:47 +00:00
tty.rs Implement winsize() for {ios,dragonfly} 2015-03-15 01:29:13 -07:00
udp.rs