index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
unicode
/
utf8
/
utf8.go
Age
Commit message (
Expand
)
Author
2025-09-03
unicode/utf8: make DecodeRune{,InString} inlineable
Julien Cretel
2025-07-24
unicode/utf8: skip ahead during ascii runs in Valid/ValidString
Keith Randall
2025-07-22
all: go fmt
Michael Pratt
2025-02-25
unicode/utf8: use builtin max function to simplify code
Jes Cok
2024-09-15
unicode/utf8: speedup RuneCount
Cuong Manh Le
2024-09-12
unicode/utf8: use range loop in RuneCountInString
Cuong Manh Le
2024-07-22
unicode/utf8: AppendRune and EncodeRune performance improvement
Diego Augusto Molina
2024-03-08
unicode/utf8: update doc for RuneLen
Jes Cok
2023-11-06
unicode: add available godoc link
cui fliter
2022-03-02
unicode/utf8: optimize Valid to parity with ValidString
Alan Donovan
2021-08-28
unicode/utf8: add AppendRune
Joe Tsai
2020-09-19
unicode/utf8: document the handling of runes out of range in EncodeRune
Ainar Garipov
2020-04-22
unicode/utf8: optimize Valid and ValidString for ASCII checks
Martin Möhrmann
2020-01-06
all: fix typo in RuneSelf, runeSelf comments
Tim Cooper
2019-10-06
unicode/utf8: add link to formal UTF-8 description.
Serhat Giydiren
2019-04-25
unicode/utf8: remove some bounds checks from DecodeRune
Josh Bleecher Snyder
2019-04-24
unicode/utf8: use binary literals
Josh Bleecher Snyder
2019-04-24
unicode/utf8: make acceptRanges bigger
Josh Bleecher Snyder
2017-09-12
unicode/utf8: make FullRune inlinable
Ilya Tocar
2016-10-26
unicode/utf8: optimize ValidRune
Joe Tsai
2016-09-03
unicode/utf8: reduce bounds checks in EncodeRune
Martin Möhrmann
2016-03-02
all: single space after period.
Brad Fitzpatrick
2015-11-24
unicode/utf8: don't imply that the empty string is incorrect UTF-8
Aaron Jacobs
2015-11-16
unicode/utf8: table-based algorithm for decoding
Marcel van Lohuizen
2015-11-16
unicode/utf8: removed uses of ranging over string
Marcel van Lohuizen
2014-10-16
unicode/utf8: fix docs for DecodeRune(empty) and friends.
Nigel Tao
2014-09-08
build: move package sources from src/pkg to src
Russ Cox