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
Age
Commit message (
Expand
)
Author
2025-10-17
all: remove unnecessary loop variable copies in tests
Tobias Klauser
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-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-07-16
encoding/binary: use list format in docstrings
Kir Kolyshkin
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-02-16
src: rename unexported errors by adding prefix err
Oleksandr Redko
2023-01-30
encoding/binary: add String and GoString method to nativeEndian
cuiweixie
2023-01-27
encoding/binary: add var NativeEndian
cuiweixie
2022-08-08
encoding/binary: ReadUvarint return io.ErrUnexpectedEOF when read at least 1 ...
cuiweixie
2022-04-15
encoding/binary: add AppendVarint AppendUvarint
Joe Tsai
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
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
2021-03-08
encoding/binary: limit bytes read by Uvarint to <= 10
Emmanuel T Odeke
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
2020-08-25
encoding/binary: replace constant literals with named constant (cleanup)
Robert Griesemer
2020-08-06
encoding/binary: read at most MaxVarintLen64 bytes in ReadUvarint
Katie Hockman
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
2019-05-06
all: simplify code using "gofmt -s -w"
Shulhan
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-11-15
encoding/binary: make new example a bit more idiomatic
Russ Cox
2017-11-03
cmd/compile: add rules to improve consecutive byte loads and stores on ppc64le
Lynn Boger
2017-08-12
encoding/binary: add example for Read multi
Mark Wolfe
2017-08-03
encoding/binary: add examples for varint functions
Axel Wagner
2017-07-15
encoding/binary: add examples for ByteOrder functions
Ross Light
2017-06-29
encoding/binary: clarify the repercussions for not following the docs
Brad Fitzpatrick
2017-06-27
encoding/binary: improve comment formatting consistency
Dmitri Shuralyov
2017-02-14
cmd/compile/internal/ssa: combine 2 byte loads + shifts into word load + rolw...
Kirill Smelkov
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
[next]