summaryrefslogtreecommitdiff
path: root/src/cmd/godoc/main.go
AgeCommit message (Expand)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-38/+42
2010-03-30godoc: support for title and subtitle headers when serving .html docsRobert Griesemer1-1/+1
2010-03-30godoc: don't print package clause in -src command-line mode with filteringRobert Griesemer1-1/+12
2010-03-29godoc: support for filtering of command-line output in -src modeRobert Griesemer1-15/+62
2010-03-29runtime: more malloc statisticsRuss Cox1-1/+2
2010-03-26godoc: export pprof debug informationRuss Cox1-0/+1
2010-03-24godoc: use http GET for remote search instead of rpcRobert Griesemer1-31/+25
2010-03-19godoc: line numbers for all remote search resultsRobert Griesemer1-5/+3
2010-03-19godoc: show (some) line numbers for remote searchRobert Griesemer1-4/+6
2010-03-19godoc: implemented command-line searchRobert Griesemer1-8/+68
2010-03-16gofmt: more consistent formatting of const/var declsRobert Griesemer1-2/+2
2010-03-12godoc: support for multiple packages in a directoryRobert Griesemer1-2/+4
2010-03-10godoc: change -x to -src, update doc.go (missed in previous CL)Robert Griesemer1-1/+1
2010-03-10godoc: provide mode which shows exported interface in "source form"Robert Griesemer1-4/+5
2010-02-19godoc: fix path resolution for command-line one more time (sigh...)Robert Griesemer1-2/+21
2010-02-19godoc: make commandline use work againRobert Griesemer1-2/+2
2010-02-18godoc: path cleanups, fixed a race condition, initial support for a menu on p...Robert Griesemer1-3/+6
2010-02-16godoc: initialize vars depending on flags after parsing the flags.Robert Griesemer1-0/+1
2010-02-16godoc: fix initialization issueRobert Griesemer1-1/+0
2010-02-16godoc support for directories outside $GOROOTRobert Griesemer1-19/+10
2010-02-06Ugly hack to provide some mechanism for printing documentation aboutRob Pike1-0/+10
2010-02-01don't report a couple of meaningless errors in command-line modeRobert Griesemer1-2/+2
2009-12-15 1) Change default gofmt default settings forRobert Griesemer1-71/+71
2009-12-09remove uses of string concatenation from src and misc directoryRobert Griesemer1-1/+1
2009-12-01some godoc cleanup:Robert Griesemer1-2/+1
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox1-1/+1
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-2/+2
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-13/+13
2009-11-08- exit godoc w/o crashing if negative tabwidth is providedRobert Griesemer1-10/+9
2009-11-08a nagging inconsistency: capitalization ofRuss Cox1-4/+4
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-3/+1
2009-11-05gofmt'ed src/cmdRobert Griesemer1-4/+4
2009-11-03support for command documentation:Robert Griesemer1-8/+13
2009-11-02- show recursive package directory structure in package pagesRobert Griesemer1-7/+17
2009-11-02- initial steps towards showing directory tree instead ofRobert Griesemer1-8/+17
2009-11-01reverse the arguments to io.Copy so the destination is on theRob Pike1-1/+1
2009-11-01don't update sync time if no files have changedRobert Griesemer1-12/+18
2009-10-30split godoc/godoc.go into godoc/godoc.goRuss Cox1-0/+212