- 09 Nov, 2009 18 commits
-
-
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 22 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
-