aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/encoding
AgeCommit message (Expand)Author
2010-06-20reflect: add Kind, remove Int8Type, Int8Value, etc.Russ Cox
2010-05-27changes &x -> x[0:] for array to slice conversionRuss Cox
2010-03-08encoding/base64: fix typo in commentGiles Lean
2010-03-03encoding/binary: fix error reporting bugRob Pike
2010-03-02gofmt: experiment: align values in map composites where possibleRobert Griesemer
2010-02-25strings: delete Runes, BytesRuss Cox
2010-02-07encoding/pem: add marshalling support.Adam Langley
2010-02-02fix build - misc ... vs ...T fixesRuss Cox
2009-12-15 1) Change default gofmt default settings forRobert Griesemer
2009-12-11encoding/binary: Add support for slices of arrays of fixed-size values.Maxim Ushakov
2009-12-09remove uses of string concatenation from src and misc directoryRobert Griesemer
2009-12-02move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.Rob Pike
2009-11-30Add trivial whitespace to CorruptInputError strings.Christopher Wedgwood
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox
2009-11-18remove bytes.CopyRob Pike
2009-11-14encoding/binary: implemented the Write functionMôshe van der Sterre
2009-11-14typosRuss Cox
2009-11-11Fix capitalisation of "Git".David Symonds
2009-11-09 - replaced gofmt expression formatting algorithm withRobert Griesemer
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer
2009-11-05gofmt-ify io, json, runtime, encodingRobert Griesemer
2009-11-05gofmt-ify encodingRobert Griesemer
2009-11-04package patchRuss Cox
2009-11-03encoding/*: reverse the order of src, dst so that dst is first.Adam Langley
2009-11-02Fix cgo for GCC 4.4Adam Langley
2009-11-01misc cleanupRuss Cox
2009-10-26Add encoding/hexAdam Langley
2009-10-21Fix typo in documentation.Adam Langley
2009-10-21Add initial x509 code.Adam Langley
2009-10-20base64 -> encoding/base64Russ Cox