summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* all: errors caught by go vetRob Pike2012-02-161-1/+1
* dashboard: tidy up 'top' link.David Symonds2012-02-161-2/+2
* go/printer: don't lose relevant parentheses when rewriting selector expressionsRobert Griesemer2012-02-151-1/+1
* builder: fix windows environmentRuss Cox2012-02-141-3/+1
* cmd/dist: exclude cov and prof from releasesRuss Cox2012-02-141-0/+5025
* misc/dist: add binary distribution packaging script for linuxAndrew Gerrand2012-02-131-0/+55
* builder: really set $GOBUILDEXIT for WindowsAlex Brainman2012-02-131-6/+6
* builder: set $GOBUILDEXIT for WindowsRuss Cox2012-02-101-0/+1
* dashboard: add gobuilder -fail modeRuss Cox2012-02-091-0/+42
* gobuilder: fix windows builderAlex Brainman2012-02-092-27/+36
* misc/dist: new hierarchy for binary distribution packaging scriptsAndrew Gerrand2012-02-095-0/+100
* misc/osx: update for dist tool, drop image.bash, update readmeAndrew Gerrand2012-02-075-97/+38
* misc/osx: don't set GOROOT or modify profile filesAndrew Gerrand2012-02-073-33/+11
* misc/goplay: use go tool "run"Olivier Duperray2012-02-062-47/+15
* dashboard: update to go1betaAndrew Gerrand2012-02-069-77/+78
* dashboard: don't send failing Go commits as todos for subreposAndrew Gerrand2012-02-031-0/+13
* gophertool: fix link to the build status dashboardJongmin Kim2012-02-011-1/+1
* build: remove Make.pkg, Make.toolRuss Cox2012-01-302-18/+6
* dashboard: better ui layout for subrepo statusAndrew Gerrand2012-01-312-76/+112
* go: move compilers into the go-tool directoryRob Pike2012-01-301-0/+3
* builder: drop recover blocksAndrew Gerrand2012-01-301-44/+14
* dashboard: ask builders to re-build Go tip to freshen subreposAndrew Gerrand2012-01-304-8/+46
* gobuilder: use go tool to build and test sub-repositoriesAndrew Gerrand2012-01-302-24/+51
* dashboard: add sub-repositories to init listAndrew Gerrand2012-01-305-33/+75
* test: Add the usual Copyright notice.Olivier Duperray2012-01-242-0/+8
* encoding/xml: bring API closer to other packagesGustavo Niemeyer2012-01-241-1/+1
* dashboard: fix -commit for new xml packageRuss Cox2012-01-231-8/+8
* misc/xcode/go.xclangspec: fix typoShenghou Ma2012-01-201-2/+2
* misc/cgo/test: make tests run on windowsAlex Brainman2012-01-205-14/+55
* go/doc: streamlined go/doc APIRobert Griesemer2012-01-121-1/+1
* dashboard: add deployment comment to app.yamlRuss Cox2012-01-121-2/+7
* dashboard: use build.golang.org as the domainRob Pike2012-01-122-2/+3
* misc/dashboard/builder: fix comment in http.goOlivier Duperray2012-01-111-1/+1
* builder: pass through TMPDIR env var, drop DISABLE_NET_TESTSAndrew Gerrand2012-01-111-4/+3
* go-mode.el: fix syntax highlighting of backticksFlorian Weimer2012-01-091-60/+119
* various: fix printsRobert Hencke2012-01-051-1/+1
* dashboard: increase notification log to 200 linesAndrew Gerrand2012-01-041-2/+2
* misc/windows: add src/pkg/runtime/z* files to installation scriptAlex Brainman2011-12-261-1/+4
* dashboard: fix todo caching nilAndrew Gerrand2011-12-231-4/+3
* dashboard: cache packages, introduce caching helpersAndrew Gerrand2011-12-235-157/+124
* dashboard: Don't highlight first heading row.David Symonds2011-12-231-2/+2
* partial build fix: add missing argument to NewPackageDocRobert Griesemer2011-12-221-1/+1
* dashboard: horizontal crunchRuss Cox2011-12-222-16/+117
* dashboard: do not require key in source codeRuss Cox2011-12-222-14/+61
* dashboard: delete old build dashboard codeAndrew Gerrand2011-12-223-621/+4
* dashboard: add /key handlerAndrew Gerrand2011-12-222-7/+30
* dashboard: deprecation notice for the old dashboardAndrew Gerrand2011-12-222-0/+14
* dashboard: fix typo in cssAndrew Gerrand2011-12-211-1/+1
* dashboard: use 'ok' instead of 'hit' or 'miss' for bool return valsAndrew Gerrand2011-12-212-16/+13
* dashboard: cache todo responsesAndrew Gerrand2011-12-213-22/+145