6aadc9d188
This commit introduces a new crate called "native" which will be the crate that implements the 1:1 runtime of rust. This currently entails having an implementation of std::rt::Runtime inside of libnative as well as moving all of the native I/O implementations to libnative. The current snag is that the start lang item must currently be defined in libnative in order to start running, but this will change in the future. Cool fact about this crate, there are no extra features that are enabled. Note that this commit does not include any makefile support necessary for building libnative, that's all coming in a later commit. |
||
---|---|---|
.. | ||
net | ||
buffered.rs | ||
comm_adapters.rs | ||
extensions.rs | ||
flate.rs | ||
fs.rs | ||
mem.rs | ||
mod.rs | ||
option.rs | ||
pipe.rs | ||
process.rs | ||
signal.rs | ||
stdio.rs | ||
test.rs | ||
timer.rs | ||
util.rs |