aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/binary/binary_test.go
AgeCommit message (Expand)Author
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-09-23encoding/binary: remove TODO in Write and add benchmarkszhouzhongyuan
2019-11-08encoding/binary: add float support to fast pathMartin Garton
2019-11-08encoding/binary: make Read return an error when data is not a pointerUdalov Max
2019-11-01encoding/binary: cache struct sizes to speed up Read and WriteLorenz Bauer
2017-11-03cmd/compile: add rules to improve consecutive byte loads and stores on ppc64leLynn Boger
2017-02-14cmd/compile/internal/ssa: combine 2 byte loads + shifts into word load + rolw...Kirill Smelkov
2016-09-28encoding/binary: add bool supportBlixt
2016-03-21encoding/binary: fix bound checkAlexandru Moșoi
2016-03-18encoding/binary: don't assume b.N > 0Marcel van Lohuizen
2016-03-18encoding/binary: improve error messages for benchmarksMarcel van Lohuizen
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-09-30encoding/binary: document that Read returns io.EOF iff zero bytes are readJoe Tsai
2014-10-02encoding/binary: fix error messageRobert Griesemer
2014-09-08build: move package sources from src/pkg to srcRuss Cox