summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2009-11-232-4/+4
* More FreeBSD-touchups. Thundercats are GOOOOO!Devon H. O'Dell2009-11-181-2/+0
* make all.bash finish on FreeBSDRuss Cox2009-11-181-0/+2
* Added Kate syntax highlighting file.Evan Shaw2009-11-171-0/+129
* FreeBSD-specific porting work.Devon H. O'Dell2009-11-171-2/+2
* Correct indentation for go-mode where a close brace following a semi-James Aguilar2009-11-131-4/+15
* Teach emacs M-x gofmt to save region/restrictionsKevin Ballard2009-11-121-1/+12
* Implement new emacs command M-x gofmtweekly.2009-11-10.1Kevin Ballard2009-11-101-0/+6
* Fix go-mode.el to work on empty buffersKevin Ballard2009-11-101-1/+1
* - replaced gofmt expression formatting algorithm withRobert Griesemer2009-11-091-1/+1
* remove semis after statements in one-statement statement listsRobert Griesemer2009-11-095-19/+19
* - one-line funcs in miscRobert Griesemer2009-11-061-3/+1