rust/src/test
bors b4d324334c 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
2014-03-13 14:06:37 -07:00
..
auxiliary std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00
bench auto merge of #12815 : alexcrichton/rust/chan-rename, r=brson 2014-03-13 14:06:37 -07:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail auto merge of #12815 : alexcrichton/rust/chan-rename, r=brson 2014-03-13 14:06:37 -07:00
debug-info std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00
pretty Fix a pretty printer crash on /***. 2014-02-27 12:16:18 +11:00
run-fail fix typos with with repeated words, just like this sentence. 2014-03-06 20:19:14 +09:00
run-make Update users for the std::rand -> librand move. 2014-03-12 11:31:43 +11:00
run-pass auto merge of #12815 : alexcrichton/rust/chan-rename, r=brson 2014-03-13 14:06:37 -07:00
run-pass-fulldeps Add an ItemModifier syntax extension type 2014-03-11 00:28:25 -07:00