aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2010-09-03revert accidental submit of builder.goAndrew Gerrand
2010-09-03misc/dashboard/builder: Go implementation of continuous build clientAndrew Gerrand
2010-08-30misc/bash: add *.go completion for gofmtScott Lawrence
2010-08-30misc: add zsh completion (using compctl)Scott Lawrence
2010-08-30build: remove unnecessary references to GOBIN and GOROOTChristian Himpel
2010-08-30misc/fraise: syntax highlighting for Fraise.app (OS X)Vincent Ambo
2010-08-26misc/emacs: make _ a word symbolScott Lawrence
2010-08-18build: no required environment variablesRuss Cox
2010-08-05misc/vim: highlight misspelled words only in commentsChristian Himpel
2010-08-03builder: update script so it doesn't create tar-bombsAndrew Gerrand
2010-07-30arm: add gdb support to android launcher scriptKai Backman
2010-07-30misc/builder: support for uploading tarballs to googlecodeAndrew Gerrand
2010-07-27dashboard: more aggressive caching for project/package pagesAndrew Gerrand
2010-07-23misc/vim: updated syntax file to recognize constants of the form 1e9Petar Maymounkov
2010-07-19minor error checking to android launcherKai Backman
2010-07-14cgo: various bug fixesRuss Cox
2010-07-13dashboard: use jQuery Autocomplete plugin from Google AJAX Libs APIAndrew Gerrand
2010-06-23godashboard: add Projects pageAndrew Gerrand
2010-06-22misc/vim: always override filetype detection for .go filesAndrew Gerrand
2010-06-21misc/vim: clarifies syntax highlighting installation instructionsJames Whitehead
2010-06-20misc/vim: reorganize plugin so it uses ftplugin and syntaxJames Whitehead
2010-05-25godashboard: change behaviour of top buttonAndrew Gerrand
2010-05-23kate: convert isn't a built in functionEvan Shaw
2010-05-19dashboard: reintroduce Benchmark modelAndrew Gerrand
2010-05-03dashboard: fix benchmark json outputAndrew Gerrand
2010-05-01gmp: fix bug in SetStringRuss Cox
2010-04-22runtime: closures, defer bug fix for Native ClientRuss Cox
2010-04-20godashboard: remove obselete data models and conversion codeAndrew Gerrand
2010-04-20godashboard: bz2 compress logs in data storeAndrew Gerrand
2010-04-16 the android runner scriptKai Backman
2010-04-09A test case for cgo //export.Ian Lance Taylor
2010-04-05godashboard: fix benchmarks page (first pass)Andrew Gerrand
2010-03-31kate: Update for recent language changesEvan Shaw
2010-03-31godashboard: new stylesheet, build status paginationAndrew Gerrand
2010-03-16misc/bbedit: support for cmplx, real, imagAnthony Starks
2010-03-15Add new complex types, functions and literals to Vim syntax file.David Symonds
2010-03-16 dashboard: include package.htmlAndrew Gerrand
2010-03-04goinstall: an experiment in (external) package installationRuss Cox
2010-02-25dashboard: more performance tuningRuss Cox
2010-02-23misc/bbedit: treat predeclared identifiers as "keywords"Anthony Starks
2010-02-19dashboard: lots of caching to avoid datastore queriesRuss Cox
2010-02-09dashboard: auto-update builder.sh.Russ Cox
2010-02-05dashboard: present benchmarksRuss Cox
2010-02-01dashboard: avoid seeing cron's sh -c in ps checkRuss Cox
2010-01-28dashboard: move key.py out of the way,Russ Cox
2010-01-27dashboard: builder tweaksRuss Cox
2010-01-27dashboard: look for key in $GOROOT before $HOMERuss Cox
2010-01-27godashboard: fiddlingRuss Cox
2010-01-26dashboard: add benchmarking support.Adam Langley
2010-01-13 Fix minor issues with updating go-mode in an empty bufferKevin Ballard