about summary refs log tree commit diff
path: root/src/libstd/ascii.rs
AgeCommit message (Expand)AuthorLines
2015-01-08Improvements to feature stagingBrian Anderson-8/+8
2015-01-05rollup merge of #20556: japaric/no-for-sizedAlex Crichton-2/+1
2015-01-05remove unused `Sized` importsJorge Aparicio-1/+0
2015-01-05sed -i -s 's/ for Sized?//g' **/*.rsJorge Aparicio-1/+1
2015-01-05Fix misleading name in AsciiExt docsZbigniew Siciarz-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-1/+0
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+1
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-2/+2
2014-12-27auto merge of #19916 : SimonSapin/rust/ascii-reform, r=sfacklerbors-568/+115
2014-12-27Fix falloutNick Cameron-1/+1
2014-12-25std::ascii: Use u8 methods rather than the maps directly.Simon Sapin-16/+14
2014-12-25Remove Ascii, AsciiCast, OwnedAsciiCast, AsciiStr, IntoBytes, IntoString.Simon Sapin-522/+71
2014-12-24Rename to_ascii_{lower,upper} to to_ascii_{lower,upper}case, per #14401Simon Sapin-37/+37
2014-12-23Fix some spelling errors.Huon Wilson-2/+2
2014-12-21Fallout of std::str stabilizationAlex Crichton-1/+1
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-1/+0
2014-12-19libstd: use `#[deriving(Copy)]`Jorge Aparicio-4/+1
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-8/+8
2014-12-17auto merge of #19761 : nick29581/rust/coerce-double, r=nikomatsakisbors-5/+5
2014-12-16Remove the double auto-ref on arrays/strings as receiversNick Cameron-5/+5
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-1/+1
2014-12-13libstd: use unboxed closuresJorge Aparicio-1/+4
2014-12-11Register new snapshotsAlex Crichton-1/+1
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+3
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-26/+26
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