| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-06-09 | remove unused import warnings | Huon Wilson | -1/+0 | |
| 2013-06-09 | std: remove {all*,any*,count} in favour of iterators | Huon Wilson | -10/+10 | |
| 2013-06-07 | iterator: work around method resolve bug (#5898) | Daniel Micay | -4/+5 | |
| 2013-06-08 | std: more dummy type parameters on iterators to work around #6967. | Huon Wilson | -18/+21 | |
| 2013-06-06 | Fixups | Marvin Löbel | -6/+9 | |
| 2013-06-06 | Removed IteratorUtil::to_vec and iter::to_vec | Marvin Löbel | -19/+0 | |
| 2013-06-06 | Added IteratorUtil::collect | Marvin Löbel | -0/+27 | |
| 2013-06-06 | std: work-around for take/skip type inference (#6967) | Huon Wilson | -11/+13 | |
| 2013-05-30 | Remove unnecessary 'use' forms | Daniel Farina | -1/+0 | |
| Fix a laundry list of warnings involving unused imports that glutted up compilation output. There are more, but there seems to be some false positives (where 'remedy' appears to break the build), but this particular set of fixes seems safe. | ||||
| 2013-05-30 | Require documentation by default for libstd | Alex Crichton | -5/+361 | |
| 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 | -1/+7 | |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -0/+719 | |
| This only changes the directory names; it does not change the "real" metadata names. | ||||
