about summary refs log tree commit diff
path: root/src/libcore/char.rs
AgeCommit message (Expand)AuthorLines
2015-01-05Stabilization of impls and fallout from stabilizationAaron Turon-0/+2
2015-01-05char: small tweak since `is_some` > equivalent `match`.Huon Wilson-4/+1
2015-01-05Rename `core::char::Char` to `CharExt` to match prelude guidelines.Huon Wilson-1/+1
2015-01-05Mark the contents of `char` stable.Huon Wilson-21/+25
2015-01-05Switch encode_utf* to by-value self.Huon Wilson-6/+6
2015-01-03Remove deprecated functionalityAlex Crichton-121/+0
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-4/+4
2015-01-03core: use assoc types in Iterator et alJorge Aparicio-2/+6
2014-12-30Implement `Clone` for a large number of iterators & other adaptors.Huon Wilson-1/+4
2014-12-17rollup merge of #19885: alexcrichton/char-escapeAlex Crichton-75/+68
2014-12-17rollup merge of #19830: mchaput/patch-1Alex Crichton-1/+1
2014-12-16std: Change escape_unicode to use new escapesAlex Crichton-75/+68
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-1/+1
2014-12-14Fix mispelling in char.rs error messagemchaput-1/+1
2014-12-13libcore: use unboxed closures in the `char` moduleJorge Aparicio-2/+3
2014-12-11Register new snapshotsAlex Crichton-6/+6
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+1
2014-12-05Utilize fewer reexportsCorey Farwell-1/+2
2014-11-26Update docstrings for UnicodeChar::is_digit => is_numeric renameSimon Sapin-3/+3
2014-11-21core: Convert a 'failure' to 'panic' in docsBrian Anderson-2/+2
2014-11-21core: Update docs for escape_unicode, escape_defaultBrian Anderson-3/+4
2014-11-21core: Convert Char::escape_default, escape_unicode to iteratorsBrian Anderson-34/+95
2014-11-21core: Convert Char methods to by-val selfBrian Anderson-27/+27
2014-11-21Fix various deprecation warnings from char changesBrian Anderson-56/+66
2014-11-21core: Mark remaining Char methods unstableBrian Anderson-0/+16
2014-11-21core: Deprecated remaining free functions in `char`Brian Anderson-0/+5
2014-11-21core: Add stability attributes to char::from_digit and from_u32Brian Anderson-0/+6
2014-11-21core: Add Char::len_utf16Brian Anderson-0/+10
2014-11-21core: Rename Char::len_utf8_bytes to Char::len_utf8Brian Anderson-0/+9
2014-11-21core: Rename Char::is_digit_radix to is_digitBrian Anderson-0/+19
2014-11-21char: Mark the MAX constant stableBrian Anderson-0/+1
2014-11-21core: Mark Char trait experimentalBrian Anderson-0/+2
2014-11-21core: Add from_u32 to the Char traitBrian Anderson-0/+6
2014-11-12Fix remaining documentation to reflect fail!() -> panic!()Barosl Lee-12/+12
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-1/+1
2014-11-04libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` inPatrick Walton-1/+1
2014-11-01collections: Remove all collections traitsAlex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-2/+2
2014-10-13Fix typo in char's from_digit error messageStefan Bucur-1/+1
2014-10-09core: Convert statics to constantsAlex Crichton-1/+1
2014-09-30librustc: Forbid `..` in range patterns.Patrick Walton-5/+5
2014-09-03Fix spelling errors and capitalization.Joseph Crail-2/+2
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-1/+1
2014-08-16Optimized IR generation for UTF-8 and UTF-16 encodingMarvin Löbel-31/+36
2014-08-08Register new snapshot 12e0f72Niko Matsakis-3/+0
2014-08-06Char::from_digit signature fixfort-1/+1
2014-07-24librustc: Stop desugaring `for` expressions and translate them directly.Patrick Walton-1/+4
2014-07-07Add libunicode; move unicode functions from corekwantam-238/+3
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-202/+0
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-0/+1