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
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
2016-04-15
all: remove unnecessary type conversions
Matthew Dempsky
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-02-24
unicode/utf16: speed up and clean up Encode and EncodeRune
Alberto Donizetti
2016-02-23
unicode/utf16: speed up and clean up Decode
Alberto Donizetti
2016-02-23
unicode/utf16: add benchmarks
Alberto Donizetti
2015-12-01
unicode/utf8: add test for FullRune
Marcel van Lohuizen
2015-11-24
unicode: add function level examples
Carlos Cirello
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
2015-08-24
unicode: include rune 0 in RangeTables.
Marcel van Lohuizen
2015-06-26
unicode: upgrade to 8.0.0
Marcel van Lohuizen
2015-03-18
all: use "reports whether" in place of "returns true if(f)"
Josh Bleecher Snyder
2015-02-16
unicode: Fixed an out of date comment (MaxLatin1, not Latin1Max).
Aaron Jacobs
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
[prev]