rust/src/libstd/sys/windows
Aaron Turon 3e39f0bc0e Rename std::path to std::old_path
As part of [RFC 474](https://github.com/rust-lang/rfcs/pull/474), this
commit renames `std::path` to `std::old_path`, leaving the existing path
API in place to ease migration to the new one. Updating should be as
simple as adjusting imports, and the prelude still maps to the old path
APIs for now.

[breaking-change]
2015-02-03 14:34:42 -08:00
..
backtrace.rs Rename std::path to std::old_path 2015-02-03 14:34:42 -08:00
c.rs std: Add a new env module 2015-02-01 11:08:15 -08:00
condvar.rs Change Mutex to use SRWLock on Windows. 2015-01-12 21:35:39 -05:00
ext.rs Merge remote-tracking branch 'rust-lang/master' 2015-01-27 15:05:04 -08:00
fs.rs std: Add a new env module 2015-02-01 11:08:15 -08:00
handle.rs std: Add a new env module 2015-02-01 11:08:15 -08:00
helper_signal.rs sed -i -s 's/\bmod,/self,/g' **/*.rs 2015-01-03 22:42:21 -05:00
mod.rs std: Add a new env module 2015-02-01 11:08:15 -08:00
mutex.rs std: Add a new env module 2015-02-01 11:08:15 -08:00
os.rs for x in xs.iter() -> for x in &xs 2015-02-02 13:40:18 -05:00
os_str.rs Add ffi::OsString and OsStr 2015-01-24 10:21:30 -08:00
pipe.rs std: Add a new env module 2015-02-01 11:08:15 -08:00
process.rs Rename std::path to std::old_path 2015-02-03 14:34:42 -08:00
rwlock.rs std: Add a new env module 2015-02-01 11:08:15 -08:00
stack_overflow.rs std: Add a new env module 2015-02-01 11:08:15 -08:00
sync.rs std: Add a new env module 2015-02-01 11:08:15 -08:00
tcp.rs std: Add a new env module 2015-02-01 11:08:15 -08:00
thread.rs std: Add a new env module 2015-02-01 11:08:15 -08:00
thread_local.rs rollup merge of #21830: japaric/for-cleanup 2015-02-02 11:01:12 -08:00
time.rs Rewrite Condvar::wait_timeout and make it public 2015-01-16 09:17:37 -08:00
timer.rs std: Add a new env module 2015-02-01 11:08:15 -08:00
tty.rs std: Add a new env module 2015-02-01 11:08:15 -08:00
udp.rs Runtime removal: refactor pipes and networking 2014-11-08 20:40:38 -08:00