summary refs log tree commit diff
path: root/src/librustc_unicode/char.rs
AgeCommit message (Expand)AuthorLines
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