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
Age
Commit message (
Expand
)
Author
2022-09-07
unicode/utf8: use strings.Builder
cuiweixie
2022-03-02
unicode/utf8: optimize Valid to parity with ValidString
Alan Donovan
2021-11-05
unicode/utf8: add AppendRune Example
jiahua wang
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-09-10
unicode/utf8: refactor benchmarks for FullRune function
eric fang
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
2018-05-06
cmd/compile: optimize len([]rune(string))
Martin Möhrmann
2017-09-12
unicode/utf8: make FullRune inlinable
Ilya Tocar
2016-10-26
unicode/utf8: optimize ValidRune
Joe Tsai
2016-10-17
runtime: speed up non-ASCII rune decoding
Martin Möhrmann
2016-09-03
unicode/utf8: reduce bounds checks in EncodeRune
Martin Möhrmann
2016-03-02
all: single space after period.
Brad Fitzpatrick
2015-12-01
unicode/utf8: add test for FullRune
Marcel van Lohuizen
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
2015-10-26
unicode/utf8: added benchmarks
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