summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2010-06-30codereview: allow multiple email addresses in CONTRIBUTORSRuss Cox1-17/+33
2010-06-30godoc: canonicalize codewalk pathsAndrew Gerrand1-1/+1
2010-06-09codereview: avoid exception in matchPaolo Giarrusso1-1/+2
2010-05-27golang.org: added Resources page, re-organized left hand panel.Andrew Gerrand1-10/+15
2010-05-24codereview: work better with mqPeter Williams1-4/+14
2010-04-26godoc: add codewalk supportRuss Cox2-0/+73
2010-04-10codereview: Mention that deleting a CL is a use of 'hg change' in its header.David Symonds1-2/+2
2010-03-30godoc: support for title and subtitle headers when serving .html docsRobert Griesemer1-1/+8
2010-03-24godoc: show relative file names without leading '/' (per r's request)Robert Griesemer4-19/+19
2010-03-19godoc: line numbers for all remote search resultsRobert Griesemer1-1/+2
2010-03-19godoc: revert change 5089, per gri's instructionsRuss Cox1-4/+3
2010-03-20website: add Go Blog widget to frontpage,Andrew Gerrand1-2/+6
2010-03-19godoc: proper file path conversion for remote searchRobert Griesemer1-3/+4
2010-03-19godoc: show (some) line numbers for remote searchRobert Griesemer2-2/+3
2010-03-19godoc: implemented command-line searchRobert Griesemer1-0/+52
2010-03-16godoc: initial support for showing popup informationRobert Griesemer1-0/+23
2010-03-12godoc: support for multiple packages in a directoryRobert Griesemer2-0/+16
2010-03-10godoc: provide mode which shows exported interface in "source form"Robert Griesemer2-0/+8
2010-03-04First run at a Programming FAQAndrew Gerrand1-0/+1
2010-03-03codereview.py: fix for compatibility with hg >=1.4.3Andrew Gerrand1-1/+1
2010-02-19remove absolute paths from search resultsRobert Griesemer1-2/+2
2010-02-18godoc: path cleanups, fixed a race condition, initial support for a menu on p...Robert Griesemer1-0/+7
2010-02-16godoc support for directories outside $GOROOTRobert Griesemer4-17/+16
2010-01-28codereview: make sure each mail has a reviewerRuss Cox1-2/+10
2010-01-27codereview: correct handling of files created with hg cpRuss Cox1-5/+2
2010-01-20codereview: accommodate recent change to ui.promptRuss Cox1-2/+11
2010-01-13create doc/talks/.Russ Cox1-1/+1
2010-01-13Distinguish between html generation and html quoting in godoc formatters.Robert Griesemer4-13/+13
2010-01-13godoc: skip template wrapping for complete HTML filesRuss Cox1-1/+1
2010-01-13codereview: split name list only on commas; some user names have spacesRuss Cox2-15/+17
2010-01-09codereview: do not send mail when submitting for othersRuss Cox1-20/+20
2010-01-07add doc/devel/index.html, linked from nav barRuss Cox1-6/+3
2010-01-07codereview: repeated hg mail sends "PTAL"Russ Cox1-9/+29
2009-12-15codereview: add golang-dev@googlegroups.comRuss Cox1-40/+33
2009-12-13Ported godefs to Windows.Hector Chu1-0/+2
2009-12-09doc: split contribute.html into code.html and contribute.htmlRuss Cox1-0/+1
2009-12-03codereview: do not gofmt deleted filesRuss Cox1-0/+1
2009-12-02codereview: move reviewers to cc line after submit,Russ Cox1-11/+18
2009-12-02 lxml.etree is the wrong location for this alt packageDevon H. O'Dell1-1/+1
2009-12-02xml.etree can also be lxml.etree (e.g. CentOS 5.4 with Python 2.4.3)Devon H. O'Dell1-1/+4
2009-12-01some godoc cleanup:Robert Griesemer2-10/+7
2009-11-30Ports of lib9, libbio and libmach to Windows.Hector Chu1-1/+1
2009-11-30codereview: allow editing of local CL descriptionRuss Cox1-1/+8
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w test/benchRuss Cox1-1/+2
2009-11-20codereview: handle UTF-8 in message descriptionsRuss Cox1-1/+1
2009-11-20codereview: make hg sync work with Mercurial 1.4Russ Cox1-10/+21
2009-11-17codereview: more attempts at robustness in the face of unexpected exceptionsRuss Cox1-36/+39
2009-11-17codereview: handle spaces and other unexpected chars in nicknamesRuss Cox1-1/+3
2009-11-17case insensitive matching in CONTRIBUTORS fileRob Pike1-1/+1
2009-11-17codereview: discard \r characters (sigh)Russ Cox1-0/+2