about summary refs log tree commit diff
path: root/src/libcore/unicode/tables.rs
AgeCommit message (Expand)AuthorLines
2020-01-14Replace old tables with new unicode dataMark Rousskov-2235/+0
2019-11-29Make libcore/unicode/tables.rs compatible with rustfmtDavid Tolnay-13/+16
2019-09-04remove XID and Pattern_White_Space unicode tables from libcoreAleksey Kladov-375/+0
2019-08-05Make some items in core::unicode privateMatthew Jasper-16/+16
2019-07-26Rollup merge of #62084 - euclio:unicode-table-tweak, r=kennytmMazdak Farrokhzad-1/+1
2019-07-12allow clippy::unreadable_literal in unicode tablesAndy Russell-1/+1
2019-07-12Regenerate character tables for Unicode 12.1Josh Stone-663/+680
2019-04-18libcore => 2018Taiki Endo-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-10constify parts of libcore.Mazdak Farrokhzad-1/+0
2018-06-17Treat gc=No characters as numericDavid Corbett-29/+43
2018-06-11Regenerate character tables for Unicode 11Josh Stone-1023/+1113
2018-05-21Fix tables.rsvarkor-5/+44
2018-05-21Use Grapheme_Extend instead of Mnvarkor-164/+126
2018-05-21Keep tables.rs copyright notice up to datevarkor-1/+1
2018-05-21Update unicode/tables.rs with Mnvarkor-0/+120
2018-04-12Dedicated tracking issue for UnicodeVersion and UNICODE_VERSION.Simon Sapin-0/+1
2018-04-12Remove the CharExt trait, now that libcore has inherent methods for charSimon Sapin-1/+1
2018-04-12Move contents of libstd_unicode into libcoreSimon Sapin-0/+2375