| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -6/+5 | |
| 2013-06-26 | treemap: remove .each in favor of .iter().advance | Ramkumar Ramachandra | -2/+2 | |
| Both extra::treemap::TreeMap and extra::treemap::TreeSet have corresponding iterators TreeMapIterator and TreeSetIterator. Unfortunately, the tests and extra::serialize use the older .each. Update all the dependent code, and remove .each. Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com> | ||||
| 2013-06-25 | remove `each` from vec, HashMap and HashSet | Daniel Micay | -2/+2 | |
| 2013-06-21 | vec: rm old_iter implementations, except BaseIter | Daniel Micay | -4/+4 | |
| The removed test for issue #2611 is well covered by the `std::iterator` module itself. This adds the `count` method to `IteratorUtil` to replace `EqIter`. | ||||
| 2013-05-31 | Implement unimplemented methods in ebml | Alex Crichton | -0/+12 | |
| 2013-05-30 | libextra: Require documentation by default | Alex Crichton | -0/+1 | |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+3 | |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd ↵ | Patrick Walton | -0/+2 | |
| to libextra | ||||
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -0/+907 | |
| This only changes the directory names; it does not change the "real" metadata names. | ||||
