Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
- removed some underbars in section headings for better looks
- various minor tweaks
R=rsc
http://go/go-review/1018026
|
|
characters, so trim the line pulled out of the description to avoid the limit.
R=r
http://go/go-review/1016027
|
|
just a single directory
- all pieces present but not well integrated
- directory tree served at the moment under /tree
R=rsc
http://go/go-review/1018016
|
|
R=r
http://go/go-review/1016021
|
|
* clean up error handling: show Exception info
* white space fixes
* clean up output when creating CL
* simplify hg change command; add hg file
* fix stale cookie bug (thanks iant)
* in LoadAllCL, load each CL in a different thread,
to parallelize the slow web fetches
* throw away support for Mercurial before version 1.3
* add @CL-number file pattern for commands like diff
* make hg sync show files being sync'ed
R=r
http://go/go-review/1016016
|
|
- replaced deprecated use of </font> with </span> tag
- added html escaping to godoc formatters where missing
- enabled text format for package documentation
R=rsc
http://go/go-review/1017001
|
|
R=rsc
http://go/go-review/1013019
|
|
- sort by package name (instead of package path) for results with snippets
- sort line numbers in results without snippets
- properly characterize package clauses
- experiment with a leaner look: no underlines for top-level godoc links in the left side bar
Still using colors to distinguish results. Next step.
R=rsc
http://go/go-review/1015016
|
|
- added goroutine to automatically index in the background
- added handler for search requests
- added search box to top-level godoc template
- added search.html template for the display of search results
- changes to spec.go because of name conflicts
- added extra styles to style.css (for shorter .html files)
R=rsc
http://go/go-review/1014011
|
|
R=r
CC=go-dev
http://go/go-review/1012007
|
|
R=r
http://go/go-review/1013007
|