Brian Anderson
|
451e8c1c61
|
Convert most code to new inner attribute syntax.
Closes #2569
|
2014-03-28 17:12:21 -07:00 |
|
Alex Crichton
|
bb9172d7b5
|
Fix fallout of removing default bounds
This is all purely fallout of getting the previous commit to compile.
|
2014-03-27 10:14:50 -07:00 |
|
Alex Crichton
|
7858065113
|
std: Rename Chan/Port types and constructor
* 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 13:23:29 -07:00 |
|
Edward Wang
|
e9ff91e9be
|
Move replace and swap to std::mem. Get rid of std::util
Also move Void to std::any, move drop to std::mem and reexport in
prelude.
|
2014-02-11 05:21:35 +08:00 |
|
JeremyLetang
|
dd21a51d29
|
move concurrent stuff from libextra to libsync
|
2014-02-05 11:56:04 -05:00 |
|