aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/binary
AgeCommit message (Expand)Author
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