- 10 Nov, 2009 8 commits
-
-
Robert Griesemer authored
rsc's algorithm - applied gofmt -w misc src - partial CL (last chunk) R=rsc, r http://go/go-review/1024041
-
Robert Griesemer authored
rsc's algorithm - applied gofmt -w misc src - partial CL (remaining files in other CLs) R=rsc, r http://go/go-review/1026036
-
Robert Griesemer authored
rsc's algorithm - applied gofmt -w misc src - partial CL (remaining files in other CLs) R=rsc, r http://go/go-review/1024040
-
Rob Pike authored
R=rsc CC=go-dev http://go/go-review/1026035
-
Russ Cox authored
didn't match the composite literal initialization. R=r CC=kaib http://go/go-review/1024039
-
Russ Cox authored
R=r http://go/go-review/1025033
-
Robert Griesemer authored
- consistently remove all underbars from links - this removes need for noline style - removed unused info style R=r, rsc http://go/go-review/1025032
-
Rob Pike authored
R=rsc CC=go-dev http://go/go-review/1024037
-
- 09 Nov, 2009 28 commits
-
-
Russ Cox authored
update comment. R=ken http://go/go-review/1025031
-
Robert Griesemer authored
R=rsc http://go/go-review/1024036
-
Robert Griesemer authored
fix typo that prevented function bodies from being indexed (ouch!) R=rsc http://go/go-review/1024035
-
Robert Griesemer authored
(issue found by ken) R=go-dev, rsc http://go/go-review/1025030
-
Robert Griesemer authored
R=rsc, r http://go/go-review/1025029
-
Russ Cox authored
so that first sentence is better for cmd page. live at http://r45:3456/cmd/ R=gri, r http://go/go-review/1024034
-
Robert Griesemer authored
(and to match the style of declContext) R=rsc http://go/go-review/1024033
-
Robert Griesemer authored
R=rsc, agl http://go/go-review/1024032
-
Rob Pike authored
R=rsc CC=go-dev http://go/go-review/1025028
-
Robert Griesemer authored
a node fits on one line: - for purposes of measuring the node size in text, don't generate html or use a styler that could generate html as it will lead to overly large sizes A consequence of this bug is that source code displayed with godoc may show functions that fit on one line in the source on multiple lines. This change causes no difference to the gofmt formatting of any files in src or misc. R=rsc http://go/go-review/1026034
-
Robert Griesemer authored
- minor related cleanups R=rsc http://go/go-review/1025026
-
Russ Cox authored
since most people won't get to the second one. R=r http://go/go-review/1024031
-
Russ Cox authored
(fits better in the color scheme). eliminate background color on line numbers at bottom of search results, now that they are grouped. live at http://r45:3456/search?q=Reader R=r, gri http://go/go-review/1024030
-
Robert Griesemer authored
- When providing alternative spellings to a query, do not prefix it with a package qualifier as the suggestion may not have any results. Correctly filtering is quite a bit of work, and clicking the alternative spelling will always also show the qualified hits if they exist (but also others). Seems good enough for now. - Give user feedback when the query syntax was wrong. - Package names in search results are now links to the respective package documentation. - Experimented with excluding main packages and test files from index with inconclusive results. Code is present and can be enabled by changing a flag in the source. This needs some more work. R=rsc CC=r, dsymonds http://go/go-review/1026033
-
Russ Cox authored
R=ken http://go/go-review/1026032
-
Russ Cox authored
create CL first, even if gofmt is needed or no reviewers listed. R=r http://go/go-review/1025025
-
Russ Cox authored
tighter nav list. R=r http://go/go-review/1024029
-
Rob Pike authored
R=rsc CC=go-dev http://go/go-review/1026031
-
Rob Pike authored
delete the unnecessary "Programming in Go. Watch Now" from the right box. center the video picture in the right box. R=rsc CC=go-dev http://go/go-review/1025027
-
Rob Pike authored
address one in rpc/client.go R=rsc CC=go-dev http://go/go-review/1026030
-
Robert Griesemer authored
- don't forget first periods - look at capitalization of last char before periods R=rsc http://go/go-review/1024027
-
Russ Cox authored
HTML vs Html, URL vs Url, HTTP vs Http, current source is 6:1 in favor of the former, so change instances of the latter. R=r CC=go-dev http://go/go-review/1024026
-
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 4 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
-