diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-03-31 10:15:29 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-03-31 15:49:10 -0700 |
| commit | 890f0ab10a81720606805db36628f61f29d0e816 (patch) | |
| tree | c388a3942ce1c29258202f2a391700da1b1a8ed2 /src/rustllvm/ExecutionEngineWrapper.cpp | |
| parent | 18299747359dba3b1080e7a2a8f5e70fb0eb6cde (diff) | |
| parent | 6370f2978e485fd46bcb64f51a1c003395acfedc (diff) | |
| download | rust-890f0ab10a81720606805db36628f61f29d0e816.tar.gz rust-890f0ab10a81720606805db36628f61f29d0e816.zip | |
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]
Diffstat (limited to 'src/rustllvm/ExecutionEngineWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
