index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
encoding
/
binary
/
binary.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
encoding/binary: add word size to the error message of the failed constraint
Constantin Konstantinidis
2023-04-04
1
-1
/
+1
*
encoding/binary: add String and GoString method to nativeEndian
cuiweixie
2023-01-30
1
-0
/
+4
*
encoding/binary: add AppendByteOrder
Joe Tsai
2022-03-02
1
-3
/
+70
*
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-12-13
1
-4
/
+4
*
all: use reflect.{Pointer,PointerTo}
Cuong Manh Le
2021-10-26
1
-1
/
+1
*
encoding/binary: remove TODO in Write and add benchmarks
zhouzhongyuan
2020-09-23
1
-1
/
+1
*
encoding/binary: add float support to fast path
Martin Garton
2019-11-08
1
-0
/
+36
*
encoding/binary: make Read return an error when data is not a pointer
Udalov Max
2019-11-08
1
-1
/
+5
*
encoding/binary: cache struct sizes to speed up Read and Write
Lorenz Bauer
2019-11-01
1
-2
/
+17
*
encoding/binary: simplify Read and Write
Josh Bleecher Snyder
2018-09-04
1
-26
/
+14
*
encoding/binary: returns length of bool slice in intDataSize
Joe Kyo
2018-05-08
1
-0
/
+2
*
encoding/binary: use an offset instead of slicing
Josh Bleecher Snyder
2018-03-06
1
-27
/
+29
*
encoding/binary: clarify the repercussions for not following the docs
Brad Fitzpatrick
2017-06-29
1
-1
/
+2
*
encoding/binary: document the new bool support
Brad Fitzpatrick
2016-12-01
1
-1
/
+4
*
encoding/binary: add bool support
Blixt
2016-09-28
1
-3
/
+51
*
all: remove unnecessary type conversions
Matthew Dempsky
2016-04-15
1
-1
/
+1
*
cmd/compile: extend prove pass to handle constant comparisons
Keith Randall
2016-03-31
1
-12
/
+12
*
encoding/binary: fix bound check
Alexandru Moșoi
2016-03-21
1
-12
/
+12
*
encoding/binary: remove bound checks from conversions.
Alexandru Moșoi
2016-03-17
1
-2
/
+18
*
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2016-03-01
1
-1
/
+1
*
encoding/binary: document that Read returns io.EOF iff zero bytes are read
Joe Tsai
2015-09-30
1
-0
/
+4
*
encoding/binary: update protobuf documentation link
Dmitry Savintsev
2015-06-29
1
-1
/
+1
*
encoding/binary: cull dead code
Josh Bleecher Snyder
2015-03-14
1
-16
/
+0
*
encoding/binary: check for unsigned integers in intDataSize.
Stan Schwertly
2014-12-22
1
-4
/
+4
*
encoding/binary: fix error message
Robert Griesemer
2014-10-02
1
-38
/
+32
*
encoding/binary: slightly better documentation
Robert Griesemer
2014-10-01
1
-3
/
+4
*
build: move package sources from src/pkg to src
Russ Cox
2014-09-08
1
-0
/
+639