summaryrefslogtreecommitdiff
path: root/src/encoding/binary/binary_test.go
Commit message (Expand)AuthorAgeFilesLines
* encoding/binary: add word size to the error message of the failed constraintConstantin Konstantinidis2023-04-041-0/+24
* encoding/binary: add var NativeEndiancuiweixie2023-01-271-0/+10
* encoding/binary: add AppendByteOrderJoe Tsai2022-03-021-6/+108
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-8/+8
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-2/+1
* encoding/binary: remove TODO in Write and add benchmarkszhouzhongyuan2020-09-231-0/+24
* encoding/binary: add float support to fast pathMartin Garton2019-11-081-0/+72
* encoding/binary: make Read return an error when data is not a pointerUdalov Max2019-11-081-0/+30
* encoding/binary: cache struct sizes to speed up Read and WriteLorenz Bauer2019-11-011-0/+62
* cmd/compile: add rules to improve consecutive byte loads and stores on ppc64leLynn Boger2017-11-031-6/+24
* cmd/compile/internal/ssa: combine 2 byte loads + shifts into word load + rolw...Kirill Smelkov2017-02-141-0/+24
* encoding/binary: add bool supportBlixt2016-09-281-5/+34
* encoding/binary: fix bound checkAlexandru Moșoi2016-03-211-0/+27
* encoding/binary: don't assume b.N > 0Marcel van Lohuizen2016-03-181-3/+3
* encoding/binary: improve error messages for benchmarksMarcel van Lohuizen2016-03-181-2/+2
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* encoding/binary: document that Read returns io.EOF iff zero bytes are readJoe Tsai2015-09-301-0/+30
* encoding/binary: fix error messageRobert Griesemer2014-10-021-2/+21
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+397