summary refs log tree commit diff
path: root/src/libcore/char.rs
AgeCommit message (Expand)AuthorLines
2015-07-24Add unstable attribute to `char::from_u32_unchecked`Tobias Bucher-0/+1
2015-07-23wtf8, char: Replace uses of `mem::transmute` with more specific functionsTobias Bucher-12/+15
2015-07-20std: Create separate docs for the primitivesBrian Anderson-1/+0
2015-06-17std: Update stable since for `core::char`Alex Crichton-1/+3
2015-06-17core: Split apart the global `core` featureAlex Crichton-0/+7
2015-06-13doc: make char::from_u32 example more briefTshepang Lekhonkhobe-11/+2
2015-06-09Add missing #[inline] to methods related to char.marcell-0/+4
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-1/+1
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-2/+2
2015-04-07std: Hide facade extension traits in docsAlex Crichton-0/+1
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