Age | Commit message (Collapse) | Author | Files | Lines |
|
adjust an inconsistency in reflect/type.go's package comment
R=rsc
http://go/go-review/1026029
|
|
- 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
|
|
R=rsc
http://go/go-review/1026027
|
|
(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
|
|
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
|
|
R=r, rsc
http://go/go-review/1025023
|
|
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
|
|
source code browser on code.google.com
(where LICENSE file is visible)
R=r
http://go/go-review/1024023
|
|
the last attempt broke uploads of binary files like .png
R=r
http://go/go-review/1026025
|
|
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
|
|
one real bug: *[]float -> *[3]float
R=r
http://go/go-review/1024016
|
|
1st step of renaming dirList.html -> dirlist.html
(OS X filenames are not capitalization-sensitive)
R=rsc
http://go/go-review/1024021
|
|
step 2: adding renamed dirlist.html again
R=rsc
http://go/go-review/1024022
|
|
instead of serving them raw
- path-related cleanups
R=rsc
http://go/go-review/1026021
|
|
R=rsc
CC=go-dev
http://go/go-review/1025022
|
|
R=r
http://go/go-review/1026023
|
|
- correct tabwidth argument for some tabwriter test cases
- catch negative tabwidth flag in gofmt w/o crashing
R=rsc
http://go/go-review/1026022
|
|
gccgo will be distributed under the same license as the rest
of the Go code.
R=r, rsc
http://go/go-review/1024019
|
|
- 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
|
|
- 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
|
|
R=rsc
http://go/go-review/1026020
|
|
R=r
http://go/go-review/1024018
|
|
R=r
http://go/go-review/1025019
|
|
R=r
CC=go-dev
http://go/go-review/1024014
|
|
R=r
CC=go-dev
http://go/go-review/1024015
|
|
avoid deprecation warning about os.popen3
R=r
http://go/go-review/1026018
|
|
R=r
http://go/go-review/1026019
|
|
an order we want people to read the docs.
R=r
CC=go-dev
http://go/go-review/1025017
|
|
R=r, rsc
http://go/go-review/1026011
Committer: Rob Pike <r@golang.org>
|
|
- 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
|
|
- 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
|
|
- 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
|
|
R=r
CC=go-dev
http://go/go-review/1026015
|
|
R=iant
http://go/go-review/1026016
|
|
R=rsc
CC=go-dev
http://go/go-review/1025013
|
|
R=rsc
CC=go-dev
http://go/go-review/1026014
Committer: Russ Cox <rsc@golang.org>
|
|
R=r
CC=vish
http://go/go-review/1026013
|
|
R=rsc
CC=go-dev
http://go/go-review/1025010
|
|
me. I had to use
"hg code-login".
R=r, rsc
http://go/go-review/1024012
Committer: Rob Pike <r@golang.org>
|
|
R=r, rsc
http://go/go-review/1026012
Committer: Rob Pike <r@golang.org>
|
|
R=r
http://go/go-review/1024013
|
|
R=rsc
http://go/go-review/1025011
|
|
on one line for a more compact representation of some composite Literals
R=rsc
http://go/go-review/1025008
|
|
- this CL is dependent on CL 1025008
R=r, rsc
http://go/go-review/1025009
|
|
R=r
http://go/go-review/1026010
|
|
R=rsc
CC=go-dev
http://go/go-review/1026009
|
|
gofmt -w misc
R=rsc
http://go/go-review/1025007
|
|
- 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
|
|
R=r
http://go/go-review/1026008
|
|
R=r, rsc
CC=go-dev
http://go/go-review/1025005
|