Merge remote-tracking branch 'brson/io'
This also reverts some changes to TLS that were leaking memory. Conflicts: src/libcore/rt/uv/net.rs src/libcore/task/local_data_priv.rs src/libcore/unstable/lang.rs
This commit is contained in:
commit
e944c7dade
42 changed files with 1206 additions and 292 deletions
|
|
@ -475,7 +475,7 @@ pub fn core_macros() -> ~str {
|
|||
|
||||
{ $c:ident: $in:ty -> $out:ty; } => {
|
||||
|
||||
mod $c {
|
||||
pub mod $c {
|
||||
fn key(_x: @::core::condition::Handler<$in,$out>) { }
|
||||
|
||||
pub static cond :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue