summaryrefslogtreecommitdiff
path: root/src/unicode
Commit message (Expand)AuthorAgeFilesLines
* all: upgrade Unicode from 13.0.0 to 15.0.0weebney2023-02-061-307/+631
* utf16: reduce utf16.Decode allocationsqmuntal2023-01-232-7/+32
* unicode/utf8: use strings.Buildercuiweixie2022-09-071-1/+1
* unicode/utf16: add AppendRuneqmuntal2022-08-192-0/+51
* all: gofmt main repoRuss Cox2022-04-112-0/+5
* all: remove trailing blank doc comment linesRuss Cox2022-04-011-1/+0
* unicode/utf8: optimize Valid to parity with ValidStringAlan Donovan2022-03-022-0/+63
* unicode/utf8: add AppendRune Examplejiahua wang2021-11-052-1/+11
* unicode: use IsSpace not IsUpper in IsSpace example testPedro Lopez Mareque2021-10-081-1/+1
* unicode: add examples for the Is functionsPedro Lopez Mareque2021-10-061-0/+60
* unicode/utf8: add AppendRuneJoe Tsai2021-08-282-0/+51
* unicode: correctly handle negative runesDavid Benjamin2021-02-242-2/+83
* unicode/utf8: document the handling of runes out of range in EncodeRuneAinar Garipov2020-09-192-0/+21
* unicode/utf8: refactor benchmarks for FullRune functioneric fang2020-09-101-11/+19
* unicode: upgrade to Unicode 13.0.0Marcel van Lohuizen2020-08-201-199/+345
* unicode/utf8: optimize Valid and ValidString for ASCII checksMartin Möhrmann2020-04-221-0/+28
* all: fix typo in RuneSelf, runeSelf commentsTim Cooper2020-01-061-1/+1
* unicode: upgrade to Unicode 12Marcel van Lohuizen2019-11-051-216/+358
* unicode/utf8: add link to formal UTF-8 description.Serhat Giydiren2019-10-061-0/+1
* all: update to Unicode 11Marcel van Lohuizen2019-04-251-188/+392
* unicode/utf8: remove some bounds checks from DecodeRuneJosh Bleecher Snyder2019-04-251-8/+8
* unicode/utf8: use binary literalsJosh Bleecher Snyder2019-04-241-12/+12
* unicode: update table using new generator in x/textMarcel van Lohuizen2019-04-243-2166/+507
* unicode: remove script testMarcel van Lohuizen2019-04-241-180/+0
* unicode/utf8: make acceptRanges biggerJosh Bleecher Snyder2019-04-241-1/+2
* unicode: improve generated comments for categoriesWil Selwood2018-11-282-32/+72
* 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