aboutsummaryrefslogtreecommitdiff
path: root/src/unicode
AgeCommit message (Expand)Author
2026-01-22all: update to Unicode 17Russ Cox
2025-09-03unicode/utf8: make DecodeRune{,InString} inlineableJulien Cretel
2025-07-24unicode/utf8: skip ahead during ascii runs in Valid/ValidStringKeith Randall
2025-07-22all: go fmtMichael Pratt
2025-04-18unicode: add CategoryAliases, Cn, LCRuss Cox
2025-02-25unicode/utf8: use builtin max function to simplify codeJes Cok
2025-02-06unicode/utf8: remove init from utf8_testLuka Krmpotic
2024-09-15unicode/utf8: speedup RuneCountCuong Manh Le
2024-09-15unicode/utf8: add test that RuneCount does zero allocationsCuong Manh Le
2024-09-12unicode/utf8: use range loop in RuneCountInStringCuong Manh Le
2024-09-03all: omit unnecessary 0 in slice expressionnlwkobe30
2024-09-03unicode: improve SimpleFold performance by 2x for non-foldable code pointsCharlie Vieth
2024-07-24bytes,strings,unicode/utf16: use slices to clean up testsapocelipes
2024-07-22unicode/utf8: AppendRune and EncodeRune performance improvementDiego Augusto Molina
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