Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/1650041
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/1729046
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/1585041
Committer: Russ Cox <rsc@golang.org>
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/1309045
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/1140043
Committer: Russ Cox <rsc@golang.org>
|
|
R=adg, gri
CC=golang-dev, r
http://codereview.appspot.com/1008042
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/903043
Committer: Russ Cox <rsc@golang.org>
|
|
and use it to show version (date) of go spec
Fixes issue 68.
R=rsc
CC=golang-dev, r
http://codereview.appspot.com/848042
|
|
- change the various url-xxx formatters to return a relative URL path
- make the leading '/' for URLs explicit in the template
- on the way change some |html formatters to |html-esc
(html should only be used for formatting AST nodes)
R=rsc, r
CC=golang-dev
http://codereview.appspot.com/740041
|
|
Instead of returning the index lookup result via
RPC which has to be corrected for the client,
simply render it on the server and return the
final output.
R=rsc, r
CC=golang-dev
http://codereview.appspot.com/669041
|
|
R=gri
CC=golang-dev
http://codereview.appspot.com/630043
|
|
add Blog and Wiki links to sideba
R=r, rsc, gri
CC=golang-dev
http://codereview.appspot.com/611042
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/664041
|
|
- show build version
- use build goroot when possible
R=rsc
CC=golang-dev
http://codereview.appspot.com/656043
|
|
The command-line search is using a running webserver
as index server; i.e., the search result is reflecting
the index at the server. See the documentation for
details.
Usage: godoc -q query1 query2 ...
Known issue: Results don't show the all-important
line numbers yet due to the way the index is organized.
Next CL.
R=rsc, r
CC=golang-dev
http://codereview.appspot.com/648041
|
|
for identifiers in Go source code
- at the moment just show identifier kind (var, func, etc.) and name
(eventually should show declaration, type, etc.)
- JavaScript parts by adg
R=rsc
CC=adg, golang-dev
http://codereview.appspot.com/578042
|
|
- smartly select the "right" package
- provide a list of other packages
R=rsc
CC=golang-dev
http://codereview.appspot.com/466042
|
|
- on the commandline: godoc -x big
- in a webpage: provide form parameter ?m=src
Known issues:
- Positioning of comments incorrect in several cases. Separate CL.
- Need a link/menu to switch between different modes of presentation
in the web view.
R=rsc
CC=golang-dev
http://codereview.appspot.com/376041
|
|
Moved a couple of FAQs from the main FAQ, and added some others
R=r, rsc, iant, gri
CC=golang-dev
http://codereview.appspot.com/218070
|
|
hg.parseurl now returns a two-value tuple; codereview.py expected 3.
Changed to merely take the first return value.
R=rsc, iant
CC=golang-dev
http://codereview.appspot.com/223087
|
|
R=adg
CC=golang-dev
http://codereview.appspot.com/216053
|
|
pages
R=rsc
CC=adg, golang-dev
http://codereview.appspot.com/215050
|
|
Example use: godoc -path=/home/user1:/home/build/foo -http=:6666
will start a local godoc that maps urls starting with /pkg/user1 or
/pkg/foo to the respective roots specified in the path.
Missing: Handling of overlapping package directories, multiple
packages per directory.
R=rsc
CC=golang-dev
http://codereview.appspot.com/206078
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/196050
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/194118
|
|
Fixes issue 525.
R=r
CC=golang-dev
http://codereview.appspot.com/190044
|
|
move talk-20091030 down.
add talk given at Stanford 2010/01/12.
add doc/go-logo-white.png.
R=r
CC=golang-dev
http://codereview.appspot.com/186132
Committer: Russ Cox <rsc@golang.org>
|
|
Replacement for CL 184084; originally by Roger Peppe (rogpeppe@gmail.com).
R=rsc
CC=golang-dev, rog
http://codereview.appspot.com/189059
|
|
demo at http://wreck:8080/doc/
click on go_talk-20100112.html
R=gri
CC=golang-dev
http://codereview.appspot.com/186137
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/184069
|
|
rename original_author to copied_from so that it reads
better when used as a condition.
R=r
CC=golang-dev
http://codereview.appspot.com/185045
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/181156
|
|
also send out hg mail for TBR submits
R=r
CC=golang-dev
http://codereview.appspot.com/183137
|
|
automatically in "hg mail".
also, avoid "empty list means all modified files in client" bug
R=gri, cw
CC=golang-dev
http://codereview.appspot.com/174072
|
|
R=rsc
http://codereview.appspot.com/164049
Committer: Russ Cox <rsc@golang.org>
|
|
R=r
http://codereview.appspot.com/170042
|
|
R=r
http://codereview.appspot.com/164083
|
|
so that the issue stops showing up on the
per-reviewer dashboard page.
R=r
http://codereview.appspot.com/164075
|
|
on my linux machine this is the correct one. lxml.etree
exists with an ElementTree class, but does not contain
an .XML method.
R=rsc
http://codereview.appspot.com/163082
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/164053
Committer: Russ Cox <rsc@golang.org>
|
|
- simplified dealing with parse errors: no need to intersperse them in the source
- improve visibility of highlighted identifiers by showing them in bold
R=rsc
http://codereview.appspot.com/163051
|
|
R=rsc
http://codereview.appspot.com/157159
Committer: Russ Cox <rsc@golang.org>
|
|
between hg clpatch and hg submit.
R=r
http://codereview.appspot.com/162059
|