Removed trans_comm.rs from the compiler. Updating aio/sio to work with the new chan and port system, started on a networking module for the standard library.
This commit is contained in:
parent
e33af7e0b5
commit
cf2def46c1
34 changed files with 326 additions and 600 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
// -*- rust -*-
|
||||
|
||||
#[link(name = "rustc",
|
||||
|
|
@ -18,7 +17,6 @@ mod middle {
|
|||
mod trans_common;
|
||||
mod trans;
|
||||
mod trans_alt;
|
||||
mod trans_comm;
|
||||
mod trans_dps;
|
||||
mod trans_objects;
|
||||
mod trans_vec;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue