summaryrefslogtreecommitdiff
path: root/src/cmd/godoc/codewalk.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/godoc: delete from core repositoryAndrew Gerrand2013-08-011-494/+0
* godoc: replace servePage's positional argument listRobert Griesemer2012-03-301-4/+9
* godoc: use shorter titles for tabsRobert Griesemer2012-03-211-2/+2
* godoc: fix codewalk handlerFrancisco Souza2012-03-131-1/+3
* godoc: support $GOPATH, simplify file system codeRuss Cox2012-03-051-3/+3
* godoc: fix codewalksAndrew Gerrand2012-03-041-6/+6
* cmd, pkg/go/*: fix "go vet" warnings for go/ast and go/printerNigel Tao2012-02-161-1/+1
* encoding/xml: bring API closer to other packagesGustavo Niemeyer2012-01-241-3/+3
* os: new FileInfo, FileMode types + update treeRuss Cox2011-11-301-2/+2
* renaming_4: gofix -r everything/but/src/pkgRob Pike2011-11-081-4/+4
* non-pkg: gofix -r error -force=errorRuss Cox2011-11-011-9/+10
* regexp: move to old/regexp, replace with exp/regexpRuss Cox2011-09-261-1/+1
* godoc: simplify internal FileSystem interfaceRobert Griesemer2011-09-211-2/+2
* godoc, suffixarray: switch to exp/regexpRobert Griesemer2011-09-121-1/+1
* godoc: remove uses of container/vectorRobert Griesemer2011-08-201-4/+3
* template: move exp/template into template.Rob Pike2011-08-171-1/+1
* godoc: moving to new template packageRobert Griesemer2011-08-111-1/+1
* go/printer: changed max. number of newlines from 3 to 2Robert Griesemer2011-07-141-12/+0
* sort: rename helpers: s/Sort// in sort.Sort[Float64s|Ints|Strings]Andrew Gerrand2011-07-081-1/+1
* reflect: support for struct tag use by multiple packagesRuss Cox2011-06-291-4/+4
* godoc: replace direct OS file system accesses in favorRobert Griesemer2011-06-151-15/+15
* os: New Open API.Rob Pike2011-04-041-1/+1
* log: new interfaceRob Pike2010-10-121-3/+3
* http: revised http Handler interfaceStephen Ma2010-09-291-21/+21
* update the tree to use the new regexp methodsRob Pike2010-08-121-2/+2
* godoc: report Status 404 if a pkg or file is not foundRobert Griesemer2010-08-101-0/+1
* godoc: canonicalize codewalk pathsAndrew Gerrand2010-06-301-0/+5
* godoc: add codewalk supportRuss Cox2010-04-261-0/+493