summaryrefslogtreecommitdiff
path: root/src/pkg/go/doc/doc.go
AgeCommit message (Expand)AuthorFilesLines
2009-12-03- include type-associated consts and vars when filtering a PackageDocRobert Griesemer1-7/+9
2009-11-24Change to container/vector interface:Robert Griesemer1-3/+3
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox1-2/+2
2009-11-09 - replaced gofmt expression formatting algorithm withRobert Griesemer1-1/+1
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-30/+30
2009-11-08added package documentationRobert Griesemer1-0/+1
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-21/+7
2009-11-04gofmt-ify src/pkg/go (excluding printer directory due to pending CL,Robert Griesemer1-2/+2
2009-11-02use the new routine regexp.MustCompile to clean up some code that uses global...Rob Pike1-15/+2
2009-10-27files that are okay from the last gofmt roundRuss Cox1-4/+4
2009-10-15Work-around for factory function heuristic failure:Robert Griesemer1-9/+27
2009-10-08more lgtm files from gofmtRuss Cox1-71/+87
2009-10-06fix build - missing from 35404Russ Cox1-0/+7
2009-09-17unused importsRuss Cox1-3/+0
2009-09-16publish doc.CommentTextRuss Cox1-17/+5
2009-09-15more "declared and not used".Russ Cox1-1/+1
2009-09-01don't show exported methods of non-exported typesRobert Griesemer1-33/+13
2009-08-31simplified heuristic for associating const/var decls with typesRobert Griesemer1-21/+15
2009-08-31associate const and var declarations with a type where possibleRobert Griesemer1-18/+82
2009-08-28- don't associate factory methods to basic types (which have no explicit decl...Robert Griesemer1-12/+61
2009-08-28- collect consts and vars in one listRobert Griesemer1-75/+69
2009-08-12convert non-low-level non-google pkg codeRuss Cox1-4/+0
2009-08-05support []byte (more efficient) as well as string in the interfaces.Rob Pike1-3/+3
2009-07-31fix long-standing bug in doc reader:Robert Griesemer1-7/+22
2009-07-30go/ast/filter.go:Robert Griesemer1-25/+49
2009-07-28Intersperse comments nicely when printing an AST.Robert Griesemer1-5/+16
2009-07-16ast:Robert Griesemer1-7/+7
2009-07-15- do not collect BUG comments w/o bug descriptionRobert Griesemer1-9/+17
2009-07-13- handle type forward declarations correctlyRobert Griesemer1-2/+8
2009-07-09Show BUG comments in godoc:Robert Griesemer1-20/+77
2009-07-06- ast.FilterExports: strips all non-exported nodes from an ASTRobert Griesemer1-40/+10
2009-06-09mv src/lib to src/pkgRob Pike1-0/+486