| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -1/+1 | |
| * 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-02-19 | debuginfo: Add support for simd types | Michael Woerister | -0/+70 | |
