summaryrefslogtreecommitdiff
path: root/src/cmd/godoc
Commit message (Expand)AuthorAgeFilesLines
* cmd/godoc: delete from core repositoryAndrew Gerrand2013-08-0122-6575/+0
* cmd/godoc: don't link unexported identifiersJonathan Rudenberg2013-06-141-1/+1
* cmd/go: Add support for including C++ files in packagesAlberto Garc?a Hierro2013-05-311-0/+6
* cmd/godoc: don't warn about HEAD requestsBrad Fitzpatrick2013-05-141-2/+6
* cmd/godoc: don't linkify index entriesRobert Griesemer2013-04-021-5/+3
* cmd/godoc: better error message for missing index filesRobert Griesemer2013-04-011-0/+2
* cmd/godoc: provide a link from notes to source locationRobert Griesemer2013-03-281-9/+23
* cmd/godoc: cleanupsRobert Griesemer2013-03-283-4/+2
* cmd/godoc: don't crash if there's no documentationRobert Griesemer2013-03-281-3/+7
* cmd/godoc: emit id's for constants and variablesRobert Griesemer2013-03-272-35/+59
* godoc: pass *PageInfos instead of *token.FileSets in templatesRobert Griesemer2013-03-262-29/+24
* godoc: internal cleanup: remove a TODORobert Griesemer2013-03-261-29/+41
* godoc: link identifiers to declarationsRobert Griesemer2013-03-263-8/+251
* go/doc: use regexp for -notes instead of comma-sep. listRobert Griesemer2013-03-212-10/+14
* go/doc, godoc: improved note readingRobert Griesemer2013-03-191-7/+7
* cmd/godoc: move note argument to godoc.goAndrew Gerrand2013-03-042-7/+7
* cmd/godoc: add support for display Notes parsed by pkg/go/docCosmos Nicolaou2013-02-252-5/+31
* cmd/godoc: show examples in text modeVolker Dobler2013-02-251-0/+43
* cmd/godoc: better console error message for example errorRobert Griesemer2013-02-201-1/+1
* cmd/godoc: use go/build to determine package and example filesRobert Griesemer2013-02-194-205/+123
* cmd/godoc: fix format strings.David Symonds2013-02-081-2/+2
* bytes, strings: add TrimPrefix and TrimSuffixBrad Fitzpatrick2013-02-014-17/+6
* cmd/godoc: fix buggy use of strings.HasSuffixBrad Fitzpatrick2013-01-301-4/+2
* cmd/godoc: when redirecting don't clear query stringShenghou Ma2013-01-171-2/+6
* cmd/godoc: support m=text parameter for text filesAndrew Gerrand2013-01-141-0/+7
* cmd/godoc: ignore misnamed examples and print a warningKamil Kisiel2013-01-021-24/+91
* cmd/godoc: redirect for file with trailing /Andrew Gerrand2012-12-211-0/+15
* cmd/godoc: fix `godoc net/http` on windowsShenghou Ma2012-12-011-2/+2
* go/format: Package format implements standard formatting of Go source.Robert Griesemer2012-11-273-35/+9
* go/doc: fix identifier blank import handling for examplesRobert Griesemer2012-11-171-0/+1
* cmd/godoc: initialize filesystem and metadata for -urlP?ter Sur?nyi2012-11-071-0/+2
* cmd/godoc: use normal gofmt printer settings for playground fmtAndrew Gerrand2012-11-051-1/+5
* gofmt: apply gofmt -w src miscRobert Griesemer2012-10-304-6/+6
* godoc: add dropdown playground to nav barAndrew Gerrand2012-10-101-2/+4
* godoc: support Playground examples on App EngineAndrew Gerrand2012-10-096-52/+193
* godoc: make examples editable and runnable in playgroundAndrew Gerrand2012-10-042-10/+48
* cmd/godoc: clearer comments in FormatSelectionsRobert Griesemer2012-10-011-1/+3
* cmd/godoc: fix minor bug in FormatSelections.Paul Chang2012-09-281-1/+1
* godoc: report error for directories with multiple packagesRobert Griesemer2012-08-092-65/+24
* cmd/godoc: delete -path flagDave Cheney2012-07-252-27/+2
* go/ast: minor comment maps API changeRobert Griesemer2012-06-252-2/+2
* godoc: show comments in various filtered viewsRobert Griesemer2012-06-132-4/+22
* godoc: correctly categorize interface methods, performance tuningRobert Griesemer2012-05-241-48/+36
* cmd/godoc: update App Engine README and script for Go 1Shenghou Ma2012-04-262-29/+10
* godoc: update appinit.go, apply !appengine build constrain to main.goShenghou Ma2012-04-042-2/+7
* godoc: replace servePage's positional argument listRobert Griesemer2012-03-303-43/+63
* cmd/godoc: use virtual filesystem to implement -templates flagAndrew Gerrand2012-03-282-8/+3
* cmd/godoc: canonicalize custom path redirectsAndrew Gerrand2012-03-271-1/+12
* cmd/godoc: fix app engine versionAndrew Gerrand2012-03-271-1/+1
* godoc: use shorter titles for tabsRobert Griesemer2012-03-213-20/+36