summaryrefslogtreecommitdiff
path: root/src/encoding/hex/hex_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-2/+1
* encoding/hex: remove unused variable from BenchmarkDumpTim Cooper2020-03-031-1/+0
* encoding/hex: simplify encoder arithmeticDaniel Martí2019-03-051-0/+2
* encoding/hex: simplify decoder arithmeticDaniel Martí2019-03-021-0/+14
* encoding/hex: pre-allocate Dump bufferTim Cooper2018-08-211-0/+13
* encoding/hex: fix Dumper not always closing on Close callTim Cooper2018-04-171-0/+13
* encoding/hex: fix potential incorrect Dumper output when Close is called mult...Tim Cooper2018-02-141-0/+16
* encoding/hex: make Decode, Decoder, DecodeString agree about partial results ...Russ Cox2017-11-161-42/+33
* encoding/hex: add NewEncoder, NewDecoderTim Cooper2017-10-201-0/+60
* encoding/hex: improve testsAgniva De Sarker2017-08-141-9/+10
* encoding/hex: change lookup table from string to arrayAlberto Donizetti2016-08-171-0/+16
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+153