| Commit message (Expand) | Author | Age | Files | Lines |
* | ... changes | Russ Cox | 2010-09-24 | 3 | -3/+3 |
* | build: no required environment variables | Russ Cox | 2010-08-18 | 6 | -6/+6 |
* | encoding/binary: add complex | Roger Peppe | 2010-08-06 | 2 | -27/+77 |
* | pem: print \n after 1 header line too | Russ Cox | 2010-07-12 | 1 | -7/+6 |
* | reflect: add Kind, remove Int8Type, Int8Value, etc. | Russ Cox | 2010-06-20 | 1 | -60/+64 |
* | changes &x -> x[0:] for array to slice conversion | Russ Cox | 2010-05-27 | 3 | -14/+14 |
* | encoding/base64: fix typo in comment | Giles Lean | 2010-03-08 | 1 | -1/+1 |
* | encoding/binary: fix error reporting bug | Rob Pike | 2010-03-03 | 1 | -1/+1 |
* | gofmt: experiment: align values in map composites where possible | Robert Griesemer | 2010-03-02 | 1 | -1/+1 |
* | strings: delete Runes, Bytes | Russ Cox | 2010-02-25 | 6 | -33/+27 |
* | encoding/pem: add marshalling support. | Adam Langley | 2010-02-07 | 2 | -2/+168 |
* | fix build - misc ... vs ...T fixes | Russ Cox | 2010-02-02 | 3 | -18/+6 |
* | 1) Change default gofmt default settings for | Robert Griesemer | 2009-12-15 | 12 | -682/+682 |
* | encoding/binary: Add support for slices of arrays of fixed-size values. | Maxim Ushakov | 2009-12-11 | 2 | -6/+52 |
* | remove uses of string concatenation from src and misc directory | Robert Griesemer | 2009-12-09 | 2 | -15/+15 |
* | move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. | Rob Pike | 2009-12-02 | 3 | -10/+10 |
* | Add trivial whitespace to CorruptInputError strings. | Christopher Wedgwood | 2009-11-30 | 3 | -3/+3 |
* | go: makes it build for the case $GOROOT has whitespaces | Sergio Luis O. B. Correia | 2009-11-23 | 6 | -12/+12 |
* | gofmt -r '?[?:len(?)] -> ?[?:]' -w src/cmd src/pkg | Russ Cox | 2009-11-20 | 5 | -30/+30 |
* | remove bytes.Copy | Rob Pike | 2009-11-18 | 3 | -8/+6 |
* | encoding/binary: implemented the Write function | M?she van der Sterre | 2009-11-14 | 2 | -18/+121 |
* | typos | Russ Cox | 2009-11-14 | 1 | -1/+1 |
* | Fix capitalisation of "Git". | David Symonds | 2009-11-11 | 1 | -5/+5 |
* | - replaced gofmt expression formatting algorithm with | Robert Griesemer | 2009-11-09 | 9 | -95/+95 |
* | remove semis after statements in one-statement statement lists | Robert Griesemer | 2009-11-09 | 12 | -164/+164 |
* | - fine-tuning of one-line func heuristic (nodes.go) | Robert Griesemer | 2009-11-06 | 5 | -63/+21 |
* | gofmt-ify io, json, runtime, encoding | Robert Griesemer | 2009-11-05 | 2 | -15/+15 |
* | gofmt-ify encoding | Robert Griesemer | 2009-11-05 | 5 | -61/+59 |
* | package patch | Russ Cox | 2009-11-04 | 1 | -4/+4 |
* | encoding/*: reverse the order of src, dst so that dst is first. | Adam Langley | 2009-11-03 | 9 | -38/+38 |
* | Fix cgo for GCC 4.4 | Adam Langley | 2009-11-02 | 1 | -0/+49 |
* | misc cleanup | Russ Cox | 2009-11-01 | 1 | -3/+0 |
* | Add encoding/hex | Adam Langley | 2009-10-26 | 3 | -0/+266 |
* | Fix typo in documentation. | Adam Langley | 2009-10-21 | 1 | -1/+2 |
* | Add initial x509 code. | Adam Langley | 2009-10-21 | 3 | -0/+494 |
* | base64 -> encoding/base64 | Russ Cox | 2009-10-20 | 12 | -0/+1874 |