aboutsummaryrefslogtreecommitdiff
path: root/src/unicode/utf8
AgeCommit message (Expand)Author
2025-07-20internal/testenv: exclude GOMAXPROCS when building test programfix-runtime-test-GOMAXPROCSShulhan
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-07-22unicode/utf8: AppendRune and EncodeRune performance improvementDiego Augusto Molina
2024-03-08unicode/utf8: update doc for RuneLenJes Cok
2023-11-06unicode: add available godoc linkcui fliter
2022-09-07unicode/utf8: use strings.Buildercuiweixie
2022-03-02unicode/utf8: optimize Valid to parity with ValidStringAlan Donovan
2021-11-05unicode/utf8: add AppendRune Examplejiahua wang
2021-08-28unicode/utf8: add AppendRuneJoe Tsai
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-04-22unicode/utf8: optimize Valid and ValidString for ASCII checksMartin Möhrmann
2020-01-06all: fix typo in RuneSelf, runeSelf commentsTim Cooper
2019-10-06unicode/utf8: add link to formal UTF-8 description.Serhat Giydiren
2019-04-25unicode/utf8: remove some bounds checks from DecodeRuneJosh Bleecher Snyder
2019-04-24unicode/utf8: use binary literalsJosh Bleecher Snyder
2019-04-24unicode/utf8: make acceptRanges biggerJosh Bleecher Snyder
2018-05-06cmd/compile: optimize len([]rune(string))Martin Möhrmann
2017-09-12unicode/utf8: make FullRune inlinableIlya Tocar
2016-10-26unicode/utf8: optimize ValidRuneJoe Tsai
2016-10-17runtime: speed up non-ASCII rune decodingMartin Möhrmann
2016-09-03unicode/utf8: reduce bounds checks in EncodeRuneMartin Möhrmann
2016-03-02all: single space after period.Brad Fitzpatrick
2015-12-01unicode/utf8: add test for FullRuneMarcel van Lohuizen
2015-11-24unicode/utf8: don't imply that the empty string is incorrect UTF-8Aaron Jacobs
2015-11-16unicode/utf8: table-based algorithm for decodingMarcel van Lohuizen
2015-11-16unicode/utf8: removed uses of ranging over stringMarcel van Lohuizen
2015-10-26unicode/utf8: added benchmarksMarcel van Lohuizen
2014-10-16unicode/utf8: fix docs for DecodeRune(empty) and friends.Nigel Tao
2014-09-08build: move package sources from src/pkg to srcRuss Cox