summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-09tweak documentation of commandsRuss Cox23-34/+33
2009-11-09- rename Context to exprContext to remove it from public interfaceRobert Griesemer1-4/+4
2009-11-09make search box width dynamically sizedRobert Griesemer1-1/+1
2009-11-09delete commented-out section; details now covered elsewhereRob Pike1-27/+0
2009-11-09fix for nodeSize computation, used to determine ifRobert Griesemer1-1/+5
2009-11-08- exit godoc w/o crashing if negative tabwidth is providedRobert Griesemer1-10/+9
2009-11-08copy help section to install doc,Russ Cox2-1/+25
2009-11-08change highlight color from green to yellowRuss Cox1-2/+1
2009-11-08Addressing issue brought up by dsymonds:Robert Griesemer3-20/+49
2009-11-08bug212, bug213.Russ Cox7-18/+28
2009-11-08make hg mail more forgiving:Russ Cox1-2/+7
2009-11-08mention license in install.html.Russ Cox2-8/+16
2009-11-08link the course slides from early in the tutorialRob Pike2-0/+8
2009-11-08make "Go for it" link to install.html.Rob Pike1-8/+3
2009-11-08delete a pointless todo in all_test.go.Rob Pike2-5/+9
2009-11-08improved sentence extraction:Robert Griesemer1-10/+28
2009-11-08a nagging inconsistency: capitalization ofRuss Cox13-97/+97
2009-11-08assorted cleanupRuss Cox10-54/+56
2009-11-08Minor cleanups.Ian Lance Taylor2-46/+58
2009-11-08delete TODO now that compiler is better at %Rob Pike2-20/+2
2009-11-08use grouping instead of colors to show non-global search hits:Robert Griesemer4-134/+143
2009-11-08fix sentence extractionRobert Griesemer1-6/+13
2009-11-08- properly align package synopsesRobert Griesemer7-47/+180
2009-11-08add top-level package comments for net, reflect, malloc.Rob Pike3-0/+17
2009-11-08added package documentationRobert Griesemer1-0/+1
2009-11-08add a README file, so that if someone finds aRuss Cox1-0/+11
2009-11-08links to Go Nuts, issue tracker,Russ Cox2-1/+7
2009-11-08another attempt at utf-8 uploads.Russ Cox1-7/+7
2009-11-08go for c++ programmers; fixes.Russ Cox1-55/+82
2009-11-08effective go: tiny fixesRuss Cox1-39/+36
2009-11-08TBRRobert Griesemer2-24/+1
2009-11-08TBRRobert Griesemer1-0/+23
2009-11-08- better support for text files: show them nicely formattedRobert Griesemer1-21/+88
2009-11-08make the visited color darker instead of lighterRob Pike1-1/+1
2009-11-08scaled bumpersRuss Cox4-0/+0
2009-11-07- avoid division-by-zero crash in tabwriterRobert Griesemer3-6/+14
2009-11-07Adjust gccgo license references.Ian Lance Taylor2-8/+5
2009-11-07fixes to spec. mostly minor but several of significance.Rob Pike1-31/+64
2009-11-07- added link to sourcesRobert Griesemer3-5/+6
2009-11-07nice directory listingsRobert Griesemer2-9/+69
2009-11-07fix authentication in parallel LoadAllCLRuss Cox1-4/+11
2009-11-07contribute.html fixesRuss Cox1-19/+89
2009-11-07tutorial fixesRuss Cox4-118/+106
2009-11-07FAQ editsRuss Cox1-10/+10
2009-11-07require Mercurial 1.3 again (how did that get dropped?)Russ Cox1-17/+40
2009-11-07language design FAQ editsRuss Cox1-8/+12
2009-11-07fix a few style nits; arrange the doc list inRuss Cox2-10/+9
2009-11-07Add flags of type float to the flag package.Vish Subramanian2-2/+71
2009-11-07- support to extract one-line package synopsis for package listingsRobert Griesemer2-3/+26
2009-11-07- blank before opening { for multi-line composite literals (as preferred by r)Robert Griesemer1-14/+37