rust/src/libstd/sys/windows
Manish Goregaokar 6c28ad61a2 Rollup merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichton
New functions, `slice::from_raw_parts` and `slice::from_raw_parts_mut`,
are added to implement the lifetime convention as agreed in rust-lang/rfcs#556.
The functions `slice::from_raw_buf` and `slice::from_raw_mut_buf` are
left deprecated for the time being.

Holding back on changing the signature of `std::ffi::c_str_to_bytes` as consensus in rust-lang/rfcs#592 is building to replace it with a composition of other functions.

Contribution to #21923.
2015-02-06 16:21:10 +05:30
..
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
ext.rs
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
mod.rs std: Add io module again 2015-02-03 12:51:12 -08:00
mutex.rs std: Add a new env module 2015-02-01 11:08:15 -08:00
os_str.rs Add new path module 2015-02-03 14:52:03 -08:00
os.rs Replace usage of slice::from_raw_buf with slice::from_raw_parts 2015-02-05 13:54:26 +02:00
pipe.rs std: Add a new env module 2015-02-01 11:08:15 -08:00
process.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05: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_local.rs Fix for misspelled comments. 2015-02-04 23:00:02 -05:00
thread.rs std: Add a new env module 2015-02-01 11:08:15 -08:00
time.rs
timer.rs std: Add a new env module 2015-02-01 11:08:15 -08:00
tty.rs cleanup: replace as[_mut]_slice() calls with deref coercions 2015-02-05 13:45:01 -05:00
udp.rs