]> git.lizzy.rs Git - rust.git/commit
auto merge of #12815 : alexcrichton/rust/chan-rename, r=brson
authorbors <bors@rust-lang.org>
Thu, 13 Mar 2014 21:06:37 +0000 (14:06 -0700)
committerbors <bors@rust-lang.org>
Thu, 13 Mar 2014 21:06:37 +0000 (14:06 -0700)
commitb4d324334cb48198c27d782002d75eba14a6abde
tree950d8daa5e6305090bdd69625bb18ead48471865
parent6ff3c9995e63b63c16d13739a0fc2d321f95410e
parent78580651131c9daacd7e5e4669af819cdd719f09
auto merge of #12815 : alexcrichton/rust/chan-rename, r=brson

* Chan<T> => Sender<T>
* Port<T> => Receiver<T>
* Chan::new() => channel()
* constructor returns (Sender, Receiver) instead of (Receiver, Sender)
* local variables named `port` renamed to `rx`
* local variables named `chan` renamed to `tx`

Closes #11765
src/libstd/io/mod.rs
src/test/bench/shootout-k-nucleotide-pipes.rs