summaryrefslogtreecommitdiff
path: root/src/encoding/binary/binary.go
Commit message (Expand)AuthorAgeFilesLines
* encoding/binary: add word size to the error message of the failed constraintConstantin Konstantinidis2023-04-041-1/+1
* encoding/binary: add String and GoString method to nativeEndiancuiweixie2023-01-301-0/+4
* encoding/binary: add AppendByteOrderJoe Tsai2022-03-021-3/+70
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-4/+4
* all: use reflect.{Pointer,PointerTo}Cuong Manh Le2021-10-261-1/+1
* encoding/binary: remove TODO in Write and add benchmarkszhouzhongyuan2020-09-231-1/+1
* encoding/binary: add float support to fast pathMartin Garton2019-11-081-0/+36
* encoding/binary: make Read return an error when data is not a pointerUdalov Max2019-11-081-1/+5
* encoding/binary: cache struct sizes to speed up Read and WriteLorenz Bauer2019-11-011-2/+17
* 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: clarify the repercussions for not following the docsBrad Fitzpatrick2017-06-291-1/+2
* encoding/binary: document the new bool supportBrad Fitzpatrick2016-12-011-1/+4
* encoding/binary: add bool supportBlixt2016-09-281-3/+51
* 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-211-12/+12
* encoding/binary: remove bound checks from conversions.Alexandru Moșoi2016-03-171-2/+18
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* encoding/binary: document that Read returns io.EOF iff zero bytes are readJoe Tsai2015-09-301-0/+4
* 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-021-38/+32
* encoding/binary: slightly better documentationRobert Griesemer2014-10-011-3/+4
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+639