- 08 Nov, 2009 15 commits
-
-
Robert Griesemer authored
instead of serving them raw - path-related cleanups R=rsc http://go/go-review/1026021
-
Rob Pike authored
R=rsc CC=go-dev http://go/go-review/1025022
-
Russ Cox authored
R=r http://go/go-review/1026023
-
Robert Griesemer authored
- correct tabwidth argument for some tabwriter test cases - catch negative tabwidth flag in gofmt w/o crashing R=rsc http://go/go-review/1026022
-
Ian Lance Taylor authored
gccgo will be distributed under the same license as the rest of the Go code. R=r, rsc http://go/go-review/1024019
-
Rob Pike authored
- carriage return is white space - "" strings cannot span newlines - f(g()) is ok if g is multivalue and matches f's args R=rsc, gri CC=go-dev http://go/go-review/1024017
-
Robert Griesemer authored
- renamed listing.html -> dirList.html (there is a dirs.html already, it should probably have a better name, too) R=rsc http://go/go-review/1025020
-
Robert Griesemer authored
R=rsc http://go/go-review/1026020
-
Russ Cox authored
R=r http://go/go-review/1024018
-
Russ Cox authored
R=r http://go/go-review/1025019
-
Russ Cox authored
R=r CC=go-dev http://go/go-review/1024014
-
Russ Cox authored
R=r CC=go-dev http://go/go-review/1024015
-
Russ Cox authored
avoid deprecation warning about os.popen3 R=r http://go/go-review/1026018
-
Russ Cox authored
R=r http://go/go-review/1026019
-
Russ Cox authored
an order we want people to read the docs. R=r CC=go-dev http://go/go-review/1025017
-
- 07 Nov, 2009 16 commits
-
-
Vish Subramanian authored
R=r, rsc http://go/go-review/1026011
-
Robert Griesemer authored
- formatting in dirs.html is crude, needs better html (open to suggestions), but shows the synopsis - many package comments should probably be adjusted such that the first sentence is more concise R=rsc, iant http://go/go-review/1025014
-
Robert Griesemer authored
- blank padding around composite literal contents for a less dense look (most if not all composite literals were written in that style before gofmt ran through them) - corresponding (internal) flag: compositeLitBlank - don't print a semi after a one-statement statement list (as preferred by r) - corresponding (internal flag): fewerSemis - the number of changes in nodes.go is huge because of the removed semis; hg mail requires that I gofmt the file before With both flags set to false, this CL causes no gofmt formatting change. We can turn them on if we like it (and then remove the flags). Will submit with flags disabled. R=rsc, r http://go/go-review/1025015
-
Ian Lance Taylor authored
- Emacs backup files. - *.orig files left by hg merge conflicts. - core files. - generated enam.c files. - runtime.acid now has an architecture. R=rsc http://go/go-review/1026017
-
-
Rob Pike authored
R=iant http://go/go-review/1026016
-
Rob Pike authored
R=rsc CC=go-dev http://go/go-review/1025013
-
David Symonds authored
R=rsc CC=go-dev http://go/go-review/1026014
-
Russ Cox authored
R=r CC=vish http://go/go-review/1026013
-
Rob Pike authored
R=rsc CC=go-dev http://go/go-review/1025010
-
Vish Subramanian authored
"hg code-login". R=r, rsc http://go/go-review/1024012
-
Vish Subramanian authored
R=r, rsc http://go/go-review/1026012
-
Russ Cox authored
R=r http://go/go-review/1024013
-
Ken Thompson authored
R=rsc http://go/go-review/1025011
-
Robert Griesemer authored
on one line for a more compact representation of some composite Literals R=rsc http://go/go-review/1025008
-
Robert Griesemer authored
- this CL is dependent on CL 1025008 R=r, rsc http://go/go-review/1025009
-
- 06 Nov, 2009 9 commits
-
-
Kai Backman authored
R=r http://go/go-review/1026010
-
Ian Lance Taylor authored
R=rsc CC=go-dev http://go/go-review/1026009
-
Robert Griesemer authored
gofmt -w misc R=rsc http://go/go-review/1025007
-
Robert Griesemer authored
- enabled for function declarations (not just function literals) - applied gofmt -w $GOROOT/src (look for instance at src/pkg/debug/elf/elf.go) R=r, rsc CC=go-dev http://go/go-review/1026006
-
Ian Lance Taylor authored
R=r http://go/go-review/1026008
-
Ian Lance Taylor authored
R=r, rsc CC=go-dev http://go/go-review/1025005
-
Robert Griesemer authored
R=r http://go/go-review/1026007
-
Kai Backman authored
R=rsc http://go/go-review/1025006
-
Kai Backman authored
R=rsc http://go/go-review/1024011
-