aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
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
2011-03-07runtime: scheduler, cgo reorganizationRuss Cox
2011-03-03gobuilder: add -package flag to build external packagesAndrew Gerrand
2011-02-23misc/dashboard/builder: talk to hg with utf-8 encoding always.Andrew Gerrand
2011-02-19misc/dashboard: tweak build fail notification emailAndrew Gerrand
2011-02-18misc/dashboard: notify golang-dev on build failureAndrew Gerrand
2011-02-09template: reverse order of arguments to ExecuteRob Pike
2011-02-09misc/dashboard: hide benchmarks link temporarilyAndrew Gerrand
2011-02-01go/ast: reflect communication operator changes accurately in astRobert Griesemer
2011-02-01log: rename Exit* to Fatal*Rob Pike
2011-02-01misc/vim: Define import commands on buffer switchGustavo Niemeyer
2011-02-01misc/vim: Document better syntax sync parameterGustavo Niemeyer
2011-01-27misc/vim/syntax: set large value to 'syntax sync'.Yasuhiro Matsumoto
2011-01-25misc: Import/Drop commands for VimGustavo Niemeyer
2011-01-19misc: update type + builtin lists found in editor support filesRuss Cox
2011-01-04gobuilder: prefix the tarball with 'go.', tweak release regexpAndrew Gerrand
2010-12-17cgo: handle references to symbols in shared librariesRuss Cox
2010-12-17misc/cgo/life: fix, add to buildRuss Cox