Age | Commit message (Collapse) | Author | Files | Lines |
|
except chameneosredux which i know is being edited
require gofmt for test/bench
R=r
http://codereview.appspot.com/157110
|
|
what a terrible way to implement strings
R=r
http://codereview.appspot.com/156116
|
|
R=r
http://codereview.appspot.com/157102
|
|
R=r
http://codereview.appspot.com/156062
|
|
R=r
http://codereview.appspot.com/157053
|
|
R=rsc
http://codereview.appspot.com/157043
|
|
R=r
http://codereview.appspot.com/157041
|
|
of limited utility but good for creating the metadata
for an AUTHORS/CONTRIBUTORS change even if
the patch doesn't apply cleanly.
R=r
http://codereview.appspot.com/154140
|
|
R=rsc
http://codereview.appspot.com/155079
Committer: Russ Cox <rsc@golang.org>
|
|
to generated pages even if Javascript has not introduced them yet.
R=rsc
http://codereview.appspot.com/154167
|
|
R=agl1
http://codereview.appspot.com/152114
|
|
R=r
http://codereview.prom.corp.google.com/1024050
|
|
R=r
http://codereview.prom.corp.google.com/1026040
|
|
R=r
http://go/go-review/1024049
|
|
R=r
http://go/go-review/1024048
|
|
and doc/contribute.html.
add #go-nuts to help section on nav bar.
R=r
http://go/go-review/1025035
|
|
- matches style of source file directory listing
R=rsc
http://go/go-review/1024044
|
|
- consistently remove all underbars from links
- this removes need for noline style
- removed unused info style
R=r, rsc
http://go/go-review/1025032
|
|
R=rsc
http://go/go-review/1024036
|
|
R=rsc, agl
http://go/go-review/1024032
|
|
- 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
|
|
create CL first, even if gofmt is needed
or no reviewers listed.
R=r
http://go/go-review/1025025
|
|
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
|
|
(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
|
|
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
|
|
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
|
|
- 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
|
|
avoid deprecation warning about os.popen3
R=r
http://go/go-review/1026018
|
|
an order we want people to read the docs.
R=r
CC=go-dev
http://go/go-review/1025017
|
|
- 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=r
CC=go-dev
http://go/go-review/1026015
|
|
R=r
CC=vish
http://go/go-review/1026013
|
|
R=r
http://go/go-review/1024013
|
|
try harder to post messages to rietveld.
R=gri, r
CC=go-dev
http://go/go-review/1024006
|
|
TBR=r
http://go/go-review/1026001
|
|
* clpatch
* download
* submit, on behalf of clpatch
stir hgpatch to fix a few bugs
R=r
CC=go-dev
http://go/go-review/1016051
|
|
R=rsc
CC=go-dev
http://go/go-review/1017054
|
|
R=r, rsc
CC=go-dev
http://go/go-review/1017051
|
|
don't apply gofmt to non-go files during upload check.
R=r
http://go/go-review/1016048
|
|
add check before Upload, for now disabled by default,
that files do not change when run through gofmt.
enable by adding
[codereview]
force_gofmt = True
to .hgrc or .hg/hgrc.
add doc strings for a few more commands.
rename codereview-login to code-login
to make module doc visible.
R=r
CC=gri
http://go/go-review/1018056
|
|
after sync (or sync --local), clean up repository:
* look for and close CLs submitted on our behalf
* remove unmodified files from CLs
* warn about empty CLs
R=r
http://go/go-review/1017029
|
|
R=rsc
http://go/go-review/1018037
|
|
main one is to check at submit time that
user name being used in checkin message
is listed in the CONTRIBUTORS file.
this should catch misconfigurations.
another is to cut the @domain part
from the R= and CC= lines on checkin
messages, so that cc'ing someone on
a change does not mean their email
address is recorded for all time.
R=r
CC=go-dev
http://go/go-review/1016036
|
|
(root.html is just temporary. It'll need some better content.)
R=r
CC=go-dev
http://go/go-review/1017019
|
|
- made package tree handler generic so it can work on any fs tree
- cleanups along the way
R=rsc
CC=r
http://go/go-review/1017020
|