summaryrefslogtreecommitdiff
path: root/src/encoding/binary
Commit message (Expand)AuthorAgeFilesLines
* 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