- 09 Nov, 2009 6 commits
-
-
Russ Cox authored
R=r, iant CC=go-dev http://go/go-review/1025024
-
Ian Lance Taylor authored
These are all fairly trivial and may be ignored. R=r CC=go-dev http://go/go-review/1024025
-
Rob Pike authored
adjust an inconsistency in reflect/type.go's package comment R=rsc http://go/go-review/1026029
-
Robert Griesemer authored
- introduced a new run per file containing all spots belonging to the same kind (e.g. var decl, const decl, etc.) - more comments, better index.go file organization R=rsc http://go/go-review/1026028
-
Robert Griesemer authored
R=rsc http://go/go-review/1026027
-
Robert Griesemer authored
(this was surprisingly hard to get right in HTML) - show modification times in source directory listings - various tweaks R=rsc http://go/go-review/1024024
-
- 08 Nov, 2009 24 commits
-
-
Rob Pike authored
reflect is a little more detailed than some because it affords an opportunity to explain how to approach the library. R=gri, rsc CC=go-dev http://go/go-review/1026026
-
Robert Griesemer authored
R=r, rsc http://go/go-review/1025023
-
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 10 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
-