aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/hex/hex_test.go
AgeCommit message (Expand)Author
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-03-03encoding/hex: remove unused variable from BenchmarkDumpTim Cooper
2019-03-05encoding/hex: simplify encoder arithmeticDaniel Martí
2019-03-02encoding/hex: simplify decoder arithmeticDaniel Martí
2018-08-21encoding/hex: pre-allocate Dump bufferTim Cooper
2018-04-17encoding/hex: fix Dumper not always closing on Close callTim Cooper
2018-02-14encoding/hex: fix potential incorrect Dumper output when Close is called mult...Tim Cooper
2017-11-16encoding/hex: make Decode, Decoder, DecodeString agree about partial results ...Russ Cox
2017-10-20encoding/hex: add NewEncoder, NewDecoderTim Cooper
2017-08-14encoding/hex: improve testsAgniva De Sarker
2016-08-17encoding/hex: change lookup table from string to arrayAlberto Donizetti
2014-09-08build: move package sources from src/pkg to srcRuss Cox