| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -18/+18 | |
| I removed the `static-method-test.rs` test because it was heavily based on `BaseIter` and there are plenty of other more complex uses of static methods anyway. | ||||
| 2013-06-18 | replace #[inline(always)] with #[inline]. r=burningtree. | Graydon Hoare | -5/+5 | |
| 2013-06-14 | add IteratorUtil to the prelude | Daniel Micay | -2/+0 | |
| 2013-06-09 | remove unused import warnings | Huon Wilson | -1/+0 | |
| 2013-06-06 | Fixups | Marvin Löbel | -11/+1 | |
| 2013-06-06 | Removed IteratorUtil::to_vec and iter::to_vec | Marvin Löbel | -33/+11 | |
| 2013-06-06 | Added iter::FromIter | Marvin Löbel | -3/+31 | |
| 2013-05-30 | Require documentation by default for libstd | Alex Crichton | -0/+1 | |
| Adds documentation for various things that I understand. Adds #[allow(missing_doc)] for lots of things that I don't understand. | ||||
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+3 | |
| 2013-05-27 | syntax highlight code examples in docstrings | Daniel Micay | -23/+23 | |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -0/+326 | |
| This only changes the directory names; it does not change the "real" metadata names. | ||||
