aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/binary/binary.go
AgeCommit message (Expand)Author
2020-09-23encoding/binary: remove TODO in Write and add benchmarkszhouzhongyuan
2019-11-08encoding/binary: add float support to fast pathMartin Garton
2019-11-08encoding/binary: make Read return an error when data is not a pointerUdalov Max
2019-11-01encoding/binary: cache struct sizes to speed up Read and WriteLorenz Bauer
2018-09-04encoding/binary: simplify Read and WriteJosh Bleecher Snyder
2018-05-08encoding/binary: returns length of bool slice in intDataSizeJoe Kyo
2018-03-06encoding/binary: use an offset instead of slicingJosh Bleecher Snyder
2017-06-29encoding/binary: clarify the repercussions for not following the docsBrad Fitzpatrick
2016-12-01encoding/binary: document the new bool supportBrad Fitzpatrick
2016-09-28encoding/binary: add bool supportBlixt
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-03-31cmd/compile: extend prove pass to handle constant comparisonsKeith Randall
2016-03-21encoding/binary: fix bound checkAlexandru Moșoi
2016-03-17encoding/binary: remove bound checks from conversions.Alexandru Moșoi
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-09-30encoding/binary: document that Read returns io.EOF iff zero bytes are readJoe Tsai
2015-06-29encoding/binary: update protobuf documentation linkDmitry Savintsev
2015-03-14encoding/binary: cull dead codeJosh Bleecher Snyder
2014-12-22encoding/binary: check for unsigned integers in intDataSize.Stan Schwertly
2014-10-02encoding/binary: fix error messageRobert Griesemer
2014-10-01encoding/binary: slightly better documentationRobert Griesemer
2014-09-08build: move package sources from src/pkg to srcRuss Cox