about summary refs log tree commit diff
path: root/src/libcore/char.rs
AgeCommit message (Expand)AuthorLines
2016-05-26Explain the order of the enumeration itemsAndrea Canciani-0/+3
2016-05-26Move length computation to `ExactSizeIterator` implsAndrea Canciani-24/+36
2016-05-26Implement `count` for `EscapeDefault` and `EscapeUnicode`Andrea Canciani-6/+7
2016-05-26`EscapeUnicode` and `EscapeDefault` are `ExactSizeIterator`sAndrea Canciani-0/+6
2016-05-25Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturonbors-4/+2
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-4/+2
2016-04-20Implement `last` for `EscapeUnicode`Andrea Canciani-0/+12
2016-04-19Auto merge of #31253 - ranma42:improve-unicode-iter-offset, r=brsonbors-20/+32
2016-03-22std: Change `encode_utf{8,16}` to return iteratorsAlex Crichton-70/+119
2016-03-20libcore: add Debug implementations to most missing typesSean McArthur-4/+4
2016-03-11core: Make a new tracking issue for prelude traitsAlex Crichton-1/+1
2016-03-08doc: Fix a bunch of broken linksAlex Crichton-9/+9
2016-01-28Fix `make tidy` and name what is being computedAndrea Canciani-1/+2
2016-01-28Improve naming and explanationsAndrea Canciani-7/+14
2016-01-28Improve computation of `EscapeUnicode` offset fieldAndrea Canciani-5/+7
2016-01-28Unify computation of length in `EscapeUnicode`Andrea Canciani-20/+22
2016-01-16Auto merge of #30624 - Ticki:specialization, r=alexcrichtonbors-0/+45
2016-01-16Make style more uniform, add tests for specialization of .last(), move tests ...Ticki-73/+28
2016-01-16Overide methods in iterator implementation for EscapeDefault, see #24214Ticki-0/+90
2016-01-05Fix the spelling of "hexadecimal"Matt Kraai-1/+1
2015-12-26Fix links in char docsFlorian Hartwig-11/+11
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-3/+9
2015-11-25Improve docs for std::charSteve Klabnik-16/+142
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+3
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-2/+1
2015-10-01Implement `size_hint` for `EscapeUnicode`Simon Mazur-3/+19
2015-09-30Implement `size_hint` for `EscapeDefault`Simon Mazur-13/+10
2015-09-29Improve speed of `fmt::Debug` for `str` and `char`Simon Mazur-0/+10
2015-08-15core: Fill out issues for unstable featuresAlex Crichton-4/+8
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