summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* dashboard: more aggressive caching for project/package pagesAndrew Gerrand2010-07-271-52/+124
* misc/vim: updated syntax file to recognize constants of the form 1e9Petar Maymounkov2010-07-231-1/+1
* minor error checking to android launcherKai Backman2010-07-191-1/+1
* cgo: various bug fixesRuss Cox2010-07-147-20/+206
* dashboard: use jQuery Autocomplete plugin from Google AJAX Libs APIAndrew Gerrand2010-07-131-4/+6
* godashboard: add Projects pageAndrew Gerrand2010-06-2311-6/+319
* misc/vim: always override filetype detection for .go filesAndrew Gerrand2010-06-221-1/+1
* misc/vim: clarifies syntax highlighting installation instructionsJames Whitehead2010-06-211-6/+17
* misc/vim: reorganize plugin so it uses ftplugin and syntaxJames Whitehead2010-06-203-0/+13
* godashboard: change behaviour of top buttonAndrew Gerrand2010-05-251-1/+1
* kate: convert isn't a built in functionEvan Shaw2010-05-231-1/+0
* dashboard: reintroduce Benchmark modelAndrew Gerrand2010-05-191-2/+4
* dashboard: fix benchmark json outputAndrew Gerrand2010-05-031-1/+1
* gmp: fix bug in SetStringRuss Cox2010-05-011-1/+1
* runtime: closures, defer bug fix for Native ClientRuss Cox2010-04-221-0/+15
* godashboard: remove obselete data models and conversion codeAndrew Gerrand2010-04-201-61/+0
* godashboard: bz2 compress logs in data storeAndrew Gerrand2010-04-201-7/+10
* the android runner scriptKai Backman2010-04-161-0/+49
* A test case for cgo //export.Ian Lance Taylor2010-04-095-0/+174
* godashboard: fix benchmarks page (first pass)Andrew Gerrand2010-04-053-132/+72
* kate: Update for recent language changesEvan Shaw2010-03-311-2/+7
* godashboard: new stylesheet, build status paginationAndrew Gerrand2010-03-315-120/+148
* misc/bbedit: support for cmplx, real, imagAnthony Starks2010-03-161-0/+3
* Add new complex types, functions and literals to Vim syntax file.David Symonds2010-03-151-2/+13
* dashboard: include package.htmlAndrew Gerrand2010-03-161-0/+91
* goinstall: an experiment in (external) package installationRuss Cox2010-03-042-0/+135
* dashboard: more performance tuningRuss Cox2010-02-252-176/+235
* misc/bbedit: treat predeclared identifiers as "keywords"Anthony Starks2010-02-231-1/+26
* dashboard: lots of caching to avoid datastore queriesRuss Cox2010-02-192-118/+143
* dashboard: auto-update builder.sh.Russ Cox2010-02-092-0/+4
* dashboard: present benchmarksRuss Cox2010-02-056-47/+422
* dashboard: avoid seeing cron's sh -c in ps checkRuss Cox2010-02-011-1/+3
* dashboard: move key.py out of the way,Russ Cox2010-01-281-0/+2
* dashboard: builder tweaksRuss Cox2010-01-275-17/+108
* dashboard: look for key in $GOROOT before $HOMERuss Cox2010-01-271-3/+6
* godashboard: fiddlingRuss Cox2010-01-272-31/+59
* dashboard: add benchmarking support.Adam Langley2010-01-266-12/+212
* Fix minor issues with updating go-mode in an empty bufferKevin Ballard2010-01-131-8/+10
* kate: Highlighting improvementsEvan Shaw2010-01-121-4/+14
* Add builder scripts.Adam Langley2010-01-079-0/+697
* Use remove-text-properties instead ofAustin Clements2010-01-061-2/+2
* Update Emacs go-mode for new semicolon rule.Austin Clements2010-01-051-41/+57
* More Xcode support.Robert Griesemer2009-12-301-0/+29
* Improved Xcode supportKen Friedenbach2009-12-291-2/+43
* 1) Change default gofmt default settings forRobert Griesemer2009-12-156-173/+173
* Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell2009-12-112-4/+5
* misc/bash: completion file for bashRuss Cox2009-12-111-0/+6
* Add 'copy' as a Go builtin function for Vim syntax highlighter spec.David Symonds2009-12-011-1/+1
* Syntax coloring and function navigation for BBEdit/TextWranglerAnthony Starks2009-11-301-0/+65
* Make comment-start/-end changes buffer-local instead of global.Austin Clements2009-11-291-2/+2