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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[release-branch.r59] gc: fix closure bug
release.r59
release-branch.r59
Andrew Gerrand
2011-07-31
3
-39
/
+62
*
[release-branch.r59] doc: document release.r59
Andrew Gerrand
2011-07-31
2
-1
/
+116
*
create release-branch.r59
Andrew Gerrand
2011-07-31
0
-0
/
+0
*
weekly.2011-07-07
weekly.2011-07-07
Andrew Gerrand
2011-07-08
1
-0
/
+106
*
sort: rename helpers: s/Sort// in sort.Sort[Float64s|Ints|Strings]
Andrew Gerrand
2011-07-08
19
-33
/
+126
*
gob: export fields in structs in the package documentation.
David Symonds
2011-07-08
1
-17
/
+17
*
cgi: don't depend on CGI.pm for tests
Brad Fitzpatrick
2011-07-07
1
-2
/
+35
*
image/draw: add draw tests where the destination image doesn't start
Nigel Tao
2011-07-08
1
-48
/
+64
*
crypto/x509: prevent chain cycles in Verify
Adam Langley
2011-07-07
2
-5
/
+12
*
doc: remove ed from apt-get package list
Brad Fitzpatrick
2011-07-07
1
-1
/
+1
*
image: tighten Paletted.Opaque to check only those palette entries
Nigel Tao
2011-07-07
2
-2
/
+20
*
os: fix documentation for FileInfo.Name.
Rob Pike
2011-07-07
1
-1
/
+1
*
exp/template: handle pointers and values in empty interfaces.
Rob Pike
2011-07-07
3
-25
/
+98
*
exp/template: change the name from 'metacharacter' to 'delimiter',
Rob Pike
2011-07-07
5
-34
/
+34
*
crypto/openpgp: fixed dangerous use of for loop variable
Gideon Jan-Wessel Redelinghuys
2011-07-07
1
-2
/
+3
*
C+A: Gideon Jan-Wessel Redelinghuys
Rob Pike
2011-07-07
2
-0
/
+2
*
syscall: rearrange windows code so 386 and amd64 can share files
Alex Brainman
2011-07-07
17
-942
/
+2311
*
CONTRIBUTORS: add Google contributor mpvl@golang.org
Rob Pike
2011-07-07
1
-0
/
+1
*
exp/template: index: forgot the always last-to-arrive uintptr.
Rob Pike
2011-07-07
1
-1
/
+1
*
asn1: support T61 and UTF8 string.
Adam Langley
2011-07-06
2
-18
/
+28
*
crypto/tls: fix generate_cert.go
Adam Langley
2011-07-06
1
-3
/
+5
*
json: fix test if rand returns 0.
Ian Lance Taylor
2011-07-06
1
-1
/
+4
*
exp/template: index function for arrays, slices, and maps.
Rob Pike
2011-07-06
2
-12
/
+71
*
exp/template: silence test noise (but add a flag to put it back)
Rob Pike
2011-07-06
3
-7
/
+6
*
exp/template: add a JavaScript escaper.
David Symonds
2011-07-06
2
-13
/
+125
*
exp/template: allow an empty interface value to be the target of range, etc.
Rob Pike
2011-07-06
2
-8
/
+16
*
exp/template: improve error message for non-exported field.
Rob Pike
2011-07-06
1
-1
/
+1
*
maketables: update debugging data.
Rob Pike
2011-07-06
1
-19
/
+19
*
exp/template: add missing dotNode case.
David Symonds
2011-07-06
1
-0
/
+2
*
exp/template: fixes and updates.
Rob Pike
2011-07-06
5
-4
/
+68
*
exp/template: remove debugging dreg.
David Symonds
2011-07-06
1
-1
/
+0
*
html: parse start tags that aren't explicitly otherwise dealt with.
Yasuhiro Matsumoto
2011-07-06
1
-0
/
+1
*
exp/template: remove the need for a goroutine.
Rob Pike
2011-07-06
2
-14
/
+20
*
exp/template: remove the visibility of the token channel from the parser.
Rob Pike
2011-07-06
4
-16
/
+18
*
gc: fix %N for OGOTO nodes.
Luuk van Dijk
2011-07-06
1
-1
/
+1
*
exp/template: add templates to sets; boolean logic.
Rob Pike
2011-07-05
4
-14
/
+73
*
godoc: ignore directories that begin with '.'
Andrew Gerrand
2011-07-05
1
-2
/
+3
*
exp/template: statically check that functions names have been defined.
Rob Pike
2011-07-05
3
-17
/
+34
*
os: fix build for Plan 9
Fazlul Shahriar
2011-07-05
2
-4
/
+28
*
exp/template: add an html escaping function.
Rob Pike
2011-07-05
2
-0
/
+69
*
image: add a test for filling sub-images.
Nigel Tao
2011-07-05
1
-0
/
+60
*
exp/template: functions
Rob Pike
2011-07-05
6
-39
/
+196
*
docs: fold the prog.sh scripting from makehtml into htmlgen itself.
Rob Pike
2011-07-04
5
-683
/
+729
*
goinstall: only report successfully-installed packages to the dashboard
Andrew Gerrand
2011-07-04
2
-13
/
+19
*
exp/template: add template sets, allowing templates to reference one another
Rob Pike
2011-07-04
7
-116
/
+626
*
exp/template: allow complex numbers, add 'with', 'define', and 'template' key...
Rob Pike
2011-07-04
2
-32
/
+63
*
reflect: allow Len on String values.
Rob Pike
2011-07-04
1
-1
/
+3
*
go/build: evaluate symlinks before comparing path to GOPATH
Andrew Gerrand
2011-07-04
1
-0
/
+3
*
godoc: search GOPATH for documentation
Andrew Gerrand
2011-07-02
3
-8
/
+21
*
goinstall: documentation for new remote repository behavior and tweaks
Andrew Gerrand
2011-07-02
2
-75
/
+135
[next]