aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
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
2010-12-15godashboard: support submitting projects with non-ascii namesRyan Hitchman
2010-12-13cgo: do not reset tag generator between filesRuss Cox
2010-12-10dashboard: fix project tag filterAndrew Gerrand
2010-12-06builder: Allow buildroot to be passed as command-line argumentDevon H. O'Dell
2010-10-30kate: update for appendEvan Shaw
2010-10-30misc/bbedit: support append, other builtinsAnthony Starks
2010-10-30misc/vim: update list of builtins.David Symonds
2010-10-27builder: pass GOHOSTOS and GOHOSTARCH to buildAndrew Gerrand
2010-10-22gofmt -s -w src miscRobert Griesemer
2010-10-21misc: update python scripts to specify python2 or nothingAndrew Gerrand
2010-10-21gobuilder: write build and benchmarking logs to diskAndrew Gerrand
2010-10-21build: add gobuilder and goplay to run.bashAndrew Gerrand
2010-10-19goplay: fix to run under windows.Yasuhiro Matsumoto
2010-10-14misc: add goplayAndrew Gerrand
2010-10-07life: fix for new slice rulesGraham Miller
2010-10-01Use Errorf where appropriate.Andrew Gerrand