- 08 Nov, 2009 22 commits
-
-
Russ Cox authored
go tar ball or finds themselves staring at http://code.google.com/p/go/source/browse/, there is an obvious path back to golang.org R=r http://go/go-review/1026024
-
Russ Cox authored
source code browser on code.google.com (where LICENSE file is visible) R=r http://go/go-review/1024023
-
Russ Cox authored
the last attempt broke uploads of binary files like .png R=r http://go/go-review/1026025
-
Russ Cox authored
the most substantial are the wording around semicolons and around the channel manager nits. both were subtly incorrect. R=iant, r CC=go-dev http://go/go-review/1025018
-
Russ Cox authored
one real bug: *[]float -> *[3]float R=r http://go/go-review/1024016
-
Robert Griesemer authored
1st step of renaming dirList.html -> dirlist.html (OS X filenames are not capitalization-sensitive) R=rsc http://go/go-review/1024021
-
Robert Griesemer authored
step 2: adding renamed dirlist.html again R=rsc http://go/go-review/1024022
-
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 2 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
-