aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-11-10update old comment: things are much better nowRuss Cox
2009-11-10gotest: avoid problems with grepping for ยทRuss Cox
2009-11-10make.bash: check $PATH indirectly via which quietgccRuss Cox
2009-11-10sanity check environment variables better.Russ Cox
2009-11-10net: fix error for connect to /etc/ on some systemsRuss Cox
2009-11-10test for invalid $GOBIN setting before trying to buildRuss Cox
2009-11-10net: disable more ipv6 testsRuss Cox
2009-11-10net: disable ipv6 test if we know kernel won't take it.Russ Cox
2009-11-10net: disable dns error testRuss Cox
2009-11-10net: fix dns bug reported on irc.Russ Cox
2009-11-10better code for a copy loopRobert Griesemer
2009-11-10spell it with an "e"Ken Thompson
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