summaryrefslogtreecommitdiff
path: root/src/unicode
Commit message (Expand)AuthorAgeFilesLines
* unicode: fix SpecialCase to follow its docs & respect explict no-op mappingsBrad Fitzpatrick2018-06-172-12/+26
* all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper2018-06-012-3/+3
* cmd/compile: optimize len([]rune(string))Martin Möhrmann2018-05-061-5/+16
* Revert "go/printer: forbid empty line before first comment in block"Joe Tsai2017-12-011-0/+1
* go/printer: forbid empty line before first comment in blockJoe Tsai2017-11-021-1/+0
* unicode: update to Unicode 10.0.0Marcel van Lohuizen2017-10-242-113/+271
* all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger2017-10-051-1/+1
* all: prefer strings.IndexByte over strings.IndexMarvin Stenger2017-09-251-1/+1
* all: use sort.Slice in a few more placesDaniel Martí2017-09-221-7/+3
* unicode: allow version to be passed by env varMarcel van Lohuizen2017-09-191-1/+8
* unicode: speed-up is16/is32Ilya Tocar2017-09-121-4/+4
* unicode/utf8: make FullRune inlinableIlya Tocar2017-09-121-12/+8
* unicode: move scripts from FoldCategories to FoldScriptsRuss Cox2017-06-152-30/+31
* runtime, unicode: use consistent banner for generated codeBrad Fitzpatrick2017-06-132-4/+4
* all: single space after periodBrad Fitzpatrick2017-06-091-2/+2
* unicode/utf8: optimize ValidRuneJoe Tsai2016-10-261-7/+5
* runtime: speed up non-ASCII rune decodingMartin Möhrmann2016-10-171-0/+91
* unicode: change SimpleFold to handle invalid runesRuss Cox2016-10-122-14/+7
* unicode: panic if given rune is negative in SimpleFoldHiroshi Ioka2016-10-122-0/+18
* unicode/utf8: reduce bounds checks in EncodeRuneMartin Möhrmann2016-09-031-0/+3
* unicode: upgrade to version 9.0.0Marcel van Lohuizen2016-06-284-108/+408
* unicode: improve SimpleFold performance for asciiEgon Elbre2016-04-263-0/+155
* all: remove unnecessary type conversionsMatthew Dempsky2016-04-151-1/+1
* all: single space after period.Brad Fitzpatrick2016-03-024-13/+13
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-013-3/+3
* unicode/utf16: speed up and clean up Encode and EncodeRuneAlberto Donizetti2016-02-241-7/+9
* unicode/utf16: speed up and clean up DecodeAlberto Donizetti2016-02-231-9/+7
* unicode/utf16: add benchmarksAlberto Donizetti2016-02-231-0/+53
* unicode/utf8: add test for FullRuneMarcel van Lohuizen2015-12-011-0/+9
* unicode: add function level examplesCarlos Cirello2015-11-241-0/+196
* unicode/utf8: don't imply that the empty string is incorrect UTF-8Aaron Jacobs2015-11-241-4/+6
* unicode/utf8: table-based algorithm for decodingMarcel van Lohuizen2015-11-162-197/+269
* unicode/utf8: removed uses of ranging over stringMarcel van Lohuizen2015-11-161-8/+16
* unicode/utf8: added benchmarksMarcel van Lohuizen2015-10-261-1/+55
* unicode: include rune 0 in RangeTables.Marcel van Lohuizen2015-08-242-5/+2
* unicode: upgrade to 8.0.0Marcel van Lohuizen2015-06-264-177/+378
* all: use "reports whether" in place of "returns true if(f)"Josh Bleecher Snyder2015-03-181-1/+1
* unicode: Fixed an out of date comment (MaxLatin1, not Latin1Max).Aaron Jacobs2015-02-161-1/+1
* unicode/utf8: fix docs for DecodeRune(empty) and friends.Nigel Tao2014-10-161-8/+18
* build: move package sources from src/pkg to srcRuss Cox2014-09-0816-0/+11352