summary refs log tree commit diff
path: root/src/libstd/ascii.rs
AgeCommit message (Expand)AuthorLines
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-2/+2
2014-03-23iter: remove `to_owned_vec`Daniel Micay-1/+1
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-2/+2
2014-03-20rename std::vec -> std::sliceDaniel Micay-1/+1
2014-03-18Add impl IntoStr for ::std::vec_ng::Vec<Ascii>Eunchong Yu-0/+26
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-1/+1
2014-02-24replace manual Hash impls with `#[deriving(Hash)]`Erick Tryzelaar-9/+1
2014-02-23Remove all ToStr impls, add Show implsAlex Crichton-9/+1
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-4/+4
2014-02-13Add some missing Show implementations in libstdBrendan Zabarauskas-1/+12
2014-02-07Cleaned up imports per coding standards.chromatic-3/+3
2014-02-07Removed prelude::* from libstd files.chromatic-2/+2
2014-01-31Fix minor doc typosVirgile Andreani-5/+5
2014-01-15Issue #3511 - Rationalize temporary lifetimes.Niko Matsakis-4/+9
2014-01-07stdtest: Fix all leaked trait importsAlex Crichton-1/+1
2014-01-05Fix some warningsCorey Richardson-0/+1
2014-01-02auto merge of #10828 : SimonSapin/rust/ascii_opt, r=pcwaltonbors-36/+70
2013-12-27std: uniform modules titles for docLuca Bruno-1/+1
2013-12-23[std::ascii] Add .to_ascii_opt() and .into_ascii_opt() returning OptionSimon Sapin-36/+70
2013-12-15Rename To{Str,Bytes}Consume traits to Into*.Chris Morgan-4/+4
2013-12-11Make 'self lifetime illegal.Erik Price-8/+8
2013-11-27std::ascii: Add tests for is_digit() and is_control()Eric Biggers-0/+9
2013-11-26std::ascii: Fix is_digit() and is_control()Eric Biggers-2/+2
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-1/+1
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-4/+4
2013-11-23Add ctype-likes to AsciiCorey Richardson-0/+68
2013-11-19libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstdPatrick Walton-1/+1
2013-11-08std::ascii: Provide a copyless [Ascii] -> str method.Huon Wilson-15/+18
2013-11-03Rename files to match current recommendations.Chris Morgan-0/+582