Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-06-19 | Imported Upstream version 1.3upstream/1.3 | Michael Stapelberg | 2 | -4/+2 | |
2013-12-03 | Imported Upstream version 1.2upstream/1.2 | Michael Stapelberg | 13 | -756/+4 | |
2013-05-14 | Imported Upstream version 1.1upstream/1.1 | Michael Stapelberg | 8 | -3811/+66 | |
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 8 | -68/+3904 | |
2012-06-14 | Imported Upstream version 1.0.2upstream/1.0.2 | Ondřej Surý | 3 | -3757/+0 | |
2012-05-02 | Imported Upstream version 1.0.1upstream/1.0.1 | Ondřej Surý | 1 | -2/+2 | |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 12 | -671/+1333 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 11 | -0/+3818 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 11 | -3836/+0 | |
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 1 | -7/+9 | |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 3 | -103/+104 | |
2011-05-04 | Imported Upstream version 57upstream/57 | Ondřej Surý | 1 | -13/+127 | |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 2 | -28/+161 | |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 2 | -27/+118 | |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 1 | -2/+7 | |
2011-02-18 | Imported Upstream version 2011.02.15upstream/2011.02.15 | Ondřej Surý | 2 | -28/+42 | |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 3 | -28/+185 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 7 | -1738/+1199 | |
2010-06-30 | codereview: allow multiple email addresses in CONTRIBUTORS | Russ Cox | 1 | -17/+33 | |
R=r CC=golang-dev http://codereview.appspot.com/1650041 | |||||
2010-06-30 | godoc: canonicalize codewalk paths | Andrew Gerrand | 1 | -1/+1 | |
R=rsc CC=golang-dev http://codereview.appspot.com/1729046 | |||||
2010-06-09 | codereview: avoid exception in match | Paolo Giarrusso | 1 | -1/+2 | |
R=rsc CC=golang-dev http://codereview.appspot.com/1585041 Committer: Russ Cox <rsc@golang.org> | |||||
2010-05-27 | golang.org: added Resources page, re-organized left hand panel. | Andrew Gerrand | 1 | -10/+15 | |
R=r CC=golang-dev http://codereview.appspot.com/1309045 | |||||
2010-05-24 | codereview: work better with mq | Peter Williams | 1 | -4/+14 | |
R=rsc CC=golang-dev http://codereview.appspot.com/1140043 Committer: Russ Cox <rsc@golang.org> | |||||
2010-04-26 | godoc: add codewalk support | Russ Cox | 2 | -0/+73 | |
R=adg, gri CC=golang-dev, r http://codereview.appspot.com/1008042 | |||||
2010-04-10 | codereview: Mention that deleting a CL is a use of 'hg change' in its header. | David Symonds | 1 | -2/+2 | |
R=rsc CC=golang-dev http://codereview.appspot.com/903043 Committer: Russ Cox <rsc@golang.org> | |||||
2010-03-30 | godoc: support for title and subtitle headers when serving .html docs | Robert Griesemer | 1 | -1/+8 | |
and use it to show version (date) of go spec Fixes issue 68. R=rsc CC=golang-dev, r http://codereview.appspot.com/848042 | |||||
2010-03-24 | godoc: show relative file names without leading '/' (per r's request) | Robert Griesemer | 4 | -19/+19 | |
- 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 | |||||
2010-03-19 | godoc: line numbers for all remote search results | Robert Griesemer | 1 | -1/+2 | |
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 | |||||
2010-03-19 | godoc: revert change 5089, per gri's instructions | Russ Cox | 1 | -4/+3 | |
R=gri CC=golang-dev http://codereview.appspot.com/630043 | |||||
2010-03-20 | website: add Go Blog widget to frontpage, | Andrew Gerrand | 1 | -2/+6 | |
add Blog and Wiki links to sideba R=r, rsc, gri CC=golang-dev http://codereview.appspot.com/611042 | |||||
2010-03-19 | godoc: proper file path conversion for remote search | Robert Griesemer | 1 | -3/+4 | |
R=rsc CC=golang-dev http://codereview.appspot.com/664041 | |||||
2010-03-19 | godoc: show (some) line numbers for remote search | Robert Griesemer | 2 | -2/+3 | |
- show build version - use build goroot when possible R=rsc CC=golang-dev http://codereview.appspot.com/656043 | |||||
2010-03-19 | godoc: implemented command-line search | Robert Griesemer | 1 | -0/+52 | |
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 | |||||
2010-03-16 | godoc: initial support for showing popup information | Robert Griesemer | 1 | -0/+23 | |
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 | |||||
2010-03-12 | godoc: support for multiple packages in a directory | Robert Griesemer | 2 | -0/+16 | |
- smartly select the "right" package - provide a list of other packages R=rsc CC=golang-dev http://codereview.appspot.com/466042 | |||||
2010-03-10 | godoc: provide mode which shows exported interface in "source form" | Robert Griesemer | 2 | -0/+8 | |
- 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 | |||||
2010-03-04 | First run at a Programming FAQ | Andrew Gerrand | 1 | -0/+1 | |
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 | |||||
2010-03-03 | codereview.py: fix for compatibility with hg >=1.4.3 | Andrew Gerrand | 1 | -1/+1 | |
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 | |||||
2010-02-19 | remove absolute paths from search results | Robert Griesemer | 1 | -2/+2 | |
R=adg CC=golang-dev http://codereview.appspot.com/216053 | |||||
2010-02-18 | godoc: path cleanups, fixed a race condition, initial support for a menu on ↵ | Robert Griesemer | 1 | -0/+7 | |
pages R=rsc CC=adg, golang-dev http://codereview.appspot.com/215050 | |||||
2010-02-16 | godoc support for directories outside $GOROOT | Robert Griesemer | 4 | -17/+16 | |
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 | |||||
2010-01-28 | codereview: make sure each mail has a reviewer | Russ Cox | 1 | -2/+10 | |
R=r CC=golang-dev http://codereview.appspot.com/196050 | |||||
2010-01-27 | codereview: correct handling of files created with hg cp | Russ Cox | 1 | -5/+2 | |
R=r CC=golang-dev http://codereview.appspot.com/194118 | |||||
2010-01-20 | codereview: accommodate recent change to ui.prompt | Russ Cox | 1 | -2/+11 | |
Fixes issue 525. R=r CC=golang-dev http://codereview.appspot.com/190044 | |||||
2010-01-13 | create doc/talks/. | Russ Cox | 1 | -1/+1 | |
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> | |||||
2010-01-13 | Distinguish between html generation and html quoting in godoc formatters. | Robert Griesemer | 4 | -13/+13 | |
Replacement for CL 184084; originally by Roger Peppe (rogpeppe@gmail.com). R=rsc CC=golang-dev, rog http://codereview.appspot.com/189059 | |||||
2010-01-13 | godoc: skip template wrapping for complete HTML files | Russ Cox | 1 | -1/+1 | |
demo at http://wreck:8080/doc/ click on go_talk-20100112.html R=gri CC=golang-dev http://codereview.appspot.com/186137 | |||||
2010-01-13 | codereview: split name list only on commas; some user names have spaces | Russ Cox | 2 | -15/+17 | |
R=r CC=golang-dev http://codereview.appspot.com/184069 | |||||
2010-01-09 | codereview: do not send mail when submitting for others | Russ Cox | 1 | -20/+20 | |
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 | |||||
2010-01-07 | add doc/devel/index.html, linked from nav bar | Russ Cox | 1 | -6/+3 | |
R=r CC=golang-dev http://codereview.appspot.com/181156 |