about summary refs log tree commit diff
path: root/src/libcore/char.rs
AgeCommit message (Expand)AuthorLines
2015-03-10std: Stabilize more of the `char` moduleAlex Crichton-221/+4
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-21/+21
2015-02-20Refactored code into Searcher traits with naive implementationsMarvin Löbel-12/+15
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-6/+6
2015-02-15Audit integer types in libunicode, libcore/(char, str) and libstd/asciiVadim Petrochenkov-21/+21
2015-02-02Test fixes and rebase conflictsAlex Crichton-4/+4
2015-02-02Documenting libcore/char.rsSteve Klabnik-20/+174
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-46/+66
2015-01-25Moving away from deprecated i/u suffixes in libcoreAlfie John-8/+8
2015-01-24Add ffi::OsString and OsStrAaron Turon-38/+58
2015-01-23grandfathered -> rust1Brian Anderson-18/+18
2015-01-23Set unstable feature names appropriatelyBrian Anderson-9/+9
2015-01-21Remove 'since' from unstable attributesBrian Anderson-9/+9
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-27/+33
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