1. 548e3d0 gobuilder: number of fixes by Alex Brainman · 14 years ago
  2. 3b938f7 dashboard: bug fix by Andrew Gerrand · 14 years ago
  3. f4f5836 dashboard: add favicon.ico by Andrew Gerrand · 14 years ago
  4. f259f6b exec: new API, replace Run with Command by Brad Fitzpatrick · 14 years ago
  5. 59a1905 godoc: basic setup for running godoc on local app engine emulator by Robert Griesemer · 14 years ago
  6. 378c806 gophertool: make the keyword 'golang' by Rob Pike · 14 years ago
  7. f4349f7 gophertool: also permit typing "go [whatever]" in omnibox by Brad Fitzpatrick · 14 years ago
  8. 6216307 misc/cgo: remove reference to 'destroy' function by Russ Cox · 14 years ago
  9. 55f8fd2 gobuilder: remove some windows-specificity by Andrew Gerrand · 14 years ago
  10. 3fbd478 pkg: spelling tweaks, I-Z by Robert Hencke · 14 years ago
  11. c6fd1e0 misc/vim: limit Fmt command to Go buffers. by Yasuhiro Matsumoto · 14 years ago
  12. 5784dcf dashboard: send notification emails when the build breaks by Andrew Gerrand · 14 years ago
  13. 55dd63b gobuilder: fixes for windows by Alex Brainman · 14 years ago
  14. ed0c0f2 misc/emacs: don't select the mark after gofmt by Eric Eisner · 14 years ago
  15. f5a011d gophertool: also accept commit form 8486:ab29d2698a47 by Brad Fitzpatrick · 14 years ago
  16. 09dd5bf gophertool: Chrome extension to aid in Go development by Brad Fitzpatrick · 14 years ago
  17. 5107041d misc: syntax highlighting support on IntelliJ IDEA by Alexander Orlov · 14 years ago
  18. b790ae2 go/printer, gofmt: fix formatting of expression lists (missing blank) by Robert Griesemer · 14 years ago
  19. 816f4bb misc/vim: drop indent support for jump labels. by David Symonds · 14 years ago
  20. ac65eaa dashboard: delay hg pull until needed by Russ Cox · 14 years ago
  21. 1a7d09c misc/vim: new Vim indentation script. by David Symonds · 14 years ago
  22. cc5ac67 misc/emacs: bug fix: use UTF-8 when invoking gofmt as a subprocess. by Sameer Ajmani · 14 years ago
  23. 05a1b7e http: remove finalURL from Client.Get; move to Response by Brad Fitzpatrick · 14 years ago
  24. 12c3afc dashboard: fix for branches by Russ Cox · 14 years ago
  25. 499ad94 go/printer, gofmt: fix alignment of "=" in const/var declarations by Robert Griesemer · 14 years ago
  26. 623e7de os: make Setenv update C environment variables by Brad Fitzpatrick · 14 years ago
  27. f985638 misc/cgo/test: run tests by Russ Cox · 14 years ago
  28. 50e65ab builder: build multiple targets in parallel by Andrew Gerrand · 14 years ago
  29. 63d531a dashboard: build most recent revision first by Russ Cox · 14 years ago
  30. 99b0eef misc/goplay: fix Tab and Shift+Enter in Firefox. by Dmitry Chestnykh · 14 years ago
  31. 91dfae7 gobuilder: respect MAKEFLAGS if provided by Dave Cheney · 14 years ago
  32. 9fba2a1 gobuilder: permit builders of the form goos-goarch-foo by Andrew Gerrand · 14 years ago
  33. dcf32a24 builder: fix documentation s/\.gobuilder/.gobuildkey/ by Andrew Gerrand · 14 years ago
  34. 89901bb misc/vim: add plugin with Fmt command. by Dmitry Chestnykh · 14 years ago
  35. 328aac3 godashboard: Show packages at launchpad.net by Gustavo Niemeyer · 14 years ago
  36. dd44232 misc/vim: update type highlighting for new reflect package by David Symonds · 14 years ago
  37. de3aac6 gofix: don't rewrite O_APPEND opens by Russ Cox · 14 years ago
  38. 8a90fd3 os: New Open API. by Rob Pike · 14 years ago
  39. 7317864 misc/notepadplus: add syntax and completion support for notepad++ by Anthony Starks · 14 years ago
  40. ac74f14 kate: reorganize, remove closed() by Evan Shaw · 14 years ago
  41. c3fa730 dashboard: remove old python/bash builder, update README by Andrew Gerrand · 14 years ago
  42. 0ac151f misc/emacs: gofmt: don't clobber the current buffer on failure by Sameer Ajmani · 14 years ago
  43. aa798d2 misc/bbedit: remove closed keyword by Anthony Starks · 14 years ago
  44. aad62bf misc/vim: remove 'closed' as a builtin function. by David Symonds · 14 years ago
  45. f91b37b Make.pkg: add support for SWIG, and add two SWIG examples by Ian Lance Taylor · 14 years ago
  46. 6684d55 go/printer, gofmt: simplify struct formatting and respect line breaks by Robert Griesemer · 14 years ago
  47. 5dd0869 codereview: permit CLs of the form weekly.DATE by Andrew Gerrand · 14 years ago
  48. d7eacee misc/vim: Add indent script for Vim by Ross Light · 14 years ago
  49. 4b4a1ea misc/dashboard/builder/doc.go: gofmt it by Robert Griesemer · 14 years ago
  50. f9ca3b5 runtime: scheduler, cgo reorganization by Russ Cox · 14 years ago
  51. 34f2f68 gobuilder: add -package flag to build external packages by Andrew Gerrand · 14 years ago
  52. 7f5acfb misc/dashboard/builder: talk to hg with utf-8 encoding always. by Andrew Gerrand · 14 years ago
  53. 79ba1ce misc/dashboard: tweak build fail notification email by Andrew Gerrand · 14 years ago
  54. 00d8d00 misc/dashboard: notify golang-dev on build failure by Andrew Gerrand · 14 years ago
  55. fb9e37c template: reverse order of arguments to Execute by Rob Pike · 14 years ago
  56. bbb7080 misc/dashboard: hide benchmarks link temporarily by Andrew Gerrand · 14 years ago
  57. 288a39c go/ast: reflect communication operator changes accurately in ast by Robert Griesemer · 14 years ago
  58. eea18d9 log: rename Exit* to Fatal* by Rob Pike · 14 years ago
  59. 5887ef7 misc/vim: Define import commands on buffer switch by Gustavo Niemeyer · 14 years ago
  60. 400d777 misc/vim: Document better syntax sync parameter by Gustavo Niemeyer · 14 years ago
  61. 90585bd misc/vim/syntax: set large value to 'syntax sync'. by Yasuhiro Matsumoto · 14 years ago
  62. 4e5e0b1 misc: Import/Drop commands for Vim by Gustavo Niemeyer · 14 years ago
  63. 5cfadeb misc: update type + builtin lists found in editor support files by Russ Cox · 14 years ago
  64. a4bade8 gobuilder: prefix the tarball with 'go.', tweak release regexp by Andrew Gerrand · 14 years ago
  65. 6c6d530 cgo: handle references to symbols in shared libraries by Russ Cox · 14 years ago
  66. 0cd3475 misc/cgo/life: fix, add to build by Russ Cox · 14 years ago
  67. 5742ded godashboard: support submitting projects with non-ascii names by Ryan Hitchman · 14 years ago
  68. 9da7361 cgo: do not reset tag generator between files by Russ Cox · 14 years ago
  69. 8984fa8 dashboard: fix project tag filter by Andrew Gerrand · 14 years ago
  70. dfd98d0 builder: Allow buildroot to be passed as command-line argument by Devon H. O'Dell · 14 years ago
  71. f62772b kate: update for append by Evan Shaw · 14 years ago
  72. edaeb88 misc/bbedit: support append, other builtins by Anthony Starks · 14 years ago
  73. 0451cd1 misc/vim: update list of builtins. by David Symonds · 14 years ago
  74. fe57dd85 builder: pass GOHOSTOS and GOHOSTARCH to build by Andrew Gerrand · 14 years ago
  75. 3478891 gofmt -s -w src misc by Robert Griesemer · 14 years ago
  76. f16b6b1 misc: update python scripts to specify python2 or nothing by Andrew Gerrand · 14 years ago
  77. b3601a5 gobuilder: write build and benchmarking logs to disk by Andrew Gerrand · 14 years ago
  78. 06492d4 build: add gobuilder and goplay to run.bash by Andrew Gerrand · 14 years ago
  79. e64280e goplay: fix to run under windows. by Yasuhiro Matsumoto · 14 years ago
  80. e2df7f4 misc: add goplay by Andrew Gerrand · 14 years ago
  81. cc5c2ee life: fix for new slice rules by Graham Miller · 14 years ago
  82. 03babfc Use Errorf where appropriate. by Andrew Gerrand · 15 years ago
  83. fdb9e68 misc/dashboard/builder: remove build files after benchmarking by Andrew Gerrand · 15 years ago
  84. 96d6f9d misc/dashboard/builder: -cmd for user-specified build command by Andrew Gerrand · 15 years ago
  85. a2450c1 cgo: bug fixes by Russ Cox · 15 years ago
  86. 0e73fff misc/dashboard/builder: fix bug that caused old revisions to be rebuilt by Andrew Gerrand · 15 years ago
  87. 6952347 misc/dashboard/builder: fixes and improvements by Andrew Gerrand · 15 years ago
  88. 3b9a024 go-mode.el: Fix highlighting for 'chan' type Fixes #1038. by Scott Lawrence · 15 years ago
  89. 3e8cc7f misc/dashboard/builder: gobuilder, a continuous build client by Andrew Gerrand · 15 years ago
  90. e11bcc8 revert accidental submit of builder.go by Andrew Gerrand · 15 years ago
  91. 1a5d3c2 misc/dashboard/builder: Go implementation of continuous build client by Andrew Gerrand · 15 years ago
  92. 0f61f01 misc/bash: add *.go completion for gofmt by Scott Lawrence · 15 years ago
  93. 815a678 misc: add zsh completion (using compctl) by Scott Lawrence · 15 years ago
  94. 5c603db build: remove unnecessary references to GOBIN and GOROOT by Christian Himpel · 15 years ago
  95. c1497a0 misc/fraise: syntax highlighting for Fraise.app (OS X) by Vincent Ambo · 15 years ago
  96. 87229f5 misc/emacs: make _ a word symbol by Scott Lawrence · 15 years ago
  97. da392d9 build: no required environment variables by Russ Cox · 15 years ago
  98. 3dc6c9e misc/vim: highlight misspelled words only in comments by Christian Himpel · 15 years ago
  99. 5443bbe builder: update script so it doesn't create tar-bombs by Andrew Gerrand · 15 years ago
  100. 96ad9ad arm: add gdb support to android launcher script by Kai Backman · 15 years ago