| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+1 | |
| Closes #2569 | ||||
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -6/+6 | |
| This is all purely fallout of getting the previous commit to compile. | ||||
| 2014-03-21 | test: Make manual changes to deal with the fallout from removal of | Patrick Walton | -5/+7 | |
| `~[T]` in test, libgetopts, compiletest, librustdoc, and libnum. | ||||
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -3/+2 | |
| Closes #12702 | ||||
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -4/+4 | |
| * 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-05 | move concurrent stuff from libextra to libsync | JeremyLetang | -0/+92 | |
