Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 1 | -0/+14 | |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -1/+1 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+44 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -44/+0 | |
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 1 | -0/+12 | |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 1 | -0/+2 | |
2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer | 1 | -13/+13 | |
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 4th set of files. R=rsc CC=golang-dev http://codereview.appspot.com/180049 | |||||
2009-11-17 | FreeBSD/i386 work | Devon H. O'Dell | 1 | -0/+30 | |
This patchset gets Go to pretty much the same state that FreeBSD/amd64 is in. R=rsc http://codereview.appspot.com/157055 Committer: Russ Cox <rsc@golang.org> |