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
*
lib/time: update time zone to IANA version 2013b
Rob Pike
2013-04-02
2
-2
/
+2
*
net/http: fewer allocations in chunkWriter.WriteHeader
Brad Fitzpatrick
2013-04-02
1
-43
/
+89
*
runtime: Implement faster equals for strings and bytes.
Keith Randall
2013-04-02
14
-62
/
+416
*
net/http: new server Handler benchmarks
Brad Fitzpatrick
2013-04-02
1
-0
/
+61
*
cmd/gc: preserve safe annotation of package def.
David Symonds
2013-04-03
4
-299
/
+304
*
runtime: fix a comment regarding default floating point precision
Carl Shapiro
2013-04-02
1
-1
/
+1
*
net: delete DialOpt and DialOption; add struct Dialer
Brad Fitzpatrick
2013-04-02
6
-195
/
+132
*
cmd/gofmt: handle ... in rewrite of calls
Robert Griesemer
2013-04-02
6
-1
/
+73
*
cmd/go: fix typo in docs
Shenghou Ma
2013-04-03
2
-12
/
+14
*
net/http: remove useless named result arguments in type
Brad Fitzpatrick
2013-04-02
1
-1
/
+1
*
cmd/godoc: don't linkify index entries
Robert Griesemer
2013-04-02
2
-17
/
+15
*
sort: be consistent when describing "less: function in the multiKeys example
Rob Pike
2013-04-02
1
-3
/
+3
*
sort: new example: programmatic sort by multiple keys
Rob Pike
2013-04-02
1
-0
/
+132
*
compress/gzip: add Writer.Flush to call flate.Writer's Flush
Brad Fitzpatrick
2013-04-02
3
-1
/
+71
*
cmd/gc: recognize (a.b[0]<<1 | a.b[0]>>31) as a rotate, not just
Nigel Tao
2013-04-02
1
-8
/
+23
*
doc/go1.1.html: add a note about additional platforms
Dave Cheney
2013-04-02
1
-0
/
+11
*
runtime: make map reads multithreaded safe.
Keith Randall
2013-04-01
4
-23
/
+81
*
doc/codewalk/markov: fix slice error in description
Rob Pike
2013-04-01
1
-1
/
+1
*
testing: document that Log and Logf do not usually produce output
Rob Pike
2013-04-01
4
-4
/
+9
*
cmd/godoc: better error message for missing index files
Robert Griesemer
2013-04-01
1
-0
/
+2
*
cmd/gc: use appropriate verb to print array type length.
R?my Oudompheng
2013-04-02
1
-1
/
+1
*
sync/atomic: make unaligned 64-bit atomic operation panic on ARM
Shenghou Ma
2013-04-01
3
-3
/
+27
*
cmd/cc/cc.h: Add a #pragma for %S used (only) in cmd/cc/sub.c.
Lucio De Re
2013-04-01
1
-0
/
+1
*
cmd/ld: add -extld and -extldflags options
Ian Lance Taylor
2013-04-01
6
-5
/
+52
*
cmd/gc: do not reuse bool temporaries for composite equality.
R?my Oudompheng
2013-04-01
2
-5
/
+101
*
runtime: add concurrent map read test
Brad Fitzpatrick
2013-04-01
1
-0
/
+39
*
cmd/go: prevent packages from being cleaned more than once
Lucio De Re
2013-04-01
1
-0
/
+2
*
testing: report test as failed if the test panics.
Ewan Chou
2013-04-01
1
-0
/
+1
*
lib9/utf: Remove superfluous header inclusion.
Lucio De Re
2013-03-31
1
-2
/
+0
*
net: update documentation for UnixConn, UnixListener and related stuff
Mikio Hara
2013-03-31
3
-12
/
+6
*
net: update documentation for UDPConn and related stuff
Mikio Hara
2013-03-31
3
-25
/
+19
*
net: update documentation for TCPConn, TCPListener and related stuff
Mikio Hara
2013-03-31
3
-32
/
+25
*
net: update documentation for IPConn and related stuff
Mikio Hara
2013-03-31
3
-20
/
+16
*
net/http: Transport: be paranoid about any non-100 1xx response
Brad Fitzpatrick
2013-03-30
3
-13
/
+53
*
runtime: TestGcSys: if GOGC=off, skip instead of failing
Albert Strasheim
2013-03-30
1
-1
/
+1
*
net/http: fix incredibly racy TestTransportReading100Continue
Brad Fitzpatrick
2013-03-30
1
-22
/
+5
*
doc/go1.1: mention (*testing.B).ReportAllocs()
Shenghou Ma
2013-03-31
1
-3
/
+6
*
net/textproto: report allocs in benchmarks
Brad Fitzpatrick
2013-03-30
1
-0
/
+2
*
misc/emacs: Enable compilation-mode for gofmt error buffer before displaying it.
Dominik Honnef
2013-03-30
1
-2
/
+2
*
cmd/gc, cmd/ld: fix warnings on Plan 9
David du Colombier
2013-03-30
3
-6
/
+4
*
cmd/6g: fix warnings on Plan 9
David du Colombier
2013-03-30
2
-5
/
+5
*
os/exec, syscall: fix tests to pass when GOGCTRACE=1 is set
Albert Strasheim
2013-03-30
2
-2
/
+2
*
include/plan9/libc.h: fix Plan 9 build
David du Colombier
2013-03-30
1
-0
/
+1
*
misc/cgo/gmp: fix typo.
Andrey Mirtchovski
2013-03-30
1
-1
/
+1
*
net: avoid use of listener socket options on active open sockets
Mikio Hara
2013-03-30
1
-1
/
+6
*
misc/dashboard/codereview: add R?my to the list of assignees
Dave Cheney
2013-03-30
1
-1
/
+2
*
net/http: ignore 100-continue responses in Transport
Brad Fitzpatrick
2013-03-29
2
-0
/
+102
*
cmd/dist, cmd/ld: GO_EXTLINK_ENABLED=0 defaults to -linkmode=internal
Ian Lance Taylor
2013-03-29
10
-3
/
+62
*
bytes: Benchmark Buffer's compactions
Robert Obryk
2013-03-29
1
-0
/
+16
*
A+C: Robert Obryk (individual CLA)
Brad Fitzpatrick
2013-03-29
2
-0
/
+2
[next]