about summary refs log tree commit diff
path: root/src/libstd/ascii.rs
AgeCommit message (Expand)AuthorLines
2014-05-25auto merge of #14415 : Sawyer47/rust/ascii-fixme, r=huonwbors-5/+2
2014-05-25Fix FIXME #5475 in std::asciiPiotr Jawniak-5/+2
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-15/+15
2014-05-24Rename functions in AsciiAdolfo Ochagavía-6/+48
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-3/+3
2014-05-22libstd: Remove all uses of `~str` from `libstd`Patrick Walton-2/+2
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-59/+64
2014-05-11core: Remove the cast moduleAlex Crichton-16/+16
2014-05-08Handle breakage after libcore splitKevin Ballard-1/+1
2014-05-08Handle fallout in std::ascii and std::strconvKevin Ballard-36/+49
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-6/+6
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-27/+31
2014-04-02Fix fallout of requiring uint indicesAlex Crichton-7/+11
2014-03-31std: Switch field privacy as necessaryAlex Crichton-1/+1
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