]> Cypherpunks.ru repositories - gostls13.git/history - src/encoding/hex
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / encoding / hex /
2023-09-08 Joe Tsaiencoding: modernize Go documentation
2023-08-17 Joe Tsaiencoding: add AppendEncode and AppendDecode
2023-02-21 Joe TsaiRevert "hex: fix panic in Decode when len(src) > 2...
2023-02-07 Joe Tsaiencoding/hex: fix Decode output check regression
2023-01-27 Benjamin Prosnitzhex: fix panic in Decode when len(src) > 2*len(dst)
2022-09-06 cuiweixieencoding: use strings.Builder
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-11 eh-steveencoding/hex: implement Decode with a lookup table
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-11-18 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-10-23 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-20 Russ Coxall: update references to symbols moved from io/ioutil...
2020-04-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-03-06 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-03 Tim Cooperencoding/hex: remove unused variable from BenchmarkDump
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-03-05 Daniel Martíencoding/hex: simplify encoder arithmetic
2019-03-02 Daniel Martíencoding/hex: simplify decoder arithmetic
2018-09-06 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-08-21 Tim Cooperencoding/hex: pre-allocate Dump buffer
2018-06-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-05-31 Josh Bleecher Snyderencoding/hex: improve Decode and DecodeString docs
2018-05-18 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-04-17 Tim Cooperencoding/hex: fix Dumper not always closing on Close...
2018-02-14 Tim Cooperencoding/hex: fix potential incorrect Dumper output...
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
2017-11-16 Russ Coxencoding/hex: make Decode, Decoder, DecodeString agree...
2017-10-20 Tim Cooperencoding/hex: add NewEncoder, NewDecoder
2017-08-15 Agniva De Sarkerencoding/hex: save allocation in DecodeString()
2017-08-14 Agniva De Sarkerencoding/hex: improve tests
2017-04-18 Josh Bleecher Snyderencoding/hex: change lookup table back to string
2016-11-13 Thordur Bjornssonencoding/hex: Document DecodedLen.
2016-09-10 Josh Bleecher Snyderencoding/hex: fix example function name
2016-09-08 Emmanuel Odekeencoding/hex: implement examples using all exported...
2016-08-17 Alberto Donizettiencoding/hex: change lookup table from string to array
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-02-23 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-02-21 Josh Bleecher Snyderencoding/hex: minor cleanup
2014-10-22 Austin Clementsbuild: merge the great pkg/ rename into dev.power64
2014-09-08 Russ Coxbuild: move package sources from src/pkg to src