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
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í
2017-09-19
unicode: allow version to be passed by env var
Marcel van Lohuizen
2017-09-12
unicode: speed-up is16/is32
Ilya Tocar
2017-09-12
unicode/utf8: make FullRune inlinable
Ilya Tocar
2017-06-15
unicode: move scripts from FoldCategories to FoldScripts
Russ Cox
2017-06-13
runtime, unicode: use consistent banner for generated code
Brad Fitzpatrick
2017-06-09
all: single space after period
Brad Fitzpatrick
2016-10-26
unicode/utf8: optimize ValidRune
Joe Tsai
2016-10-17
runtime: speed up non-ASCII rune decoding
Martin Möhrmann
2016-10-12
unicode: change SimpleFold to handle invalid runes
Russ Cox
2016-10-12
unicode: panic if given rune is negative in SimpleFold
Hiroshi Ioka
2016-09-03
unicode/utf8: reduce bounds checks in EncodeRune
Martin Möhrmann
2016-06-28
unicode: upgrade to version 9.0.0
Marcel van Lohuizen
2016-04-26
unicode: improve SimpleFold performance for ascii
Egon Elbre
[next]