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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
renaming_4: gofix -r everything/but/src/pkg
Rob Pike
2011-11-08
20
-29
/
+29
*
renaming_3: gofix -r go1pkgrename src/pkg/[m-z]*
Rob Pike
2011-11-08
87
-126
/
+126
*
renaming_2: gofix -r go1pkgrename src/pkg/[a-l]*
Rob Pike
2011-11-08
83
-94
/
+94
*
renaming_1: hand-edited files for go 1 renaming
Rob Pike
2011-11-08
63
-138
/
+80
*
gofix: add go1pkgrename
Rob Pike
2011-11-08
3
-0
/
+192
*
html: treat <image> as <img>
Andrew Balholm
2011-11-09
2
-2
/
+6
*
text/template: make redefinition of a template in a set more consistent.
Rob Pike
2011-11-08
2
-15
/
+9
*
runtime: add timespec definition for freebsd
Joel Sing
2011-11-08
3
-0
/
+14
*
os, syscall: fix Plan 9 build
Anthony Martin
2011-11-08
4
-5
/
+6
*
html: parse <body>, <base>, <link>, <meta>, and <title> tags inside page body
Andrew Balholm
2011-11-08
2
-2
/
+31
*
runtime: add windows callback tests
Alex Brainman
2011-11-08
3
-1
/
+105
*
gotest: don't run examples that have no expected output
Andrew Gerrand
2011-11-08
2
-2
/
+8
*
html: fix typo in package docs.
Nigel Tao
2011-11-08
1
-1
/
+1
*
net: fix build comment
Mikio Hara
2011-11-08
1
-1
/
+1
*
gc: Clean up dostruct/stotype, detect broken fields and propagate up to struc...
Luuk van Dijk
2011-11-07
5
-155
/
+247
*
go/ast: fix bugs in SortImports
Russ Cox
2011-11-07
2
-6
/
+101
*
lib9: fix windows build
Russ Cox
2011-11-07
1
-1
/
+1
*
lib9: add ctime
Russ Cox
2011-11-07
3
-5
/
+31
*
runtime/cgo: fix data declaration to be extern
Russ Cox
2011-11-07
1
-1
/
+1
*
exp/ssh: improved client authentication support
Dave Cheney
2011-11-07
4
-53
/
+162
*
runtime: fix prototype for openbsd thrsleep
Joel Sing
2011-11-07
4
-3
/
+23
*
gc: use HEADER_IO macro from gopack
Ron Minnich
2011-11-07
1
-6
/
+18
*
gc: format nits
Lucio De Re
2011-11-07
2
-1
/
+2
*
xml: allow parsing of <_> </_>.
David Crawshaw
2011-11-07
2
-2
/
+11
*
archive/zip: actually close file opened with OpenReader.
Dmitry Chestnykh
2011-11-07
2
-1
/
+6
*
net/http: fix whitespace handling in sniffer.
David Symonds
2011-11-07
2
-1
/
+2
*
runtime: windows_386 sighandler to use correct g
Alex Brainman
2011-11-07
2
-40
/
+19
*
html: be able to test more than one testdata file.
Nigel Tao
2011-11-07
1
-10
/
+27
*
gc: Better error message for range over non-receive channel.
Luuk van Dijk
2011-11-06
1
-0
/
+4
*
gc: Switch related errors should use plain format.
Luuk van Dijk
2011-11-06
1
-3
/
+3
*
math: faster Gamma
Charles L. Dorian
2011-11-05
1
-3
/
+3
*
gofix: avoid panic on body-less functions in netudpgroup.
David Symonds
2011-11-05
2
-1
/
+21
*
math: improved high-angle test for Cos, Sin and Tan
Charles L. Dorian
2011-11-04
1
-9
/
+50
*
goinstall: allow packages from launchpad.net/~user branches.
Jani Monoses
2011-11-04
1
-1
/
+4
*
html/template: wraps package template instead of exposing func Escape
Mike Samuel
2011-11-04
8
-127
/
+331
*
http: support Trailers in ReadRequest
Brad Fitzpatrick
2011-11-04
3
-23
/
+119
*
gc: detect type switch variable not used cases.
Luuk van Dijk
2011-11-04
5
-27
/
+44
*
html,bzip2,sql: rename Error methods that return error to Err
Gustavo Niemeyer
2011-11-04
10
-16
/
+103
*
template: format error with pointer receiver.
David Symonds
2011-11-04
2
-1
/
+22
*
runtime: fix linux/arm nanotime?
Russ Cox
2011-11-04
1
-20
/
+17
*
template: format errors
Russ Cox
2011-11-04
3
-3
/
+7
*
runtime: fix openbsd nanotime?
Russ Cox
2011-11-04
1
-1
/
+1
*
bytes: fix typo and resolve to be less idiotic next time
Andrew Gerrand
2011-11-04
1
-1
/
+1
*
bytes: add Contains function
Andrew Gerrand
2011-11-04
1
-0
/
+5
*
html: properly close <tr> element when an new <tr> starts.
Andrew Balholm
2011-11-04
2
-7
/
+12
*
http: doc nits
Brad Fitzpatrick
2011-11-03
2
-3
/
+3
*
http: clarify Request docs
Brad Fitzpatrick
2011-11-03
1
-8
/
+22
*
httputil: move dump and chunking functions out of http
Brad Fitzpatrick
2011-11-03
11
-179
/
+468
*
gob: fix bug when registering the same type multiple times
Rob Pike
2011-11-03
2
-7
/
+16
*
http: only recognize application/x-www-form-urlencoded in ParseForm
Brad Fitzpatrick
2011-11-03
2
-14
/
+7
[next]