Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-15 | Imported Upstream version 1.4upstream/1.4 | Tianon Gravi | 1 | -53/+0 | |
2013-12-03 | Imported Upstream version 1.2upstream/1.2 | Michael Stapelberg | 1 | -0/+2 | |
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 1 | -2/+1 | |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -2/+4 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+50 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -50/+0 | |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 1 | -1/+1 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -0/+5 | |
2010-04-29 | net: use short variable declaration | Christopher Wedgwood | 1 | -2/+1 | |
R=rsc CC=golang-dev http://codereview.appspot.com/1019043 Committer: Russ Cox <rsc@golang.org> | |||||
2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer | 1 | -14/+14 | |
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 3rd set of files. R=rsc CC=golang-dev http://codereview.appspot.com/180048 | |||||
2009-11-09 | - replaced gofmt expression formatting algorithm with | Robert Griesemer | 1 | -1/+1 | |
rsc's algorithm - applied gofmt -w misc src - partial CL (last chunk) R=rsc, r http://go/go-review/1024041 | |||||
2009-11-09 | remove semis after statements in one-statement statement lists | Robert Griesemer | 1 | -5/+5 | |
R=rsc, r http://go/go-review/1025029 | |||||
2009-11-04 | gofmt-ify net | Robert Griesemer | 1 | -3/+3 | |
R=rsc http://go/go-review/1017045 | |||||
2009-08-27 | remove Line in bufio.ReadLine(Bytes|Slice|String) | Russ Cox | 1 | -1/+4 | |
also drop bool arg from ReadString R=r DELTA=45 (13 added, 1 deleted, 31 changed) OCL=33923 CL=33960 | |||||
2009-08-12 | convert non-low-level non-google pkg code | Russ Cox | 1 | -1/+0 | |
to whole-package compilation. R=r OCL=33070 CL=33101 | |||||
2009-06-09 | mv src/lib to src/pkg | Rob Pike | 1 | -0/+44 | |
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102 |