about summary refs log tree commit diff
path: root/src/libstd/ascii.rs
AgeCommit message (Expand)AuthorLines
2014-12-06libstd: remove unnecessary `to_string()` callsJorge Aparicio-21/+21
2014-12-06libstd: remove unnecessary `as_slice()` callsJorge Aparicio-5/+5
2014-12-05Utilize fewer reexportsCorey Farwell-1/+2
2014-11-25Fallout from stabilizationAaron Turon-1/+1
2014-11-23rollup merge of #19194: aturon/stab-asciiJakub Bukaj-9/+60
2014-11-23auto merge of #19152 : alexcrichton/rust/issue-17863, r=aturonbors-8/+6
2014-11-22std: Align `raw` modules with unsafe conventionsAlex Crichton-8/+6
2014-11-21Fallout from deprecationAaron Turon-0/+8
2014-11-21libs: stabilize ascii moduleAaron Turon-9/+52
2014-11-20Rename remaining Failures to PanicSubhash Bhushan-1/+4
2014-11-16Move IntoString to collections::stringBrendan Zabarauskas-2/+1
2014-11-16Rename IntoStr to IntoStringBrendan Zabarauskas-2/+2
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-3/+3
2014-11-04libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` inPatrick Walton-0/+32
2014-11-01collections: Remove all collections traitsAlex Crichton-1/+0
2014-10-30rollup merge of #18397 : aochagavia/asciiAlex Crichton-2/+1
2014-10-29Rename fail! to panic!Steve Klabnik-5/+5
2014-10-28Remove unnecessary clone in ascii.rsAdolfo Ochagavía-2/+1
2014-10-27DSTify [T]/str extension traitsJorge Aparicio-9/+10
2014-10-27Test fixes and rebase conflicts from rollupAlex Crichton-6/+6
2014-10-27Fix undefined behavior in std::asciiAdolfo Ochagavía-4/+19
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