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
2020-08-06
[release-branch.go1.13-security] encoding/binary: read at most MaxVarintLen64...
Katie Hockman
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
2014-09-08
build: move package sources from src/pkg to src
Russ Cox