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
2024-01-25
encoding/binary: add benchmark for writing slice of uint8
Shulhan
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
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-17
encoding/binary: remove bound checks from conversions.
Alexandru Moșoi
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
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
[next]