summaryrefslogtreecommitdiff
path: root/src/cmd/godoc/godoc.go
AgeCommit message (Expand)AuthorFilesLines
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-81/+39
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-575/+456
2010-07-01strings and bytes.Split: make count of 0 mean 0, not infinite.Rob Pike1-2/+2
2010-05-27changes &x -> x[0:] for array to slice conversionRuss Cox1-1/+1
2010-04-27godoc: use int64 for timestampsChristopher Wedgwood1-4/+3
2010-04-26godoc: add codewalk supportRuss Cox1-2/+7
2010-04-15"godoc -src pkg_name" excludes duplicates entriesAndrei Vieru1-1/+1
2010-04-11godoc: change od.Dir -> os.FileInfo in commentsChristopher Wedgwood1-2/+2
2010-04-09rename os.Dir to os.FileInfoRob Pike1-11/+11
2010-03-30godoc: support for title and subtitle headers when serving .html docsRobert Griesemer1-16/+26
2010-03-29godoc: support for filtering of command-line output in -src modeRobert Griesemer1-7/+21
2010-03-29fix buildRuss Cox1-2/+2
2010-03-24godoc: show relative file names without leading '/' (per r's request)Robert Griesemer1-4/+5
2010-03-24godoc: use http GET for remote search instead of rpcRobert Griesemer1-22/+6
2010-03-19godoc: line numbers for all remote search resultsRobert Griesemer1-4/+10
2010-03-19godoc: revert change 5089, per gri's instructionsRuss Cox1-24/+3
2010-03-19godoc: proper file path conversion for remote searchRobert Griesemer1-0/+24
2010-03-19godoc: show (some) line numbers for remote searchRobert Griesemer1-26/+21
2010-03-19godoc: improved comment formatting: recognize URLsRobert Griesemer1-1/+3
2010-03-19godoc: implemented command-line searchRobert Griesemer1-4/+34
2010-03-16godoc: initial support for showing popup informationRobert Griesemer1-6/+65
2010-03-12godoc: support for multiple packages in a directoryRobert Griesemer1-25/+60
2010-03-11godoc: fix formatting of -src outputRobert Griesemer1-1/+1
2010-03-10godoc: provide mode which shows exported interface in "source form"Robert Griesemer1-12/+24
2010-03-02gofmt: fix alignment of multi-line var declarationsRobert Griesemer1-5/+5
2010-03-02gofmt: experiment: align values in map composites where possibleRobert Griesemer1-26/+26
2010-02-25go/printer, gofmt: align comments in multi-line expression listsRobert Griesemer1-1/+1
2010-02-25strings: delete Runes, BytesRuss Cox1-13/+13
2010-02-19godoc: make commandline use work againRobert Griesemer1-8/+5
2010-02-18godoc: path cleanups, fixed a race condition, initial support for a menu on p...Robert Griesemer1-27/+14
2010-02-16godoc: updated documentationRobert Griesemer1-1/+1
2010-02-16godoc: initialize vars depending on flags after parsing the flags.Robert Griesemer1-1/+3
2010-02-16godoc: fix initialization issueRobert Griesemer1-1/+1
2010-02-16godoc support for directories outside $GOROOTRobert Griesemer1-229/+254
2010-02-06Ugly hack to provide some mechanism for printing documentation aboutRob Pike1-2/+28
2010-02-01don't report a couple of meaningless errors in command-line modeRobert Griesemer1-5/+6
2010-02-01Fix redirection if the page is in a subdirectory.Rob Pike1-0/+3
2010-01-27More steps towards tracking of identifier scopes.Robert Griesemer1-3/+3
2010-01-22Trim space on input to make searching more robust.Christopher Wedgwood1-1/+1
2010-01-15 Steps towards tracking scopes for identifiers.Robert Griesemer1-4/+4
2010-01-13Distinguish between html generation and html quoting in godoc formatters.Robert Griesemer1-0/+9
2010-01-13godoc: skip template wrapping for complete HTML filesRuss Cox1-0/+22
2010-01-11Remove -oldprinter flag from gofmt; all code isRobert Griesemer1-1/+1
2010-01-06godoc: serve index.html in place of directory listing, when presentRuss Cox1-0/+10
2010-01-04Simplified parser interface.Robert Griesemer1-3/+11
2009-12-28Fix bug in godoc tab conversion filter:Robert Griesemer1-5/+13
2009-12-17use new tab indentation format in godoc, but convertRobert Griesemer1-2/+70
2009-12-15 1) Change default gofmt default settings forRobert Griesemer1-300/+300
2009-12-14don't show semicolons anymore with godocRobert Griesemer1-1/+1
2009-12-02move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.Rob Pike1-5/+6