summary refs log tree commit diff
path: root/src/librustc_unicode/tables.rs
AgeCommit message (Expand)AuthorLines
2016-01-04Update librustc_unicode/tables.rsAndrea Canciani-19/+15
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-2/+0
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-4627/+1336
2015-06-24Remove char::to_titlecase. Fix #26555Simon Sapin-520/+0
2015-06-06Correctly map upper-case Sigma to lower-case in word-final position. Fix #26035.Simon Sapin-0/+151
2015-06-06Add char::to_titlecaseSimon Sapin-0/+520
2015-06-06Add complex (but unconditional) Unicode case mapping. Fix #25800Simon Sapin-643/+1017
2015-06-06to_lowercase/to_uppercase: also map chars not in Lu/Ll categories.Simon Sapin-516/+550
2015-04-18optimize Unicode tableskwantam-894/+648
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-0/+5343