about summary refs log tree commit diff
path: root/src/libstd/ascii.rs
AgeCommit message (Expand)AuthorLines
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-51/+1
2014-10-15Renamed AsciiStr::to_lower and AsciiStr::to_upper=-22/+42
2014-10-07Rename slice::SliceNick Cameron-1/+1
2014-09-21Remove #[allow(deprecated)] from libstdAlex Crichton-10/+9
2014-09-16Fallout from renamingAaron Turon-2/+2
2014-08-26Use temp vars for implicit coercion to ^[T]Nick Cameron-6/+6
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-2/+2
2014-08-13std: Rename slice::Vector to SliceBrian Anderson-1/+1
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-1/+1
2014-08-06Use byte literals in libstdnham-6/+6
2014-07-29Add deprecated aliases for the old {Owned,}StrAsciiExt trait names.Simon Sapin-0/+7
2014-07-29Rename the std::ascii::{Owned,}StrAsciiExt traits to {Owned,}AsciiExtSimon Sapin-32/+54
2014-07-29Make std::ascii::ASCII_{UPPER,LOWER}_MAP public.Simon Sapin-8/+8
2014-07-29Use byte literals in std::ascii::ASCII_{UPPER,LOWER}_MAP for readability.Simon Sapin-24/+32
2014-07-24Remove OwnedStr traitAdolfo Ochagavía-1/+1
2014-07-22auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichtonbors-0/+2
2014-07-21ignore-lexer-test to broken files and remove some tray hyphensCorey Richardson-0/+2
2014-07-21Rename to_str to to_stringSteven Fackler-1/+1
2014-07-15Fix errorsAdolfo Ochagavía-11/+10
2014-07-15Deprecate `str::from_char`Adolfo Ochagavía-14/+10
2014-07-15Deprecate `str::from_utf8_owned`Adolfo Ochagavía-1/+1
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-19/+19
2014-06-30libstd: set baseline stability levels.Aaron Turon-0/+2
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-23/+3
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-28std: Remove format_strbuf!()Alex Crichton-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-38/+38
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