aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/encoding/binary
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-05-09encoding/binary: document that Read requires exported struct fieldsIan Lance Taylor
2014-01-27all: use {bytes,strings}.NewReader instead of bytes.BuffersBrad Fitzpatrick
2013-08-27encoding/binary: use bytes.Reader in read exampleMathieu Lonjaret
2013-08-14encoding/binary: make Write work like ReadRob Pike
2013-08-10encoding/binary: better description for intReadSizeRob Pike
2013-08-10encoding/binary: fast path for reading slicesRob Pike
2013-08-09encoding/binary: fix 32-bit buildRob Pike
2013-08-09encoding/binary: speed up writing slices of integersRob Pike
2013-08-09encoding/binary: document its goals betterRob Pike
2013-03-11all: remove now-unnecessary unreachable panicsBrad Fitzpatrick
2013-02-15encoding/binary: make type error more specificRuss Cox
2012-11-22all: fix the the typosShenghou Ma
2012-11-01encoding/binary: skip blank fields when (en/de)coding structsRobert Griesemer
2012-10-26encoding/binary: ReadVarint reads a signed number, not unsigned numberShenghou Ma
2012-07-22encoding/binary: fix typo: ReadVarint returns an int64, not a uint64.Patrick Mylund Nielsen
2012-03-05encoding/binary: improve package comment.Stefan Nilsson
2012-02-28encoding/binary: better exampleBrad Fitzpatrick
2012-02-23binary: remove unnecessary dummy type.Stefan Nilsson
2012-02-16godoc: make example code more readable with new comment conventionAndrew Gerrand
2012-02-10encoding/binary: another attempt to describe the type of Read and Write's dataRob Pike
2012-02-09encoding/binary: slices are allowed; say soRob Pike
2012-02-09encoding/binary: add Size, to replace the functionality of the old TotalSizeRob Pike
2012-02-08encoding/binary: hide TotalSizeRob Pike
2012-01-30build: remove Make.pkg, Make.toolRuss Cox
2012-01-24encoding/binary: document that PutVarint, PutUvarint may panicBrad Fitzpatrick
2012-01-20encoding/varint: deleted WriteXvarintRobert Griesemer
2011-12-20panics: use the new facilities of testing.B insteadRob Pike
2011-12-20encoding/binary: add more benchmarksRoger Peppe
2011-12-20encoding/binary: add Write and Read examplesAndrew Gerrand
2011-11-02all: sort importsRuss Cox
2011-11-01src/pkg/[a-m]*: gofix -r error -force=errorRuss Cox
2011-10-27encoding/binary: fix type in testRuss Cox
2011-10-05encoding/binary: added benchmarksRobert Griesemer
2011-09-29encoding/binary: PutX functions require buffer of sufficient size.Robert Griesemer
2011-09-28encoding/binary: support for varint encodingRobert Griesemer
2011-05-27encoding/binary: add a non-reflect fast path for WriteBrad Fitzpatrick
2011-05-26encoding/binary: add a non-reflect fast path for ReadBrad Fitzpatrick
2011-04-25fix tree for reflect renameRuss Cox
2011-04-13pkg: manual cleanup of some gofixed codeRuss Cox
2011-04-08update go tree for reflect changesRuss Cox
2011-02-11encoding/binary: update package doc string to be more comprehensiveAndrew Gerrand
2011-01-19delete float, complex - code changesRuss Cox
2011-01-04encoding/binary: reject types with implementation-dependent sizesPatrick Gavlin
2010-10-21encoding/binary: give LittleEndian, BigEndian specific typesRuss Cox
2010-08-18build: no required environment variablesRuss Cox
2010-08-06encoding/binary: add complexRoger Peppe
2010-06-20reflect: add Kind, remove Int8Type, Int8Value, etc.Russ Cox
2010-03-03encoding/binary: fix error reporting bugRob Pike
2009-12-15 1) Change default gofmt default settings forRobert Griesemer