summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)AuthorFilesLines
2010-01-27dashboard: look for key in $GOROOT before $HOMERuss Cox1-3/+6
2010-01-27godashboard: fiddlingRuss Cox2-31/+59
2010-01-26dashboard: add benchmarking support.Adam Langley6-12/+212
2010-01-13 Fix minor issues with updating go-mode in an empty bufferKevin Ballard1-8/+10
2010-01-12kate: Highlighting improvementsEvan Shaw1-4/+14
2010-01-07Add builder scripts.Adam Langley9-0/+697
2010-01-06Use remove-text-properties instead ofAustin Clements1-2/+2
2010-01-05Update Emacs go-mode for new semicolon rule.Austin Clements1-41/+57
2009-12-30More Xcode support.Robert Griesemer1-0/+29
2009-12-29Improved Xcode supportKen Friedenbach1-2/+43
2009-12-15 1) Change default gofmt default settings forRobert Griesemer6-173/+173
2009-12-11Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell2-4/+5
2009-12-11misc/bash: completion file for bashRuss Cox1-0/+6
2009-12-01Add 'copy' as a Go builtin function for Vim syntax highlighter spec.David Symonds1-1/+1
2009-11-30Syntax coloring and function navigation for BBEdit/TextWranglerAnthony Starks1-0/+65
2009-11-29Make comment-start/-end changes buffer-local instead of global.Austin Clements1-2/+2
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2-4/+4
2009-11-18More FreeBSD-touchups. Thundercats are GOOOOO!Devon H. O'Dell1-2/+0
2009-11-18make all.bash finish on FreeBSDRuss Cox1-0/+2
2009-11-17Added Kate syntax highlighting file.Evan Shaw1-0/+129
2009-11-17FreeBSD-specific porting work.Devon H. O'Dell1-2/+2
2009-11-13Correct indentation for go-mode where a close brace following a semi-James Aguilar1-4/+15
2009-11-12Teach emacs M-x gofmt to save region/restrictionsKevin Ballard1-1/+12
2009-11-10Implement new emacs command M-x gofmtKevin Ballard1-0/+6
2009-11-10Fix go-mode.el to work on empty buffersKevin Ballard1-1/+1
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-1/+1
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer5-19/+19
2009-11-06- one-line funcs in miscRobert Griesemer1-3/+1
2009-11-05gofmt -w miscRobert Griesemer4-12/+11
2009-10-22go-mode for Emacs. This provides basic syntax highlightingAustin Clements2-0/+509
2009-10-14Minor fixes and additions to the GMP wrapping.Adam Langley1-1/+12
2009-10-03add cgo test that doesn't depend onRuss Cox4-1/+209
2009-10-038c, 8l dynamic loading support.Russ Cox7-6/+177
2009-09-30cgo working on linux/386Russ Cox1-0/+6
2009-09-30cgo: works on amd64.Russ Cox3-0/+490
2009-09-29Add a Vim syntax highlighting file for Go.David Symonds1-0/+190
2009-05-20xcode config files, self-describingRobert Griesemer2-0/+254