aboutsummaryrefslogtreecommitdiff
path: root/src/unicode/utf8/utf8_test.go
AgeCommit message (Expand)Author
2025-02-06unicode/utf8: remove init from utf8_testLuka Krmpotic
2024-09-15unicode/utf8: add test that RuneCount does zero allocationsCuong Manh Le
2024-09-03all: omit unnecessary 0 in slice expressionnlwkobe30
2024-07-22unicode/utf8: AppendRune and EncodeRune performance improvementDiego Augusto Molina
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-10unicode/utf8: refactor benchmarks for FullRune functioneric fang
2018-05-06cmd/compile: optimize len([]rune(string))Martin Möhrmann
2016-10-17runtime: speed up non-ASCII rune decodingMartin Möhrmann
2015-12-01unicode/utf8: add test for FullRuneMarcel van Lohuizen
2015-11-16unicode/utf8: table-based algorithm for decodingMarcel van Lohuizen
2015-10-26unicode/utf8: added benchmarksMarcel van Lohuizen
2014-09-08build: move package sources from src/pkg to srcRuss Cox