summaryrefslogtreecommitdiff
path: root/src/cmd/godoc/godoc.go
AgeCommit message (Expand)AuthorFilesLines
2009-07-16ast:Robert Griesemer1-9/+11
2009-07-14- removed TODO, minor adjustmentsRobert Griesemer1-9/+14
2009-07-14update remaining files to match new scanner/parser interfaceRobert Griesemer1-2/+3
2009-07-06- ast.FilterExports: strips all non-exported nodes from an ASTRobert Griesemer1-4/+9
2009-07-02fix bug in $GOROOT handling: error calling Getenv.Rob Pike1-1/+1
2009-06-29io.StringBytes -> strings.BytesRuss Cox1-8/+9
2009-06-26Getenv: almost no one wants the error, so make it return a string that may be...Rob Pike1-3/+2
2009-06-16forgot to adjust tmprootRobert Griesemer1-1/+1
2009-06-16move godoc to src/cmd/godocRobert Griesemer1-0/+707