aboutsummaryrefslogtreecommitdiff
path: root/src/unicode
AgeCommit message (Expand)Author
2024-03-08unicode/utf8: update doc for RuneLenJes Cok
2024-03-07unicode/utf16: add func RuneLenJes Cok
2023-11-06unicode: add available godoc linkcui fliter
2023-09-09all: calculate the median uniformlyJes Cok
2023-02-06all: upgrade Unicode from 13.0.0 to 15.0.0weebney
2023-01-23utf16: reduce utf16.Decode allocationsqmuntal
2022-09-07unicode/utf8: use strings.Buildercuiweixie
2022-08-19unicode/utf16: add AppendRuneqmuntal
2022-04-11all: gofmt main repoRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-03-02unicode/utf8: optimize Valid to parity with ValidStringAlan Donovan
2021-11-05unicode/utf8: add AppendRune Examplejiahua wang
2021-10-08unicode: use IsSpace not IsUpper in IsSpace example testPedro Lopez Mareque
2021-10-06unicode: add examples for the Is functionsPedro Lopez Mareque
2021-08-28unicode/utf8: add AppendRuneJoe Tsai
2021-02-24unicode: correctly handle negative runesDavid Benjamin
2020-09-19unicode/utf8: document the handling of runes out of range in EncodeRuneAinar Garipov
2020-09-10unicode/utf8: refactor benchmarks for FullRune functioneric fang
2020-08-20unicode: upgrade to Unicode 13.0.0Marcel van Lohuizen
2020-04-22unicode/utf8: optimize Valid and ValidString for ASCII checksMartin Möhrmann
2020-01-06all: fix typo in RuneSelf, runeSelf commentsTim Cooper
2019-11-05unicode: upgrade to Unicode 12Marcel van Lohuizen
2019-10-06unicode/utf8: add link to formal UTF-8 description.Serhat Giydiren
2019-04-25all: update to Unicode 11Marcel van Lohuizen
2019-04-25unicode/utf8: remove some bounds checks from DecodeRuneJosh Bleecher Snyder
2019-04-24unicode/utf8: use binary literalsJosh Bleecher Snyder
2019-04-24unicode: update table using new generator in x/textMarcel van Lohuizen
2019-04-24unicode: remove script testMarcel van Lohuizen
2019-04-24unicode/utf8: make acceptRanges biggerJosh Bleecher Snyder
2018-11-28unicode: improve generated comments for categoriesWil Selwood
2018-06-17unicode: fix SpecialCase to follow its docs & respect explict no-op mappingsBrad Fitzpatrick
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-05-06cmd/compile: optimize len([]rune(string))Martin Möhrmann
2017-12-01Revert "go/printer: forbid empty line before first comment in block"Joe Tsai
2017-11-02go/printer: forbid empty line before first comment in blockJoe Tsai
2017-10-24unicode: update to Unicode 10.0.0Marcel van Lohuizen
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-09-22all: use sort.Slice in a few more placesDaniel Martí
2017-09-19unicode: allow version to be passed by env varMarcel van Lohuizen
2017-09-12unicode: speed-up is16/is32Ilya Tocar
2017-09-12unicode/utf8: make FullRune inlinableIlya Tocar
2017-06-15unicode: move scripts from FoldCategories to FoldScriptsRuss Cox
2017-06-13runtime, unicode: use consistent banner for generated codeBrad Fitzpatrick
2017-06-09all: single space after periodBrad Fitzpatrick
2016-10-26unicode/utf8: optimize ValidRuneJoe Tsai
2016-10-17runtime: speed up non-ASCII rune decodingMartin Möhrmann
2016-10-12unicode: change SimpleFold to handle invalid runesRuss Cox
2016-10-12unicode: panic if given rune is negative in SimpleFoldHiroshi Ioka
2016-09-03unicode/utf8: reduce bounds checks in EncodeRuneMartin Möhrmann