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.go
Age
Commit message (
Expand
)
Author
2024-12-30
encoding/binary: add documentation for endian methods
willboland
2024-11-21
all: fix some function names and typos in comment
cuishuang
2024-05-22
encoding/binary: adjust docs for Append, Encode and Decode
Jes Cok
2024-05-20
encoding/binary: speed up Size
Lorenz Bauer
2024-05-20
encoding/binary: add Append, Encode and Decode
Lorenz Bauer
2024-05-13
encoding/binary: simplify encoder.value
Lorenz Bauer
2024-03-13
encoding/binary: cache struct sizes to speed up Read and Write for slice of s...
kwakubiney
2024-03-06
encoding/binary: use built-in clear to simplify code
Jes Cok
2023-09-08
encoding: modernize Go documentation
Joe Tsai
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-30
encoding/binary: add String and GoString method to nativeEndian
cuiweixie
2022-03-02
encoding/binary: add AppendByteOrder
Joe Tsai
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-26
all: use reflect.{Pointer,PointerTo}
Cuong Manh Le
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
2018-09-04
encoding/binary: simplify Read and Write
Josh Bleecher Snyder
2018-05-08
encoding/binary: returns length of bool slice in intDataSize
Joe Kyo
2018-03-06
encoding/binary: use an offset instead of slicing
Josh Bleecher Snyder
2017-06-29
encoding/binary: clarify the repercussions for not following the docs
Brad Fitzpatrick
2016-12-01
encoding/binary: document the new bool support
Brad Fitzpatrick
2016-09-28
encoding/binary: add bool support
Blixt
2016-04-15
all: remove unnecessary type conversions
Matthew Dempsky
2016-03-31
cmd/compile: extend prove pass to handle constant comparisons
Keith Randall
2016-03-21
encoding/binary: fix bound check
Alexandru Moșoi
2016-03-17
encoding/binary: remove bound checks from conversions.
Alexandru Moșoi
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
2015-06-29
encoding/binary: update protobuf documentation link
Dmitry Savintsev
2015-03-14
encoding/binary: cull dead code
Josh Bleecher Snyder
2014-12-22
encoding/binary: check for unsigned integers in intDataSize.
Stan Schwertly
2014-10-02
encoding/binary: fix error message
Robert Griesemer
2014-10-01
encoding/binary: slightly better documentation
Robert Griesemer
2014-09-08
build: move package sources from src/pkg to src
Russ Cox