Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-06-19 | Imported Upstream version 1.3upstream/1.3 | Michael Stapelberg | 1 | -2/+26 | |
2013-12-03 | Imported Upstream version 1.2upstream/1.2 | Michael Stapelberg | 1 | -0/+59 | |
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 1 | -16/+74 | |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -22/+43 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+235 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -235/+0 | |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 1 | -0/+73 | |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 1 | -1/+1 | |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 1 | -1/+1 | |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -4/+2 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -16/+66 | |
2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer | 1 | -35/+35 | |
parsing and printing to new syntax. Use -oldparser to parse the old syntax, use -oldprinter to print the old syntax. 2) Change default gofmt formatting settings to use tabs for indentation only and to use spaces for alignment. This will make the code alignment insensitive to an editor's tabwidth. Use -spaces=false to use tabs for alignment. 3) Manually changed src/exp/parser/parser_test.go so that it doesn't try to parse the parser's source files using the old syntax (they have new syntax now). 4) gofmt -w src misc test/bench 2nd set of files. R=rsc CC=golang-dev http://codereview.appspot.com/179067 | |||||
2009-12-11 | encoding/binary: Add support for slices of arrays of fixed-size values. | Maxim Ushakov | 1 | -0/+15 | |
R=rsc CC=krasin http://codereview.appspot.com/167050 Committer: Russ Cox <rsc@golang.org> | |||||
2009-11-14 | encoding/binary: implemented the Write function | Môshe van der Sterre | 1 | -16/+29 | |
The ByteOrder.Put* methods are already available, this change uses them to implement the Write function. R=golang-dev, agl1, rsc, r http://codereview.appspot.com/152141 Committer: Russ Cox <rsc@golang.org> | |||||
2009-11-14 | typos | Russ Cox | 1 | -1/+1 | |
Fixes issue 171. Fixes issue 172. R=agl1 http://codereview.appspot.com/154136 | |||||
2009-11-09 | remove semis after statements in one-statement statement lists | Robert Griesemer | 1 | -3/+3 | |
R=rsc, r http://go/go-review/1025029 | |||||
2009-10-20 | base64 -> encoding/base64 | Russ Cox | 1 | -0/+86 | |
base85 -> encoding/ascii85, encoding/git85 debug/binary -> encoding/binary R=r DELTA=3190 (1884 added, 1297 deleted, 9 changed) OCL=35923 CL=35929 |