Age | Commit message (Collapse) | Author | Files | Lines |
|
R=r
http://codereview.appspot.com/152085
|
|
Fixes issue 29.
R=r
http://codereview.appspot.com/152076
|
|
R=r
http://codereview.appspot.com/154067
|
|
Fixes issue 67.
R=r
http://codereview.appspot.com/154068
|
|
1. allocate an extra byte for use by write.
2. throw away the code trying to translate
uid and gid to names. i suspect it of causing
seg faults in some situations, and it is
not needed by the compilers.
Fixes issue 48. (I hope.)
R=r
http://codereview.appspot.com/152077
|
|
Fixes issue 50.
R=r
http://codereview.appspot.com/154064
|
|
Fixes issue 31.
To try the fix before the next release:
hg pull -u
R=r1, r
http://codereview.appspot.com/154058
|
|
Fixes issue 40.
R=rsc, r1
CC=golang-dev
http://codereview.appspot.com/154057
|
|
Fixes issue 7.
R=r
CC=golang-dev
http://codereview.appspot.com/154043
|
|
rsc's algorithm
- applied gofmt -w misc src
- partial CL (remaining files in other CLs)
R=rsc, r
http://go/go-review/1024040
|
|
update comment.
R=ken
http://go/go-review/1025031
|
|
fix typo that prevented function bodies from being indexed (ouch!)
R=rsc
http://go/go-review/1024035
|
|
R=rsc, r
http://go/go-review/1025029
|
|
so that first sentence is better for cmd page.
live at http://r45:3456/cmd/
R=gri, r
http://go/go-review/1024034
|
|
- minor related cleanups
R=rsc
http://go/go-review/1025026
|
|
- 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
|
|
R=ken
http://go/go-review/1026032
|
|
- don't forget first periods
- look at capitalization of last char before periods
R=rsc
http://go/go-review/1024027
|
|
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
|
|
R=r, iant
CC=go-dev
http://go/go-review/1025024
|
|
- 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
|
|
1st step of renaming dirList.html -> dirlist.html
(OS X filenames are not capitalization-sensitive)
R=rsc
http://go/go-review/1024021
|
|
instead of serving them raw
- path-related cleanups
R=rsc
http://go/go-review/1026021
|
|
- correct tabwidth argument for some tabwriter test cases
- catch negative tabwidth flag in gofmt w/o crashing
R=rsc
http://go/go-review/1026022
|
|
- 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
|
|
- 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
|
|
R=rsc
http://go/go-review/1025011
|
|
- 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/1026007
|
|
R=rsc
http://go/go-review/1025006
|
|
R=rsc
http://go/go-review/1024011
|
|
usage to EABI.
go/test: passes 85% (296/347) on random android phone.
R=rsc
http://go/go-review/1024003
|
|
(with this change: gofmt -l src/cmd/ | wc
is 0 0 0)
R=ken, rsc
http://go/go-review/1024005
|
|
R=rsc
http://go/go-review/1024004
|
|
R=rsc
http://go/go-review/1020001
|
|
R=r
http://go/go-review/1020002
|
|
* clpatch
* download
* submit, on behalf of clpatch
stir hgpatch to fix a few bugs
R=r
CC=go-dev
http://go/go-review/1016051
|
|
in previous change
R=rsc
http://go/go-review/1017052
|
|
R=rsc
http://go/go-review/1016050
|
|
R=r
http://go/go-review/1018059
|
|
hopefully no change
R=rsc
http://go/go-review/1017035
|
|
R=r
http://go/go-review/1016039
|
|
R=rsc
http://go/go-review/1017028
|
|
R=rsc
http://go/go-review/1018036
|
|
R=rsc
http://go/go-review/1018039
|
|
R=rsc
CC=go-dev
http://go/go-review/1017026
|
|
R=rsc
CC=go-dev
http://go/go-review/1018034
|