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
Age
Commit message (
Expand
)
Author
2025-07-20
internal/testenv: exclude GOMAXPROCS when building test program
fix-runtime-test-GOMAXPROCS
Shulhan
2025-04-18
unicode: add CategoryAliases, Cn, LC
Russ Cox
2025-02-25
unicode/utf8: use builtin max function to simplify code
Jes Cok
2025-02-06
unicode/utf8: remove init from utf8_test
Luka Krmpotic
2024-09-15
unicode/utf8: speedup RuneCount
Cuong Manh Le
2024-09-15
unicode/utf8: add test that RuneCount does zero allocations
Cuong Manh Le
2024-09-12
unicode/utf8: use range loop in RuneCountInString
Cuong Manh Le
2024-09-03
all: omit unnecessary 0 in slice expression
nlwkobe30
2024-09-03
unicode: improve SimpleFold performance by 2x for non-foldable code points
Charlie Vieth
2024-07-24
bytes,strings,unicode/utf16: use slices to clean up tests
apocelipes
2024-07-22
unicode/utf8: AppendRune and EncodeRune performance improvement
Diego Augusto Molina
2024-03-08
unicode/utf8: update doc for RuneLen
Jes Cok
2024-03-07
unicode/utf16: add func RuneLen
Jes Cok
2023-11-06
unicode: add available godoc link
cui fliter
2023-09-09
all: calculate the median uniformly
Jes Cok
2023-02-06
all: upgrade Unicode from 13.0.0 to 15.0.0
weebney
2023-01-23
utf16: reduce utf16.Decode allocations
qmuntal
2022-09-07
unicode/utf8: use strings.Builder
cuiweixie
2022-08-19
unicode/utf16: add AppendRune
qmuntal
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2022-03-02
unicode/utf8: optimize Valid to parity with ValidString
Alan Donovan
2021-11-05
unicode/utf8: add AppendRune Example
jiahua wang
2021-10-08
unicode: use IsSpace not IsUpper in IsSpace example test
Pedro Lopez Mareque
2021-10-06
unicode: add examples for the Is functions
Pedro Lopez Mareque
2021-08-28
unicode/utf8: add AppendRune
Joe Tsai
2021-02-24
unicode: correctly handle negative runes
David Benjamin
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-08-20
unicode: upgrade to Unicode 13.0.0
Marcel van Lohuizen
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-11-05
unicode: upgrade to Unicode 12
Marcel van Lohuizen
2019-10-06
unicode/utf8: add link to formal UTF-8 description.
Serhat Giydiren
2019-04-25
all: update to Unicode 11
Marcel van Lohuizen
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: update table using new generator in x/text
Marcel van Lohuizen
2019-04-24
unicode: remove script test
Marcel van Lohuizen
2019-04-24
unicode/utf8: make acceptRanges bigger
Josh Bleecher Snyder
2018-11-28
unicode: improve generated comments for categories
Wil Selwood
2018-06-17
unicode: fix SpecialCase to follow its docs & respect explict no-op mappings
Brad Fitzpatrick
2018-06-01
all: update comment URLs from HTTP to HTTPS, where possible
Tim Cooper
2018-05-06
cmd/compile: optimize len([]rune(string))
Martin Möhrmann
2017-12-01
Revert "go/printer: forbid empty line before first comment in block"
Joe Tsai
2017-11-02
go/printer: forbid empty line before first comment in block
Joe Tsai
2017-10-24
unicode: update to Unicode 10.0.0
Marcel van Lohuizen
2017-10-05
all: revert "all: prefer strings.IndexByte over strings.Index"
Marvin Stenger
2017-09-25
all: prefer strings.IndexByte over strings.Index
Marvin Stenger
2017-09-22
all: use sort.Slice in a few more places
Daniel Martí
[next]