summaryrefslogtreecommitdiff
path: root/src/pkg/go/doc/comment.go
AgeCommit message (Expand)AuthorFilesLines
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox1-4/+4
2009-11-09 - replaced gofmt expression formatting algorithm withRobert Griesemer1-7/+7
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-18/+18
2009-11-08assorted cleanupRuss Cox1-22/+8
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-3/+1
2009-11-04gofmt-ify src/pkg/go (excluding printer directory due to pending CL,Robert Griesemer1-19/+18
2009-10-06more comment work.Russ Cox1-50/+21
2009-10-05preserve blank lines in // commentsRuss Cox1-18/+19
2009-09-17unused importsRuss Cox1-1/+0
2009-09-16publish doc.CommentTextRuss Cox1-2/+12
2009-09-15more "declared and not used".Russ Cox1-5/+5
2009-08-05support []byte (more efficient) as well as string in the interfaces.Rob Pike1-3/+3
2009-07-09Show BUG comments in godoc:Robert Griesemer1-1/+1
2009-06-29io.StringBytes -> strings.BytesRuss Cox1-6/+6
2009-06-24Change strings.Split, bytes.Split to take a maximum substring count argument.David Symonds1-1/+1
2009-06-09mv src/lib to src/pkgRob Pike1-0/+310