rust/src/libstd/sys/windows
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 Example -> Examples 2015-03-11 21:11:40 -04: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
fs.rs std: Remove #[allow] directives in sys modules 2015-03-12 10:23:27 -07:00
fs2.rs std: Ensure fs::{DirEntry, ReadDir} are Send/Sync 2015-02-20 11:51:22 -08:00
handle.rs std: Implement stdio for std::io 2015-02-28 23:13:02 -08:00
helper_signal.rs sed -i -s 's/\bmod,/self,/g' **/*.rs 2015-01-03 22:42:21 -05:00
mod.rs std: Remove #[allow] directives in sys modules 2015-03-12 10:23:27 -07:00
mutex.rs std: Tidy up some unsafe impls for sync 2015-02-20 12:01:08 -08:00
net.rs Hide unnecessary error checking from the user 2015-02-23 23:52:24 +01:00
os.rs Use consts instead of statics where appropriate 2015-03-02 17:11:51 +01:00
os_str.rs Enable recursion for visit_ty in lint visitor 2015-03-02 15:35:48 -08:00
pipe.rs std: Add a new env module 2015-02-01 11:08:15 -08: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 remove leftover annotations 2015-02-27 23:35:07 -05:00
rwlock.rs std: Tidy up some unsafe impls for sync 2015-02-20 12:01:08 -08:00
stack_overflow.rs std: Add a new env module 2015-02-01 11:08:15 -08:00
stdio.rs std: Implement stdio for std::io 2015-02-28 23:13:02 -08:00
sync.rs std: Add a new env module 2015-02-01 11:08:15 -08:00
tcp.rs std: Remove #[allow] directives in sys modules 2015-03-12 10:23:27 -07:00
thread.rs Test fixes and rebase conflicts 2015-02-23 12:46:11 -08:00
thread_local.rs Test fixes and rebase conflicts 2015-02-23 12:46:11 -08:00
time.rs Fix overflow in precise_time_ns() on Windows, 2015-02-25 15:02:43 -08: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