1
Fork 0
rust/src/libstd/sys/unix
Alex Crichton c933d44f7b std: Remove #[allow] directives in sys modules
These were suppressing lots of interesting warnings! Turns out there was also
quite a bit of dead code.
2015-03-12 10:23:27 -07:00
..
backtrace.rs std: Remove #[allow] directives in sys modules 2015-03-12 10:23:27 -07: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: Deprecate the std::old_io::net primitives 2015-03-06 10:27:28 -08:00
fd.rs std: Remove #[allow] directives in sys modules 2015-03-12 10:23:27 -07:00
fs.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
fs2.rs std: Remove #[allow] directives in sys modules 2015-03-12 10:23:27 -07:00
helper_signal.rs Fix fallout from coercion removal 2014-11-17 22:41:33 +13:00
mod.rs std: Remove #[allow] directives in sys modules 2015-03-12 10:23:27 -07:00
mutex.rs std: Remove #[allow] directives in sys modules 2015-03-12 10:23:27 -07:00
net.rs std: Implement CString-related RFCs 2015-02-18 14:15:43 -08:00
os.rs std: Remove #[allow] directives in sys modules 2015-03-12 10:23:27 -07:00
os_str.rs std: Remove #[allow] directives in sys modules 2015-03-12 10:23:27 -07:00
pipe.rs std: Remove #[allow] directives in sys modules 2015-03-12 10:23:27 -07:00
pipe2.rs Add std::process 2015-02-13 23:21:08 -08:00
process.rs std: Remove #[allow] directives in sys modules 2015-03-12 10:23:27 -07:00
process2.rs std: Remove #[allow] directives in sys modules 2015-03-12 10:23:27 -07:00
rwlock.rs std: Remove #[allow] directives in sys modules 2015-03-12 10:23:27 -07:00
stack_overflow.rs std: Remove #[allow] directives in sys modules 2015-03-12 10:23:27 -07:00
stdio.rs std: Implement stdio for std::io 2015-02-28 23:13:02 -08: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.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
time.rs std: Remove #[allow] directives in sys modules 2015-03-12 10:23:27 -07:00
timer.rs std: Remove #[allow] directives in sys modules 2015-03-12 10:23:27 -07:00
tty.rs std: Remove #[allow] directives in sys modules 2015-03-12 10:23:27 -07:00
udp.rs Runtime removal: refactor pipes and networking 2014-11-08 20:40:38 -08:00