summary refs log tree commit diff
path: root/src/test/debug-info/simd.rs
AgeCommit message (Collapse)AuthorLines
2014-03-13std: Rename Chan/Port types and constructorAlex 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-19debuginfo: Add support for simd typesMichael Woerister-0/+70