Age | Commit message (Expand) | Author | Files | Lines |
2015-01-15 | Imported Upstream version 1.4upstream/1.4 | Tianon Gravi | 70 | -29520/+0 |
2014-06-19 | Imported Upstream version 1.3upstream/1.3 | Michael Stapelberg | 39 | -122/+967 |
2013-12-03 | Imported Upstream version 1.2upstream/1.2 | Michael Stapelberg | 40 | -666/+2956 |
2013-05-14 | Imported Upstream version 1.1upstream/1.1 | Michael Stapelberg | 23 | -141/+880 |
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 46 | -643/+2540 |
2012-06-14 | Imported Upstream version 1.0.2upstream/1.0.2 | Ondřej Surý | 6 | -5/+131 |
2012-05-02 | Imported Upstream version 1.0.1upstream/1.0.1 | Ondřej Surý | 10 | -23/+58 |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 71 | -828/+20488 |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 21 | -0/+3928 |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 21 | -3930/+0 |
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 1 | -6/+7 |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 11 | -264/+356 |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 5 | -6/+7 |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 2 | -90/+76 |
2011-02-18 | Imported Upstream version 2011.02.15upstream/2011.02.15 | Ondřej Surý | 3 | -2/+29 |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 7 | -18/+626 |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 18 | -145/+424 |
2010-06-20 | reflect: add Kind, remove Int8Type, Int8Value, etc. | Russ Cox | 1 | -60/+64 |
2010-05-27 | changes &x -> x[0:] for array to slice conversion | Russ Cox | 3 | -14/+14 |
2010-03-08 | encoding/base64: fix typo in comment | Giles Lean | 1 | -1/+1 |
2010-03-03 | encoding/binary: fix error reporting bug | Rob Pike | 1 | -1/+1 |
2010-03-02 | gofmt: experiment: align values in map composites where possible | Robert Griesemer | 1 | -1/+1 |
2010-02-25 | strings: delete Runes, Bytes | Russ Cox | 6 | -33/+27 |
2010-02-07 | encoding/pem: add marshalling support. | Adam Langley | 2 | -2/+168 |
2010-02-02 | fix build - misc ... vs ...T fixes | Russ Cox | 3 | -18/+6 |
2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer | 12 | -682/+682 |
2009-12-11 | encoding/binary: Add support for slices of arrays of fixed-size values. | Maxim Ushakov | 2 | -6/+52 |
2009-12-09 | remove uses of string concatenation from src and misc directory | Robert Griesemer | 2 | -15/+15 |
2009-12-02 | move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. | Rob Pike | 3 | -10/+10 |
2009-11-30 | Add trivial whitespace to CorruptInputError strings. | Christopher Wedgwood | 3 | -3/+3 |
2009-11-23 | go: makes it build for the case $GOROOT has whitespaces | Sergio Luis O. B. Correia | 6 | -12/+12 |
2009-11-20 | gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg | Russ Cox | 5 | -30/+30 |
2009-11-18 | remove bytes.Copy | Rob Pike | 3 | -8/+6 |
2009-11-14 | encoding/binary: implemented the Write function | Môshe van der Sterre | 2 | -18/+121 |
2009-11-14 | typos | Russ Cox | 1 | -1/+1 |
2009-11-11 | Fix capitalisation of "Git". | David Symonds | 1 | -5/+5 |
2009-11-09 | - replaced gofmt expression formatting algorithm with | Robert Griesemer | 9 | -95/+95 |
2009-11-09 | remove semis after statements in one-statement statement lists | Robert Griesemer | 12 | -164/+164 |
2009-11-06 | - fine-tuning of one-line func heuristic (nodes.go) | Robert Griesemer | 5 | -63/+21 |
2009-11-05 | gofmt-ify io, json, runtime, encoding | Robert Griesemer | 2 | -15/+15 |
2009-11-05 | gofmt-ify encoding | Robert Griesemer | 5 | -61/+59 |
2009-11-04 | package patch | Russ Cox | 1 | -4/+4 |
2009-11-03 | encoding/*: reverse the order of src, dst so that dst is first. | Adam Langley | 9 | -38/+38 |
2009-11-02 | Fix cgo for GCC 4.4 | Adam Langley | 1 | -0/+49 |
2009-11-01 | misc cleanup | Russ Cox | 1 | -3/+0 |
2009-10-26 | Add encoding/hex | Adam Langley | 3 | -0/+266 |
2009-10-21 | Fix typo in documentation. | Adam Langley | 1 | -1/+2 |
2009-10-21 | Add initial x509 code. | Adam Langley | 3 | -0/+494 |
2009-10-20 | base64 -> encoding/base64 | Russ Cox | 12 | -0/+1874 |