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
/
encoding
/
hex
/
hex_test.go
Age
Commit message (
Expand
)
Author
2023-02-07
encoding/hex: fix Decode output check regression
Joe Tsai
2023-01-27
hex: fix panic in Decode when len(src) > 2*len(dst)
Benjamin Prosnitz
2022-09-06
encoding: use strings.Builder
cuiweixie
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-03-03
encoding/hex: remove unused variable from BenchmarkDump
Tim Cooper
2019-03-05
encoding/hex: simplify encoder arithmetic
Daniel MartÃ
2019-03-02
encoding/hex: simplify decoder arithmetic
Daniel MartÃ
2018-08-21
encoding/hex: pre-allocate Dump buffer
Tim Cooper
2018-04-17
encoding/hex: fix Dumper not always closing on Close call
Tim Cooper
2018-02-14
encoding/hex: fix potential incorrect Dumper output when Close is called mult...
Tim Cooper
2017-11-16
encoding/hex: make Decode, Decoder, DecodeString agree about partial results ...
Russ Cox
2017-10-20
encoding/hex: add NewEncoder, NewDecoder
Tim Cooper
2017-08-14
encoding/hex: improve tests
Agniva De Sarker
2016-08-17
encoding/hex: change lookup table from string to array
Alberto Donizetti
2014-09-08
build: move package sources from src/pkg to src
Russ Cox