rust/src/libstd/sys/windows
Alex Crichton 890f0ab10a rollup merge of #23766: alexcrichton/stabilize-raw-fd
This commit stabilizes the platform-specific `io` modules, specifically around
the traits having to do with the raw representation of each object on each
platform.

Specifically, the following material was stabilized:

* `AsRaw{Fd,Socket,Handle}`
* `RawFd` (renamed from `Fd`)
* `RawHandle` (renamed from `Handle`)
* `RawSocket` (renamed from `Socket`)
* `AsRaw{Fd,Socket,Handle}` implementations
* `std::os::{unix, windows}::io`

The following material was added as `#[unstable]`:

* `FromRaw{Fd,Socket,Handle}`
* Implementations for various primitives

There are a number of future improvements that are possible to make to this
module, but this should cover a good bit of functionality desired from these
modules for now. Some specific future additions may include:

* `IntoRawXXX` traits to consume the raw representation and cancel the
  auto-destructor.
* `Fd`, `Socket`, and `Handle` abstractions that behave like Rust objects and
  have nice methods for various syscalls.

At this time though, these are considered backwards-compatible extensions and
will not be stabilized at this time.

This commit is a breaking change due to the addition of `Raw` in from of the
type aliases in each of the platform-specific modules.

[breaking-change]
2015-03-31 15:49:10 -07:00
..
backtrace.rs rollup merge of #23197: aatxe/master 2015-03-27 13:04:27 -07:00
c.rs Example -> Examples 2015-03-11 21:11:40 -04:00
condvar.rs Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
ext.rs std: Stabilize parts of std::os::platform::io 2015-03-26 16:40:36 -07:00
fs.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
fs2.rs std: Stabilize parts of std::os::platform::io 2015-03-26 16:40:36 -07: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 Stabilize std::num 2015-03-31 07:50:25 -07:00
mutex.rs std: Tidy up some unsafe impls for sync 2015-02-20 12:01:08 -08:00
net.rs rollup merge of #23766: alexcrichton/stabilize-raw-fd 2015-03-31 15:49:10 -07:00
os.rs std: Stabilize parts of std::os::platform::io 2015-03-26 16:40:36 -07:00
os_str.rs Revise use of conversion traits 2015-03-26 13:54:48 -07:00
pipe.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
pipe2.rs Add std::process 2015-02-13 23:21:08 -08:00
process.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
process2.rs Remove IteratorExt 2015-03-28 13:53:45 -07:00
rwlock.rs std: Tidy up some unsafe impls for sync 2015-02-20 12:01:08 -08:00
stack_overflow.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
stdio.rs Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
sync.rs std: Add a new env module 2015-02-01 11:08:15 -08:00
tcp.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
thread.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
thread_local.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
time.rs Fix overflow in precise_time_ns() on Windows, 2015-02-25 15:02:43 -08:00
timer.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
tty.rs Rollup merge of #23803 - richo:unused-braces, r=Manishearth 2015-03-28 18:12:06 +05:30
udp.rs Runtime removal: refactor pipes and networking 2014-11-08 20:40:38 -08:00