summary refs log tree commit diff
path: root/src/libstd/str
AgeCommit message (Collapse)AuthorLines
2013-06-23vec: remove BaseIter implementationDaniel Micay-2/+1
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-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-28/+28
2013-06-17Improved std::asciiMarvin Löbel-23/+89
- Fixed tests - Added methods - Renamed casting methods to be shorter closes #7150
2013-06-11fix tests, remove some warningsHuon Wilson-1/+0
2013-06-10std: replace str::all/any fns and methods with iteratorsHuon Wilson-2/+2
2013-06-09std: replace the str::each* fns/methods with byte iteratorsHuon Wilson-4/+2
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-7/+7
2013-05-23cleanup warnings from libstdErick Tryzelaar-2/+2
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+287
This only changes the directory names; it does not change the "real" metadata names.