summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* builder: set default builder host to build.golang.orgAndrew Gerrand2011-12-211-1/+1
* builder: report run timeAndrew Gerrand2011-12-213-4/+9
* dashboard: store front page in memcacheAndrew Gerrand2011-12-212-2/+49
* dashboard: put http handlers in new file handler.goAndrew Gerrand2011-12-212-366/+378
* dashboard: send mail on build failureAndrew Gerrand2011-12-216-20/+217
* dashboard: fix log recording and outputAndrew Gerrand2011-12-212-6/+7
* dashboard: more descriptive logging, ui tweaks, show better auth errorAndrew Gerrand2011-12-212-42/+70
* dashboard: send builder in commit POST query stringAndrew Gerrand2011-12-211-1/+2
* builder: use go-build.appspot.com instead of godashboard by defaultAndrew Gerrand2011-12-211-1/+1
* cgo: support export for built-in typesMaxim Pimenov2011-12-203-3/+106
* dashboard: todo sends full Commit with Kind fieldAndrew Gerrand2011-12-204-39/+108
* dashboard: display correct package build stateAndrew Gerrand2011-12-201-5/+12
* dashboard: improve formatting of build status pageAndrew Gerrand2011-12-192-4/+29
* builder: send commit time to dashboardAndrew Gerrand2011-12-192-12/+17
* dashboard: hide build status column (package builder is out of action)Andrew Gerrand2011-12-191-3/+5
* vim: fix go filetype detectionPaul Sbarra2011-12-191-1/+1
* various: use $GCFLAGS and $GCIMPORTS like Make doesMaxim Pimenov2011-12-166-8/+8
* dashboard: improve key panic messageAndrew Gerrand2011-12-161-1/+1
* misc/dashboard: user interfaceAndrew Gerrand2011-12-167-41/+442
* misc/osx: Rename profile.go to profile_go to avoid confusing scriptsScott Lawrence2011-12-142-3/+3
* misc/cgo/test: fix after latest time changesAlex Brainman2011-12-131-4/+4
* misc/cgo/testso: do not leave out file behindAlex Brainman2011-12-091-0/+9
* gobuilder: goinstall packages after building go treeAndrew Gerrand2011-12-084-18/+82
* misc/benchcmp: don't require "Benchmark" at beginning of lineRobert Griesemer2011-12-071-1/+1
* use new strconv APIRuss Cox2011-12-052-2/+2
* gobuilder: use new dashboard protocolAndrew Gerrand2011-12-052-88/+158
* misc/dashboard: init handler for bootstrappingAndrew Gerrand2011-12-053-10/+51