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
/
binary
/
binary_test.go
Age
Commit message (
Expand
)
Author
2024-10-28
all: skip and fix various tests with -asan and -msan
Michael Anthony Knyszek
2024-07-23
encoding/binary: add missing test helper calls
Martin Garton
2024-05-20
encoding/binary: speed up Size
Lorenz Bauer
2024-05-20
encoding/binary: add Append, Encode and Decode
Lorenz Bauer
2024-03-13
encoding/binary: cache struct sizes to speed up Read and Write for slice of s...
kwakubiney
2023-06-20
encoding/binary: on invalid type return -1 from Size
Ian Lance Taylor
2023-04-04
encoding/binary: add word size to the error message of the failed constraint
Constantin Konstantinidis
2023-01-27
encoding/binary: add var NativeEndian
cuiweixie
2022-03-02
encoding/binary: add AppendByteOrder
Joe Tsai
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2020-10-20
all: update references to symbols moved from io/ioutil to io
Russ Cox
2020-09-23
encoding/binary: remove TODO in Write and add benchmarks
zhouzhongyuan
2019-11-08
encoding/binary: add float support to fast path
Martin Garton
2019-11-08
encoding/binary: make Read return an error when data is not a pointer
Udalov Max
2019-11-01
encoding/binary: cache struct sizes to speed up Read and Write
Lorenz Bauer
2017-11-03
cmd/compile: add rules to improve consecutive byte loads and stores on ppc64le
Lynn Boger
2017-02-14
cmd/compile/internal/ssa: combine 2 byte loads + shifts into word load + rolw...
Kirill Smelkov
2016-09-28
encoding/binary: add bool support
Blixt
2016-03-21
encoding/binary: fix bound check
Alexandru Moșoi
2016-03-18
encoding/binary: don't assume b.N > 0
Marcel van Lohuizen
2016-03-18
encoding/binary: improve error messages for benchmarks
Marcel van Lohuizen
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-09-30
encoding/binary: document that Read returns io.EOF iff zero bytes are read
Joe Tsai
2014-10-02
encoding/binary: fix error message
Robert Griesemer
2014-09-08
build: move package sources from src/pkg to src
Russ Cox