summaryrefslogtreecommitdiff
path: root/src/pkg/encoding
Commit message (Expand)AuthorAgeFilesLines
* ... changesRuss Cox2010-09-243-3/+3
* build: no required environment variablesRuss Cox2010-08-186-6/+6
* encoding/binary: add complexRoger Peppe2010-08-062-27/+77
* pem: print \n after 1 header line tooRuss Cox2010-07-121-7/+6
* reflect: add Kind, remove Int8Type, Int8Value, etc.Russ Cox2010-06-201-60/+64
* changes &x -> x[0:] for array to slice conversionRuss Cox2010-05-273-14/+14
* encoding/base64: fix typo in commentGiles Lean2010-03-081-1/+1
* encoding/binary: fix error reporting bugRob Pike2010-03-031-1/+1
* gofmt: experiment: align values in map composites where possibleRobert Griesemer2010-03-021-1/+1
* strings: delete Runes, BytesRuss Cox2010-02-256-33/+27
* encoding/pem: add marshalling support.Adam Langley2010-02-072-2/+168
* fix build - misc ... vs ...T fixesRuss Cox2010-02-023-18/+6
* 1) Change default gofmt default settings forRobert Griesemer2009-12-1512-682/+682
* encoding/binary: Add support for slices of arrays of fixed-size values.Maxim Ushakov2009-12-112-6/+52
* remove uses of string concatenation from src and misc directoryRobert Griesemer2009-12-092-15/+15
* move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.Rob Pike2009-12-023-10/+10
* Add trivial whitespace to CorruptInputError strings.Christopher Wedgwood2009-11-303-3/+3
* go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2009-11-236-12/+12
* gofmt -r '?[?:len(?)] -> ?[?:]' -w src/cmd src/pkgRuss Cox2009-11-205-30/+30
* remove bytes.CopyRob Pike2009-11-183-8/+6
* encoding/binary: implemented the Write functionM?she van der Sterre2009-11-142-18/+121
* typosRuss Cox2009-11-141-1/+1
* Fix capitalisation of "Git".David Symonds2009-11-111-5/+5
* - replaced gofmt expression formatting algorithm withRobert Griesemer2009-11-099-95/+95
* remove semis after statements in one-statement statement listsRobert Griesemer2009-11-0912-164/+164
* - fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer2009-11-065-63/+21
* gofmt-ify io, json, runtime, encodingRobert Griesemer2009-11-052-15/+15
* gofmt-ify encodingRobert Griesemer2009-11-055-61/+59
* package patchRuss Cox2009-11-041-4/+4
* encoding/*: reverse the order of src, dst so that dst is first.Adam Langley2009-11-039-38/+38
* Fix cgo for GCC 4.4Adam Langley2009-11-021-0/+49
* misc cleanupRuss Cox2009-11-011-3/+0
* Add encoding/hexAdam Langley2009-10-263-0/+266
* Fix typo in documentation.Adam Langley2009-10-211-1/+2
* Add initial x509 code.Adam Langley2009-10-213-0/+494
* base64 -> encoding/base64Russ Cox2009-10-2012-0/+1874