summaryrefslogtreecommitdiff
path: root/src/unicode/utf8
Commit message (Expand)AuthorAgeFilesLines
* unicode/utf8: optimize ValidRuneJoe Tsai2016-10-261-7/+5
* runtime: speed up non-ASCII rune decodingMartin Möhrmann2016-10-171-0/+91
* unicode/utf8: reduce bounds checks in EncodeRuneMartin Möhrmann2016-09-031-0/+3
* all: single space after period.Brad Fitzpatrick2016-03-021-3/+3
* unicode/utf8: add test for FullRuneMarcel van Lohuizen2015-12-011-0/+9
* 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/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-083-0/+1075