about summary refs log tree commit diff
path: root/src/libstd/str/ascii.rs
AgeCommit message (Expand)AuthorLines
2013-11-03Rename files to match current recommendations.Chris Morgan-582/+0
2013-09-09Some work on std::ascii: Marked unsafe function unsafe, added moving implemen...Marvin Löbel-20/+77
2013-09-09rename `std::iterator` to `std::iter`Daniel Micay-1/+1
2013-09-04stop treating char as an integer typeDaniel Micay-10/+15
2013-09-04Added ToStr impl for charMarvin Löbel-1/+12
2013-08-18std::to_bytes: Delimit sequences &[A] and ~str when hashingblake2-ppc-2/+0
2013-08-14Methodyfied the string ascii extionsion functionsMarvin Löbel-37/+46
2013-08-12fix build with the new snapshot compilerDaniel Micay-37/+0
2013-08-10std: merge Iterator and IteratorUtilErick Tryzelaar-1/+1
2013-08-08Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-3/+3
2013-08-07Forbid `priv` where it has no effectAlex Crichton-3/+3
2013-08-07Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-11/+169
2013-08-06Add to_ascii_upper, to_ascii_lower and eq_ignore_ascii_case in std::asciiSimon Sapin-11/+169
2013-08-04Merge remote-tracking branch 'remotes/origin/master' into str-remove-nullErick Tryzelaar-1/+1
2013-08-04Remove trailing null from stringsErick Tryzelaar-8/+39
2013-08-03remove obsolete `foreach` keywordDaniel Micay-1/+1
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-2/+3
2013-07-30Added str::char_offset_iter() and str::rev_char_offset_iter()Marvin Löbel-1/+1
2013-06-23vec: remove BaseIter implementationDaniel Micay-2/+1
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-28/+28
2013-06-17Improved std::asciiMarvin Löbel-23/+89
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