summaryrefslogtreecommitdiff
path: root/src/unicode/utf8/utf8.go
Commit message (Expand)AuthorAgeFilesLines
* unicode/utf8: optimize ValidRuneJoe Tsai2016-10-261-7/+5
* 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: 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-161-197/+266
* unicode/utf8: removed uses of ranging over stringMarcel van Lohuizen2015-11-161-8/+16
* 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-081-0/+435