]> Cypherpunks.ru repositories - gostls13.git/history - src/unicode/utf8/utf8.go
unicode: add available godoc link
[gostls13.git] / src / unicode / utf8 / utf8.go
2023-11-06 cui fliterunicode: add available godoc link
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-02 Alan Donovanunicode/utf8: optimize Valid to parity with ValidString
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-09-09 Jay Conrod[dev.fuzz] all: merge master (65f0d24) into dev.fuzz
2021-08-28 Joe Tsaiunicode/utf8: add AppendRune
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-11-17 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-09-30 Jeremy Faller[dev.link] Merge branch 'master' into dev.link
2020-09-19 Ainar Garipovunicode/utf8: document the handling of runes out of...
2020-05-07 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-04-23 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-22 Martin Möhrmannunicode/utf8: optimize Valid and ValidString for ASCII...
2020-04-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-01-31 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-01-06 Tim Cooperall: fix typo in RuneSelf, runeSelf comments
2019-11-19 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-10-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2019-10-06 Serhat Giydirenunicode/utf8: add link to formal UTF-8 description.
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-04-25 Josh Bleecher Snyderunicode/utf8: remove some bounds checks from DecodeRune
2019-04-24 Josh Bleecher Snyderunicode/utf8: use binary literals
2019-04-24 Josh Bleecher Snyderunicode/utf8: make acceptRanges bigger
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
2017-09-12 Ilya Tocarunicode/utf8: make FullRune inlinable
2016-10-26 Joe Tsaiunicode/utf8: optimize ValidRune
2016-09-03 Martin Möhrmannunicode/utf8: reduce bounds checks in EncodeRune
2016-05-05 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-03-02 Austin Clements[dev.garbage] Merge branch 'master' into dev.garbage
2016-03-02 Brad Fitzpatrickall: single space after period.
2016-01-07 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-11-24 Aaron Jacobsunicode/utf8: don't imply that the empty string is...
2015-11-17 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2015-11-16 Marcel van Lohuizenunicode/utf8: table-based algorithm for decoding
2015-11-16 Marcel van Lohuizenunicode/utf8: removed uses of ranging over string
2014-10-29 Russ Cox[dev.garbage] all: merge default (dd5014ed9b01) into...
2014-10-22 Austin Clements[dev.power64] all: merge default into dev.power64
2014-10-22 Austin Clementsbuild: merge the great pkg/ rename into dev.power64
2014-10-15 Nigel Taounicode/utf8: fix docs for DecodeRune(empty) and friends.
2014-09-08 Russ Coxbuild: move package sources from src/pkg to src