]> git.lizzy.rs Git - rust.git/commit
Remove Runtime trait
authorAaron Turon <aturon@mozilla.com>
Fri, 14 Nov 2014 21:40:34 +0000 (13:40 -0800)
committerAaron Turon <aturon@mozilla.com>
Fri, 21 Nov 2014 01:19:13 +0000 (17:19 -0800)
commitad022b1a1bcdb8d2e6d1f200f5824f16de2c2193
tree338f3174030da4f17c484a27536f75f6ee97786b
parent770378a313a573776b16237a46b75bafa49072c1
Remove Runtime trait

This commit removes most of the remaining runtime infrastructure related
to the green/native split. In particular, it removes the `Runtime` trait
and instead inlines the native implementation.

Closes #17325

[breaking-change]
src/libnative/task.rs
src/librustrt/lib.rs
src/librustrt/rtio.rs [deleted file]
src/librustrt/task.rs
src/libstd/rt/mod.rs