summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-11-10default to codereview.appspot.comRuss Cox1-6/+1
R=r http://codereview.prom.corp.google.com/1026040
2009-11-10spell it with an "e"Ken Thompson1-0/+1
R=rsc http://go/go-review/1025037
2009-11-10video is coming soonRuss Cox1-1/+1
R=r http://go/go-review/1024049
2009-11-10delete old release tagRuss Cox0-0/+0
2009-11-10tag for public releaseRuss Cox0-0/+0
2009-11-10update video linksRuss Cox2-2/+2
R=r http://go/go-review/1024048
2009-11-10minor adjustments to package comments for better synopsis.Robert Griesemer4-7/+8
R=rsc CC=r http://go/go-review/1026038
2009-11-10correct mailing list URLRuss Cox1-1/+1
R=r http://go/go-review/1024047
2009-11-10remove internal references from doc/install.htmlRuss Cox3-7/+3
and doc/contribute.html. add #go-nuts to help section on nav bar. R=r http://go/go-review/1025035
2009-11-10make regexp comment not a package commentRuss Cox1-0/+1
R=r http://go/go-review/1025036
2009-11-10allow user agent to mention Go.Russ Cox1-2/+1
R=r http://go/go-review/1024046
2009-11-10Minor tweaks.Ian Lance Taylor1-10/+13
The text changes are trivial and may be ignored, but there are two code corrections. R=r, rsc CC=go-dev http://go/go-review/1024045
2009-11-09make the titles of the FAQs match their links; adds clarity too. requested ↵Rob Pike2-2/+2
by rsc. R=rsc CC=go-dev http://go/go-review/1025034
2009-11-09- add .. link to package directory listing, for easy traversalRobert Griesemer1-0/+3
- matches style of source file directory listing R=rsc http://go/go-review/1024044
2009-11-09in addition to bison, need to have gcc and c libraries installed.Russ Cox1-4/+5
R=r http://go/go-review/1024043
2009-11-09drop output from nilptr tests;Russ Cox13-70/+26
too hard to make it the same everywhere. still checking for non-zero exit status though. disable core files while running tests R=r http://go/go-review/1026037
2009-11-09- minor cleanupsRobert Griesemer2-20/+19
- better debugging support - gofmt -l src misc | wc -l is 0 R=rsc http://go/go-review/1024042
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer121-750/+750
rsc's algorithm - applied gofmt -w misc src - partial CL (last chunk) R=rsc, r http://go/go-review/1024041
2009-11-09 - replaced gofmt expression formatting algorithm withRobert Griesemer124-1060/+1357
rsc's algorithm - applied gofmt -w misc src - partial CL (remaining files in other CLs) R=rsc, r http://go/go-review/1026036
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer33-364/+364
rsc's algorithm - applied gofmt -w misc src - partial CL (remaining files in other CLs) R=rsc, r http://go/go-review/1024040
2009-11-09add a q&a about google's internal use of goRob Pike1-0/+14
R=rsc CC=go-dev http://go/go-review/1026035
2009-11-09noted by kaib: explicit assignment initializationRuss Cox1-1/+0
didn't match the composite literal initialization. R=r CC=kaib http://go/go-review/1024039
2009-11-09add id tags to contribute.htmlRuss Cox1-5/+5
R=r http://go/go-review/1025033
2009-11-09cleanup style:Robert Griesemer5-36/+32
- consistently remove all underbars from links - this removes need for noline style - removed unused info style R=r, rsc http://go/go-review/1025032
2009-11-09comment out red TODO clauses except for the last oneRob Pike1-2/+13
R=rsc CC=go-dev http://go/go-review/1024037
2009-11-09error rewording suggested by robert.Russ Cox1-8/+3
update comment. R=ken http://go/go-review/1025031
2009-11-09make search box ever so slightly widerRobert Griesemer1-1/+1
R=rsc http://go/go-review/1024036
2009-11-09TBR:Robert Griesemer1-1/+1
fix typo that prevented function bodies from being indexed (ouch!) R=rsc http://go/go-review/1024035
2009-11-09fix for incorrect composite literal grammarRobert Griesemer1-1/+2
(issue found by ken) R=go-dev, rsc http://go/go-review/1025030
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer408-7859/+7859
R=rsc, r http://go/go-review/1025029
2009-11-09tweak documentation of commandsRuss Cox23-34/+33
so that first sentence is better for cmd page. live at http://r45:3456/cmd/ R=gri, r http://go/go-review/1024034
2009-11-09- rename Context to exprContext to remove it from public interfaceRobert Griesemer1-4/+4
(and to match the style of declContext) R=rsc http://go/go-review/1024033
2009-11-09make search box width dynamically sizedRobert Griesemer1-1/+1
R=rsc, agl http://go/go-review/1024032
2009-11-09delete commented-out section; details now covered elsewhereRob Pike1-27/+0
R=rsc CC=go-dev http://go/go-review/1025028
2009-11-09fix for nodeSize computation, used to determine ifRobert Griesemer1-1/+5
a node fits on one line: - for purposes of measuring the node size in text, don't generate html or use a styler that could generate html as it will lead to overly large sizes A consequence of this bug is that source code displayed with godoc may show functions that fit on one line in the source on multiple lines. This change causes no difference to the gofmt formatting of any files in src or misc. R=rsc http://go/go-review/1026034
2009-11-08- exit godoc w/o crashing if negative tabwidth is providedRobert Griesemer1-10/+9
- minor related cleanups R=rsc http://go/go-review/1025026
2009-11-08copy help section to install doc,Russ Cox2-1/+25
since most people won't get to the second one. R=r http://go/go-review/1024031
2009-11-08change highlight color from green to yellowRuss Cox1-2/+1
(fits better in the color scheme). eliminate background color on line numbers at bottom of search results, now that they are grouped. live at http://r45:3456/search?q=Reader R=r, gri http://go/go-review/1024030
2009-11-08Addressing issue brought up by dsymonds:Robert Griesemer3-20/+49
- 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
2009-11-08bug212, bug213.Russ Cox7-18/+28
R=ken http://go/go-review/1026032
2009-11-08make hg mail more forgiving:Russ Cox1-2/+7
create CL first, even if gofmt is needed or no reviewers listed. R=r http://go/go-review/1025025
2009-11-08mention license in install.html.Russ Cox2-8/+16
tighter nav list. R=r http://go/go-review/1024029
2009-11-08link the course slides from early in the tutorialRob Pike2-0/+8
R=rsc CC=go-dev http://go/go-review/1026031
2009-11-08make "Go for it" link to install.html.Rob Pike1-8/+3
delete the unnecessary "Programming in Go. Watch Now" from the right box. center the video picture in the right box. R=rsc CC=go-dev http://go/go-review/1025027
2009-11-08delete a pointless todo in all_test.go.Rob Pike2-5/+9
address one in rpc/client.go R=rsc CC=go-dev http://go/go-review/1026030
2009-11-08improved sentence extraction:Robert Griesemer1-10/+28
- don't forget first periods - look at capitalization of last char before periods R=rsc http://go/go-review/1024027
2009-11-08a nagging inconsistency: capitalization ofRuss Cox13-97/+97
HTML vs Html, URL vs Url, HTTP vs Http, current source is 6:1 in favor of the former, so change instances of the latter. R=r CC=go-dev http://go/go-review/1024026
2009-11-08assorted cleanupRuss Cox10-54/+56
R=r, iant CC=go-dev http://go/go-review/1025024
2009-11-08Minor cleanups.Ian Lance Taylor2-46/+58
These are all fairly trivial and may be ignored. R=r CC=go-dev http://go/go-review/1024025
2009-11-08delete TODO now that compiler is better at %Rob Pike2-20/+2
adjust an inconsistency in reflect/type.go's package comment R=rsc http://go/go-review/1026029