index
:
delta/go.git
baserock/go1.2.2
baserock/go1.3
baserock/ps/add-go-wip
dev.cc
dev.garbage
dev.power64
master
release-branch.go1
release-branch.go1.1
release-branch.go1.2
release-branch.go1.3
release-branch.go1.4
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
code.google.com: Obsolete (use go-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
template: move exp/template into template.
Rob Pike
2011-08-17
1
-1
/
+1
*
template: delete old template code.
Rob Pike
2011-08-17
1
-13
/
+5
*
url: new package
Rob Pike
2011-08-17
1
-1
/
+2
*
cgo: omit duplicate symbols in writeDefs
Julian Phillips
2011-08-16
2
-0
/
+22
*
misc/vim: Godoc command.
Yasuhiro Matsumoto
2011-08-03
4
-0
/
+167
*
cgo: add GoBytes, fix gmp example
Russ Cox
2011-07-28
2
-2
/
+3
*
gobuilder: goinstall with -dashboard=false instead of -log=false
Andrew Gerrand
2011-07-20
1
-1
/
+1
*
misc/dashboard: center align build results
Andrew Gerrand
2011-07-20
1
-0
/
+3
*
goinstall, dashboard: Google Code now supports git
Tarmigan Casebolt
2011-07-19
1
-9
/
+14
*
dashboard: list "most installed this week" with rolling count
Andrew Gerrand
2011-07-19
4
-24
/
+115
*
cgo: add missing semicolon in generated struct
Brad Fitzpatrick
2011-07-18
2
-0
/
+13
*
go/printer: changed max. number of newlines from 3 to 2
Robert Griesemer
2011-07-14
1
-3
/
+0
*
dashboard: show build state and package comments on dashboard
Andrew Gerrand
2011-07-02
9
-49
/
+108
*
misc/vim: allow only utf-8 for fileencoding (fix CL4625078).
Yasuhiro Matsumoto
2011-06-30
1
-1
/
+1
*
misc/vim: allow only utf-8 for fileencoding.
Yasuhiro Matsumoto
2011-06-30
1
-1
/
+1
*
builder: minor fixes
Andrew Gerrand
2011-06-28
1
-6
/
+13
*
strings.Split: make the default to split all.
Rob Pike
2011-06-28
1
-4
/
+4
*
misc/emacs: update list of builtins.
Quan Yong Zhai
2011-06-24
1
-2
/
+2
*
nacl, tiny: remove vestiges
Robert Hencke
2011-06-21
1
-15
/
+0
*
builder: run make single-threaded on windows
Alex Brainman
2011-06-21
1
-2
/
+10
*
misc/godashboard: Accept sub-directories for goinstall's report.
Yasuhiro Matsumoto
2011-06-20
1
-5
/
+4
*
http: change most map[string][]string types to new Values type
Brad Fitzpatrick
2011-06-08
1
-7
/
+7
*
gobuilder: number of fixes
Alex Brainman
2011-06-06
2
-9
/
+10
*
dashboard: bug fix
Andrew Gerrand
2011-06-06
1
-5
/
+8
*
dashboard: add favicon.ico
Andrew Gerrand
2011-06-03
2
-0
/
+4
*
exec: new API, replace Run with Command
Brad Fitzpatrick
2011-06-01
2
-61
/
+20
*
godoc: basic setup for running godoc on local app engine emulator
Robert Griesemer
2011-06-01
3
-0
/
+69
*
gophertool: make the keyword 'golang'
Rob Pike
2011-06-01
1
-1
/
+1
*
gophertool: also permit typing "go [whatever]" in omnibox
Brad Fitzpatrick
2011-05-31
4
-29
/
+76
*
misc/cgo: remove reference to 'destroy' function
Russ Cox
2011-05-31
1
-3
/
+2
*
gobuilder: remove some windows-specificity
Andrew Gerrand
2011-05-30
1
-13
/
+10
*
pkg: spelling tweaks, I-Z
Robert Hencke
2011-05-30
2
-3
/
+3
*
misc/vim: limit Fmt command to Go buffers.
Yasuhiro Matsumoto
2011-05-30
1
-1
/
+1
*
dashboard: send notification emails when the build breaks
Andrew Gerrand
2011-05-30
2
-7
/
+86
*
gobuilder: fixes for windows
Alex Brainman
2011-05-30
2
-0
/
+55
*
misc/emacs: don't select the mark after gofmt
Eric Eisner
2011-05-23
1
-1
/
+1
*
gophertool: also accept commit form 8486:ab29d2698a47
Brad Fitzpatrick
2011-05-23
2
-3
/
+12
*
gophertool: Chrome extension to aid in Go development
Brad Fitzpatrick
2011-05-23
3
-0
/
+81
*
misc: syntax highlighting support on IntelliJ IDEA
Alexander Orlov
2011-05-20
1
-0
/
+98
*
go/printer, gofmt: fix formatting of expression lists (missing blank)
Robert Griesemer
2011-05-19
2
-24
/
+24
*
misc/vim: drop indent support for jump labels.
David Symonds
2011-05-14
1
-9
/
+3
*
dashboard: delay hg pull until needed
Russ Cox
2011-05-13
1
-6
/
+9
*
misc/vim: new Vim indentation script.
David Symonds
2011-05-13
1
-18
/
+59
*
misc/emacs: bug fix: use UTF-8 when invoking gofmt as a subprocess.
Sameer Ajmani
2011-05-13
2
-2
/
+4
*
http: remove finalURL from Client.Get; move to Response
Brad Fitzpatrick
2011-05-13
1
-1
/
+1
*
dashboard: fix for branches
Russ Cox
2011-05-12
10
-383
/
+512
*
go/printer, gofmt: fix alignment of "=" in const/var declarations
Robert Griesemer
2011-05-09
1
-5
/
+3
*
os: make Setenv update C environment variables
Brad Fitzpatrick
2011-05-02
3
-0
/
+36
*
misc/cgo/test: run tests
Russ Cox
2011-05-02
6
-18
/
+40
*
builder: build multiple targets in parallel
Andrew Gerrand
2011-04-27
1
-3
/
+14
[next]