aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2011-06-08http: change most map[string][]string types to new Values typeBrad Fitzpatrick
2011-06-06gobuilder: number of fixesAlex Brainman
2011-06-06dashboard: bug fixAndrew Gerrand
2011-06-03dashboard: add favicon.icoAndrew Gerrand
2011-06-01exec: new API, replace Run with CommandBrad Fitzpatrick
2011-06-01godoc: basic setup for running godoc on local app engine emulatorRobert Griesemer
2011-06-01gophertool: make the keyword 'golang'Rob Pike
2011-05-31gophertool: also permit typing "go [whatever]" in omniboxBrad Fitzpatrick
2011-05-31misc/cgo: remove reference to 'destroy' functionRuss Cox
2011-05-30gobuilder: remove some windows-specificityAndrew Gerrand
2011-05-30pkg: spelling tweaks, I-ZRobert Hencke
2011-05-30misc/vim: limit Fmt command to Go buffers.Yasuhiro Matsumoto
2011-05-30dashboard: send notification emails when the build breaksAndrew Gerrand
2011-05-30gobuilder: fixes for windowsAlex Brainman
2011-05-23misc/emacs: don't select the mark after gofmtEric Eisner
2011-05-23gophertool: also accept commit form 8486:ab29d2698a47Brad Fitzpatrick
2011-05-23gophertool: Chrome extension to aid in Go developmentBrad Fitzpatrick
2011-05-20misc: syntax highlighting support on IntelliJ IDEAAlexander Orlov
2011-05-19go/printer, gofmt: fix formatting of expression lists (missing blank)Robert Griesemer
2011-05-14misc/vim: drop indent support for jump labels.David Symonds
2011-05-13dashboard: delay hg pull until neededRuss Cox
2011-05-13misc/vim: new Vim indentation script.David Symonds
2011-05-13misc/emacs: bug fix: use UTF-8 when invoking gofmt as a subprocess.Sameer Ajmani
2011-05-13http: remove finalURL from Client.Get; move to ResponseBrad Fitzpatrick
2011-05-12dashboard: fix for branchesRuss Cox
2011-05-09go/printer, gofmt: fix alignment of "=" in const/var declarationsRobert Griesemer
2011-05-02os: make Setenv update C environment variablesBrad Fitzpatrick
2011-05-02misc/cgo/test: run testsRuss Cox
2011-04-27builder: build multiple targets in parallelAndrew Gerrand
2011-04-25dashboard: build most recent revision firstRuss Cox
2011-04-16misc/goplay: fix Tab and Shift+Enter in Firefox.Dmitry Chestnykh
2011-04-15gobuilder: respect MAKEFLAGS if providedDave Cheney
2011-04-15gobuilder: permit builders of the form goos-goarch-fooAndrew Gerrand
2011-04-13builder: fix documentation s/\.gobuilder/.gobuildkey/Andrew Gerrand
2011-04-13misc/vim: add plugin with Fmt command.Dmitry Chestnykh
2011-04-13godashboard: Show packages at launchpad.netGustavo Niemeyer
2011-04-11misc/vim: update type highlighting for new reflect packageDavid Symonds
2011-04-05gofix: don't rewrite O_APPEND opensRuss Cox
2011-04-04os: New Open API.Rob Pike
2011-04-01misc/notepadplus: add syntax and completion support for notepad++Anthony Starks
2011-03-29kate: reorganize, remove closed()Evan Shaw
2011-03-26dashboard: remove old python/bash builder, update READMEAndrew Gerrand
2011-03-24misc/emacs: gofmt: don't clobber the current buffer on failureSameer Ajmani
2011-03-23misc/bbedit: remove closed keywordAnthony Starks
2011-03-23misc/vim: remove 'closed' as a builtin function.David Symonds
2011-03-22Make.pkg: add support for SWIG, and add two SWIG examplesIan Lance Taylor
2011-03-22go/printer, gofmt: simplify struct formatting and respect line breaksRobert Griesemer
2011-03-17codereview: permit CLs of the form weekly.DATEAndrew Gerrand
2011-03-08misc/vim: Add indent script for VimRoss Light
2011-03-07misc/dashboard/builder/doc.go: gofmt itRobert Griesemer