aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-11-10minor adjustments to package comments for better synopsis.Robert Griesemer
2009-11-10make regexp comment not a package commentRuss Cox
2009-11-10allow user agent to mention Go.Russ Cox
2009-11-09drop output from nilptr tests;Russ Cox
2009-11-09- minor cleanupsRobert Griesemer
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer
2009-11-09 - replaced gofmt expression formatting algorithm withRobert Griesemer
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer
2009-11-09error rewording suggested by robert.Russ Cox
2009-11-09TBR:Robert Griesemer
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer
2009-11-09tweak documentation of commandsRuss Cox
2009-11-09- rename Context to exprContext to remove it from public interfaceRobert Griesemer
2009-11-09fix for nodeSize computation, used to determine ifRobert Griesemer
2009-11-08- exit godoc w/o crashing if negative tabwidth is providedRobert Griesemer
2009-11-08Addressing issue brought up by dsymonds:Robert Griesemer
2009-11-08bug212, bug213.Russ Cox
2009-11-08delete a pointless todo in all_test.go.Rob Pike
2009-11-08improved sentence extraction:Robert Griesemer
2009-11-08a nagging inconsistency: capitalization ofRuss Cox
2009-11-08assorted cleanupRuss Cox
2009-11-08delete TODO now that compiler is better at %Rob Pike
2009-11-08use grouping instead of colors to show non-global search hits:Robert Griesemer
2009-11-08fix sentence extractionRobert Griesemer
2009-11-08- properly align package synopsesRobert Griesemer
2009-11-08add top-level package comments for net, reflect, malloc.Rob Pike
2009-11-08added package documentationRobert Griesemer
2009-11-08TBRRobert Griesemer
2009-11-08- better support for text files: show them nicely formattedRobert Griesemer
2009-11-07- avoid division-by-zero crash in tabwriterRobert Griesemer
2009-11-07- added link to sourcesRobert Griesemer
2009-11-07nice directory listingsRobert Griesemer
2009-11-07Add flags of type float to the flag package.Vish Subramanian
2009-11-07- support to extract one-line package synopsis for package listingsRobert Griesemer
2009-11-07- blank before opening { for multi-line composite literals (as preferred by r)Robert Griesemer
2009-11-06Typo fixes.David Symonds
2009-11-068g optimizerKen Thompson
2009-11-06format composite literal types that are "short" struct type literalsRobert Griesemer
2009-11-06- application of gofmt with one-line composite literal structs enabledRobert Griesemer
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer
2009-11-06updated godoc documentationRobert Griesemer
2009-11-06fix argument order bug for floatKai Backman
2009-11-06with rsc: argsize rounding to 8 smashes stack data on 32bit machines.Kai Backman
2009-11-06big: fix carry error, add test case.Adam Langley
2009-11-06minor fixups by gofmtRobert Griesemer
2009-11-06crypto/x509: build fix for 32-bitAdam Langley
2009-11-06Fix add-back division test so that it triggers the add-back case onAdam Langley
2009-11-05 make 5g executables run on android/arm hardware. change OABIKai Backman
2009-11-05gofmt src/cmd/goyaccRobert Griesemer
2009-11-05gofmt'ed src/cmdRobert Griesemer