aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/binary
AgeCommit message (Expand)Author
2021-03-08encoding/binary: limit bytes read by Uvarint to <= 10Emmanuel T Odeke
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-09-23encoding/binary: remove TODO in Write and add benchmarkszhouzhongyuan
2020-08-25encoding/binary: replace constant literals with named constant (cleanup)Robert Griesemer
2020-08-06encoding/binary: read at most MaxVarintLen64 bytes in ReadUvarintKatie Hockman
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
2019-05-06all: simplify code using "gofmt -s -w"Shulhan
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-11-15encoding/binary: make new example a bit more idiomaticRuss Cox
2017-11-03cmd/compile: add rules to improve consecutive byte loads and stores on ppc64leLynn Boger
2017-08-12encoding/binary: add example for Read multiMark Wolfe
2017-08-03encoding/binary: add examples for varint functionsAxel Wagner
2017-07-15encoding/binary: add examples for ByteOrder functionsRoss Light
2017-06-29encoding/binary: clarify the repercussions for not following the docsBrad Fitzpatrick
2017-06-27encoding/binary: improve comment formatting consistencyDmitri Shuralyov
2017-02-14cmd/compile/internal/ssa: combine 2 byte loads + shifts into word load + rolw...Kirill Smelkov
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-18encoding/binary: don't assume b.N > 0Marcel van Lohuizen
2016-03-18encoding/binary: improve error messages for benchmarksMarcel van Lohuizen
2016-03-17encoding/binary: remove bound checks from conversions.Alexandru Moșoi
2016-03-02all: single space after period.Brad Fitzpatrick
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