summaryrefslogtreecommitdiff
path: root/src/encoding/binary
Commit message (Expand)AuthorAgeFilesLines
* encoding/binary: add AppendVarint AppendUvarintJoe Tsai2022-04-152-0/+32
* all: gofmt main repoRuss Cox2022-04-111-6/+6
* all: remove trailing blank doc comment linesRuss Cox2022-04-011-2/+0
* encoding/binary: add AppendByteOrderJoe Tsai2022-03-022-9/+178
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-133-13/+13
* all: use reflect.{Pointer,PointerTo}Cuong Manh Le2021-10-261-1/+1
* encoding/binary: limit bytes read by Uvarint to <= 10Emmanuel T Odeke2021-03-082-4/+66
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-2/+1
* encoding/binary: remove TODO in Write and add benchmarkszhouzhongyuan2020-09-232-1/+25
* encoding/binary: replace constant literals with named constant (cleanup)Robert Griesemer2020-08-251-2/+2
* encoding/binary: read at most MaxVarintLen64 bytes in ReadUvarintKatie Hockman2020-08-062-8/+15
* encoding/binary: add float support to fast pathMartin Garton2019-11-082-0/+108
* encoding/binary: make Read return an error when data is not a pointerUdalov Max2019-11-082-1/+35
* encoding/binary: cache struct sizes to speed up Read and WriteLorenz Bauer2019-11-012-2/+79
* all: simplify code using "gofmt -s -w"Shulhan2019-05-061-15/+15
* encoding/binary: simplify Read and WriteJosh Bleecher Snyder2018-09-041-26/+14
* encoding/binary: returns length of bool slice in intDataSizeJoe Kyo2018-05-081-0/+2
* encoding/binary: use an offset instead of slicingJosh Bleecher Snyder2018-03-061-27/+29
* encoding/binary: make new example a bit more idiomaticRuss Cox2017-11-151-6/+8
* cmd/compile: add rules to improve consecutive byte loads and stores on ppc64leLynn Boger2017-11-031-6/+24
* encoding/binary: add example for Read multiMark Wolfe2017-08-121-0/+24
* encoding/binary: add examples for varint functionsAxel Wagner2017-08-031-0/+91
* encoding/binary: add examples for ByteOrder functionsRoss Light2017-07-151-0/+18
* encoding/binary: clarify the repercussions for not following the docsBrad Fitzpatrick2017-06-291-1/+2
* encoding/binary: improve comment formatting consistencyDmitri Shuralyov2017-06-271-6/+6
* cmd/compile/internal/ssa: combine 2 byte loads + shifts into word load + rolw...Kirill Smelkov2017-02-141-0/+24
* encoding/binary: document the new bool supportBrad Fitzpatrick2016-12-011-1/+4
* encoding/binary: add bool supportBlixt2016-09-282-8/+85
* all: remove unnecessary type conversionsMatthew Dempsky2016-04-151-1/+1
* cmd/compile: extend prove pass to handle constant comparisonsKeith Randall2016-03-311-12/+12
* encoding/binary: fix bound checkAlexandru Moșoi2016-03-212-12/+39
* encoding/binary: don't assume b.N > 0Marcel van Lohuizen2016-03-181-3/+3
* encoding/binary: improve error messages for benchmarksMarcel van Lohuizen2016-03-181-2/+2
* encoding/binary: remove bound checks from conversions.Alexandru Moșoi2016-03-171-2/+18
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-014-4/+4
* encoding/binary: document that Read returns io.EOF iff zero bytes are readJoe Tsai2015-09-302-0/+34
* encoding/binary: update protobuf documentation linkDmitry Savintsev2015-06-291-1/+1
* encoding/binary: cull dead codeJosh Bleecher Snyder2015-03-141-16/+0
* encoding/binary: check for unsigned integers in intDataSize.Stan Schwertly2014-12-221-4/+4
* encoding/binary: fix error messageRobert Griesemer2014-10-022-40/+53
* encoding/binary: slightly better documentationRobert Griesemer2014-10-011-3/+4
* build: move package sources from src/pkg to srcRuss Cox2014-09-085-0/+1389