summary refs log tree commit diff
path: root/src/etc/unicode.py
AgeCommit message (Expand)AuthorLines
2014-03-20rename std::vec -> std::sliceDaniel Micay-3/+3
2014-03-13Remove code duplicationPiotr Zolnierek-27/+19
2014-03-13Implement lower, upper case conversion for charPiotr Zolnierek-29/+74
2014-03-13std::unicode: remove unused category tablesPiotr Zolnierek-1/+4
2014-02-05etc: add missing license boilerplatesAdrien Tétar-1/+10
2013-11-27Fix handling of upper/lowercase, and whitespaceFlorian Zeitz-10/+12
2013-11-27Update unicode.py to reflect language changesFlorian Zeitz-5/+5
2013-09-09rename `std::iterator` to `std::iter`Daniel Micay-1/+1
2013-09-04stop treating char as an integer typeDaniel Micay-0/+1
2013-08-21Add canonical combining class to std::unicodeFlorian Zeitz-4/+53
2013-08-21Add Unicode decomposition mappings to std::unicodeFlorian Zeitz-31/+99
2013-07-01rustc: add a lint to enforce uppercase statics.Huon Wilson-0/+1
2013-06-30Convert vec::{bsearch, bsearch_elem} to methods.Huon Wilson-2/+2
2013-06-30etc: update etc/unicode.py for the changes made to std::unicode.Huon Wilson-10/+24
2013-05-02Explain that the source code was generated by this scriptkud1ing-0/+4
2013-04-18core: replace unicode match exprs with bsearch in const arrays, minor perf win.Graydon Hoare-1/+44
2013-01-17Add a license check to tidy. #4018Brian Anderson-0/+1
2011-12-29Of course there were overlong lines.Graydon Hoare-4/+6
2011-12-29Teach unicode script to emit canonical and compat decomp mappings. Annoyingly...Graydon Hoare-46/+71
2011-12-23Add support to libcore for encoded-in-rust unicode character properties, at l...Graydon Hoare-0/+172