summary refs log tree commit diff
path: root/src/librustc_unicode/char.rs
AgeCommit message (Expand)AuthorLines
2016-08-29Implement TryFrom<u32> for charSimon Sapin-0/+2
2016-08-18Add a FusedIterator trait.Steven Allen-0/+6
2016-07-28Auto merge of #34485 - tbu-:pr_unicode_debug_str, r=alexcrichtonbors-1/+36
2016-07-28Rename `char::escape` to `char::escape_debug` and add tracking issueTobias Bucher-4/+4
2016-07-26Restore `char::escape_default` and add `char::escape` insteadTobias Bucher-1/+36
2016-07-22Fixed to spelling errors in char.rsCamille Roussel-2/+2
2016-07-14Auto merge of #33907 - strake:decode_utf8, r=alexcrichtonbors-0/+2
2016-07-13add core::char::DecodeUtf8M Farkas-Dyck-0/+2
2016-07-09Auto merge of #33987 - crlf0710:patch-1, r=steveklabnikbors-2/+2
2016-06-08docs: Improve char::to_{lower,upper}case examplesOliver Middleton-9/+15
2016-06-05run rustfmt on librustc_unicodeSrinivas Reddy Thatiparthy-8/+10
2016-06-01doc: Correct char::escape_unicode documentation.CrLF0710-2/+2
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-17/+38
2016-03-28style: Use `iter` for IntoIterator parameter namesKamal Marhubi-3/+3
2016-03-26Rollup merge of #32440 - tshepang:compact, r=steveklabnikManish Goregaokar-132/+48
2016-03-24doc: remove needless bindingsTshepang Lekhonkhobe-132/+48
2016-03-22std: Change `encode_utf{8,16}` to return iteratorsAlex Crichton-57/+25
2016-03-08doc: Fix a bunch of broken linksAlex Crichton-6/+6
2016-02-24Use a character that requires two `u16`s in the examples for `char.encode_utf...tormol-6/+6
2016-02-23Correct char.encode_utf16() documentationtormol-1/+1
2016-02-21Fix to_lowercase exampleGökhan Karabulut-3/+3
2016-02-01docs: Standardize on 'Errors' header in std docsKamal Marhubi-1/+1
2016-01-13Fix some broken and missing links in the docsOliver Middleton-4/+4
2016-01-05Fix the spelling of "hexadecimal"Matt Kraai-2/+2
2015-12-09Fix link in char docsSteve Klabnik-3/+4
2015-11-25Improve docs for std::charSteve Klabnik-20/+27
2015-11-24Fix up docs for charSteve Klabnik-3/+8
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+2
2015-11-06Remove stability annotations from trait impl itemsVadim Petrochenkov-1/+0
2015-10-26rustfmt librustc_unicodeCorentin Henry-28/+52
2015-10-06Write a bunch of docs for charSteve Klabnik-75/+392
2015-08-23Refactor low-level UTF-16 decoding.Simon Sapin-0/+113
2015-08-16Auto merge of #27853 - seckar:master, r=steveklabnikbors-1/+1
2015-08-15Fix typo in doc string.Nicholas Seckar-1/+1
2015-08-15rustc_unicode: Add issues for unstable featuresAlex Crichton-4/+8
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-23/+1
2015-07-27Show appropriate feature flags in docsSteve Klabnik-4/+8
2015-07-23wtf8, char: Replace uses of `mem::transmute` with more specific functionsTobias Bucher-1/+1
2015-07-20std: Create separate docs for the primitivesBrian Anderson-4/+5
2015-07-20doc: Clean up primitive short descriptionsBrian Anderson-1/+1
2015-06-24Remove char::to_titlecase. Fix #26555Simon Sapin-33/+0
2015-06-17collections: Split the `collections` featureAlex Crichton-3/+9
2015-06-13Rollup merge of #26260 - tshepang:improve-example, r=steveklabnikManish Goregaokar-10/+4
2015-06-13doc: 'c' feels more suitable than 'i' for representing charactersTshepang Lekhonkhobe-2/+2
2015-06-12doc: improve escape_unicode exampleTshepang Lekhonkhobe-9/+3
2015-06-12doc: add examples for to_uppercase and to_lowercaseTshepang Lekhonkhobe-0/+12
2015-06-11Rollup merge of #26195 - tshepang:patch-1, r=alexcrichtonManish Goregaokar-1/+1
2015-06-11Auto merge of #26154 - pmarcelll:master, r=Gankrobors-0/+8
2015-06-11doc: typo fixTshepang Lekhonkhobe-1/+1
2015-06-09Add missing #[inline] to methods related to char.marcell-0/+8