summary refs log tree commit diff
path: root/src/librustc_unicode/char.rs
AgeCommit message (Expand)AuthorLines
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
2015-06-08Address a review comment and fix a bootstrapping issueSimon Sapin-2/+2
2015-06-06Mark str::to_uppercase and str::to_lowercase as stable.Simon Sapin-3/+3
2015-06-06Add char::to_titlecaseSimon Sapin-0/+33
2015-06-06Add complex (but unconditional) Unicode case mapping. Fix #25800Simon Sapin-17/+60
2015-05-19doc: fix a broken linkparir-1/+1
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-0/+455