aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2010-01-05Update Emacs go-mode for new semicolon rule.Austin Clements
2009-12-30More Xcode support.Robert Griesemer
2009-12-29Improved Xcode supportKen Friedenbach
2009-12-15 1) Change default gofmt default settings forRobert Griesemer
2009-12-11Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell
2009-12-11misc/bash: completion file for bashRuss Cox
2009-12-01Add 'copy' as a Go builtin function for Vim syntax highlighter spec.David Symonds
2009-11-30Syntax coloring and function navigation for BBEdit/TextWranglerAnthony Starks
2009-11-29Make comment-start/-end changes buffer-local instead of global.Austin Clements
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia
2009-11-18More FreeBSD-touchups. Thundercats are GOOOOO!Devon H. O'Dell
2009-11-18make all.bash finish on FreeBSDRuss Cox
2009-11-17Added Kate syntax highlighting file.Evan Shaw
2009-11-17FreeBSD-specific porting work.Devon H. O'Dell
2009-11-13Correct indentation for go-mode where a close brace following a semi-James Aguilar
2009-11-12Teach emacs M-x gofmt to save region/restrictionsKevin Ballard
2009-11-10Implement new emacs command M-x gofmtweekly.2009-11-10.1Kevin Ballard
2009-11-10Fix go-mode.el to work on empty buffersKevin Ballard
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer
2009-11-06- one-line funcs in miscRobert Griesemer
2009-11-05gofmt -w miscRobert Griesemer
2009-10-22go-mode for Emacs. This provides basic syntax highlightingAustin Clements
2009-10-14Minor fixes and additions to the GMP wrapping.Adam Langley
2009-10-03add cgo test that doesn't depend onRuss Cox
2009-10-038c, 8l dynamic loading support.Russ Cox
2009-09-30cgo working on linux/386Russ Cox
2009-09-30cgo: works on amd64.Russ Cox
2009-09-29Add a Vim syntax highlighting file for Go.David Symonds
2009-05-20xcode config files, self-describingRobert Griesemer