1. 00d8d00 misc/dashboard: notify golang-dev on build failure by Andrew Gerrand · 14 years ago
  2. fb9e37c template: reverse order of arguments to Execute by Rob Pike · 14 years ago
  3. bbb7080 misc/dashboard: hide benchmarks link temporarily by Andrew Gerrand · 14 years ago
  4. 288a39c go/ast: reflect communication operator changes accurately in ast by Robert Griesemer · 14 years ago
  5. eea18d9 log: rename Exit* to Fatal* by Rob Pike · 14 years ago
  6. 5887ef7 misc/vim: Define import commands on buffer switch by Gustavo Niemeyer · 14 years ago
  7. 400d777 misc/vim: Document better syntax sync parameter by Gustavo Niemeyer · 14 years ago
  8. 90585bd misc/vim/syntax: set large value to 'syntax sync'. by Yasuhiro Matsumoto · 14 years ago
  9. 4e5e0b1 misc: Import/Drop commands for Vim by Gustavo Niemeyer · 14 years ago
  10. 5cfadeb misc: update type + builtin lists found in editor support files by Russ Cox · 14 years ago
  11. a4bade8 gobuilder: prefix the tarball with 'go.', tweak release regexp by Andrew Gerrand · 14 years ago
  12. 6c6d530 cgo: handle references to symbols in shared libraries by Russ Cox · 14 years ago
  13. 0cd3475 misc/cgo/life: fix, add to build by Russ Cox · 14 years ago
  14. 5742ded godashboard: support submitting projects with non-ascii names by Ryan Hitchman · 14 years ago
  15. 9da7361 cgo: do not reset tag generator between files by Russ Cox · 14 years ago
  16. 8984fa8 dashboard: fix project tag filter by Andrew Gerrand · 14 years ago
  17. dfd98d0 builder: Allow buildroot to be passed as command-line argument by Devon H. O'Dell · 14 years ago
  18. f62772b kate: update for append by Evan Shaw · 14 years ago
  19. edaeb88 misc/bbedit: support append, other builtins by Anthony Starks · 14 years ago
  20. 0451cd1 misc/vim: update list of builtins. by David Symonds · 14 years ago
  21. fe57dd85 builder: pass GOHOSTOS and GOHOSTARCH to build by Andrew Gerrand · 14 years ago
  22. 3478891 gofmt -s -w src misc by Robert Griesemer · 14 years ago
  23. f16b6b1 misc: update python scripts to specify python2 or nothing by Andrew Gerrand · 14 years ago
  24. b3601a5 gobuilder: write build and benchmarking logs to disk by Andrew Gerrand · 14 years ago
  25. 06492d4 build: add gobuilder and goplay to run.bash by Andrew Gerrand · 14 years ago
  26. e64280e goplay: fix to run under windows. by Yasuhiro Matsumoto · 14 years ago
  27. e2df7f4 misc: add goplay by Andrew Gerrand · 14 years ago
  28. cc5c2ee life: fix for new slice rules by Graham Miller · 14 years ago
  29. 03babfc Use Errorf where appropriate. by Andrew Gerrand · 14 years ago
  30. fdb9e68 misc/dashboard/builder: remove build files after benchmarking by Andrew Gerrand · 14 years ago
  31. 96d6f9d misc/dashboard/builder: -cmd for user-specified build command by Andrew Gerrand · 15 years ago
  32. a2450c1 cgo: bug fixes by Russ Cox · 15 years ago
  33. 0e73fff misc/dashboard/builder: fix bug that caused old revisions to be rebuilt by Andrew Gerrand · 15 years ago
  34. 6952347 misc/dashboard/builder: fixes and improvements by Andrew Gerrand · 15 years ago
  35. 3b9a024 go-mode.el: Fix highlighting for 'chan' type Fixes #1038. by Scott Lawrence · 15 years ago
  36. 3e8cc7f misc/dashboard/builder: gobuilder, a continuous build client by Andrew Gerrand · 15 years ago
  37. e11bcc8 revert accidental submit of builder.go by Andrew Gerrand · 15 years ago
  38. 1a5d3c2 misc/dashboard/builder: Go implementation of continuous build client by Andrew Gerrand · 15 years ago
  39. 0f61f01 misc/bash: add *.go completion for gofmt by Scott Lawrence · 15 years ago
  40. 815a678 misc: add zsh completion (using compctl) by Scott Lawrence · 15 years ago
  41. 5c603db build: remove unnecessary references to GOBIN and GOROOT by Christian Himpel · 15 years ago
  42. c1497a0 misc/fraise: syntax highlighting for Fraise.app (OS X) by Vincent Ambo · 15 years ago
  43. 87229f5 misc/emacs: make _ a word symbol by Scott Lawrence · 15 years ago
  44. da392d9 build: no required environment variables by Russ Cox · 15 years ago
  45. 3dc6c9e misc/vim: highlight misspelled words only in comments by Christian Himpel · 15 years ago
  46. 5443bbe builder: update script so it doesn't create tar-bombs by Andrew Gerrand · 15 years ago
  47. 96ad9ad arm: add gdb support to android launcher script by Kai Backman · 15 years ago
  48. 3402c5e misc/builder: support for uploading tarballs to googlecode by Andrew Gerrand · 15 years ago
  49. fc5a835 dashboard: more aggressive caching for project/package pages by Andrew Gerrand · 15 years ago
  50. 2b35084 misc/vim: updated syntax file to recognize constants of the form 1e9 by Petar Maymounkov · 15 years ago
  51. dcd9d78 minor error checking to android launcher by Kai Backman · 15 years ago
  52. 0432f28 cgo: various bug fixes by Russ Cox · 15 years ago
  53. 1930cd5 dashboard: use jQuery Autocomplete plugin from Google AJAX Libs API by Andrew Gerrand · 15 years ago
  54. 6e83100 godashboard: add Projects page by Andrew Gerrand · 15 years ago
  55. 00d838b misc/vim: always override filetype detection for .go files by Andrew Gerrand · 15 years ago
  56. 5cb4f82 misc/vim: clarifies syntax highlighting installation instructions by James Whitehead · 15 years ago
  57. d67717c misc/vim: reorganize plugin so it uses ftplugin and syntax by James Whitehead · 15 years ago
  58. b524fdc godashboard: change behaviour of top button by Andrew Gerrand · 15 years ago
  59. 1dabece kate: convert isn't a built in function by Evan Shaw · 15 years ago
  60. d6b199a dashboard: reintroduce Benchmark model by Andrew Gerrand · 15 years ago
  61. 249c49e dashboard: fix benchmark json output by Andrew Gerrand · 15 years ago
  62. 9757667 gmp: fix bug in SetString by Russ Cox · 15 years ago
  63. c6138ef runtime: closures, defer bug fix for Native Client by Russ Cox · 15 years ago
  64. 8df3121 godashboard: remove obselete data models and conversion code by Andrew Gerrand · 15 years ago
  65. 47c4416 godashboard: bz2 compress logs in data store by Andrew Gerrand · 15 years ago
  66. 0b2e026 the android runner script by Kai Backman · 15 years ago
  67. f833a8d A test case for cgo //export. by Ian Lance Taylor · 15 years ago
  68. 7678c5b godashboard: fix benchmarks page (first pass) by Andrew Gerrand · 15 years ago
  69. 31693e9 kate: Update for recent language changes by Evan Shaw · 15 years ago
  70. c72f491 godashboard: new stylesheet, build status pagination by Andrew Gerrand · 15 years ago
  71. 354679d misc/bbedit: support for cmplx, real, imag by Anthony Starks · 15 years ago
  72. 72a3f53 Add new complex types, functions and literals to Vim syntax file. by David Symonds · 15 years ago
  73. 6129dbb dashboard: include package.html by Andrew Gerrand · 15 years ago
  74. 3e4e4ec goinstall: an experiment in (external) package installation by Russ Cox · 15 years ago
  75. c426427 dashboard: more performance tuning by Russ Cox · 15 years ago
  76. b4bd4d9 misc/bbedit: treat predeclared identifiers as "keywords" by Anthony Starks · 15 years ago
  77. 666abfb dashboard: lots of caching to avoid datastore queries by Russ Cox · 15 years ago
  78. c7d37e4 dashboard: auto-update builder.sh. by Russ Cox · 15 years ago
  79. d5b946f dashboard: present benchmarks by Russ Cox · 15 years ago
  80. 0141fd3 dashboard: avoid seeing cron's sh -c in ps check by Russ Cox · 15 years ago
  81. 2e989df dashboard: move key.py out of the way, by Russ Cox · 15 years ago
  82. 2ce13ba dashboard: builder tweaks by Russ Cox · 15 years ago
  83. c40c974 dashboard: look for key in $GOROOT before $HOME by Russ Cox · 15 years ago
  84. e0afb0c godashboard: fiddling by Russ Cox · 15 years ago
  85. 062fee0 dashboard: add benchmarking support. by Adam Langley · 15 years ago
  86. ea1a36e Fix minor issues with updating go-mode in an empty buffer by Kevin Ballard · 15 years ago
  87. 3daf133 kate: Highlighting improvements by Evan Shaw · 15 years ago
  88. d635d84 Add builder scripts. by Adam Langley · 15 years ago
  89. 367ae9a Use remove-text-properties instead of by Austin Clements · 15 years ago
  90. 6712cf3 Update Emacs go-mode for new semicolon rule. by Austin Clements · 15 years ago
  91. bcabc99 More Xcode support. Recognize special comments starting with TODO or BUG. by Robert Griesemer · 15 years ago
  92. c7e2970 Improved Xcode support by Ken Friedenbach · 15 years ago
  93. 5a1d332 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  94. 857d4cf Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/src by Devon H. O'Dell · 15 years ago
  95. 0714fbb misc/bash: completion file for bash suggested by Alex Ray <ajray@ncsu.edu> by Russ Cox · 15 years ago
  96. 42ec02b Add 'copy' as a Go builtin function for Vim syntax highlighter spec. by David Symonds · 15 years ago
  97. 593ea31 Syntax coloring and function navigation for BBEdit/TextWrangler by Anthony Starks · 15 years ago
  98. 6e6125f Make comment-start/-end changes buffer-local instead of global. by Austin Clements · 15 years ago
  99. 6fc8207 go: makes it build for the case $GOROOT has whitespaces by Sergio Luis O. B. Correia · 15 years ago
  100. 60b1a17 More FreeBSD-touchups. Thundercats are GOOOOO! by Devon H. O'Dell · 15 years ago