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
...
*
net: disable TestDualStackUDPListener in short mode
Russ Cox
2014-10-06
1
-0
/
+3
*
syscall: another attempt to keep windows syscall pointers live
Alex Brainman
2014-10-05
2
-15
/
+100
*
fmt: print &map like &slice and &struct
Rob Pike
2014-10-03
3
-3
/
+52
*
crypto/x509: add OpenELEC system root location.
Dave Cheney
2014-10-04
1
-0
/
+1
*
fmt: part 2 of the great flag rebuild: make %+v work in formatters
Rob Pike
2014-10-03
3
-154
/
+127
*
runtime: clear sg.selectdone before saving in SudoG cache
Russ Cox
2014-10-03
2
-1
/
+10
*
runtime: clear stale values from G.param and SudoG.elem
Russ Cox
2014-10-03
4
-2
/
+27
*
cmd/cc, runtime: disallow structs without tags
Russ Cox
2014-10-03
8
-755
/
+495
*
undo CL 138250043 / 4eda5e4001fd
Alex Brainman
2014-10-03
2
-33
/
+6
*
fmt: make the %#v verb a special flag
Rob Pike
2014-10-02
3
-84
/
+196
*
math/big: math.Exp should return result >= 0 for |m| > 0
Robert Griesemer
2014-10-02
2
-3
/
+17
*
encoding/binary: fix error message
Robert Griesemer
2014-10-02
2
-40
/
+53
*
syscall: support UID/GID map files for Linux user namespaces
Mrunal Patel
2014-10-02
1
-12
/
+111
*
syscall: fix Setenv for plan 9
Nicolas Owens
2014-10-02
1
-0
/
+1
*
run.bat: comment text properly
Alex Brainman
2014-10-02
1
-1
/
+1
*
time: A Timer must be properly created before use (documentation).
Robert Griesemer
2014-10-01
1
-0
/
+1
*
encoding/json: don't panic on incorrect map argument
Robert Griesemer
2014-10-01
2
-3
/
+15
*
encoding/binary: slightly better documentation
Robert Griesemer
2014-10-01
1
-3
/
+4
*
fmt: fix internal unknownType function
Rob Pike
2014-10-01
1
-3
/
+3
*
reflect: fix IsValid vs Kind mismatch after Elem of nil interface
Russ Cox
2014-10-01
2
-1
/
+17
*
testing: clearer comment
Robert Griesemer
2014-10-01
1
-1
/
+1
*
net/rpc: shut down connection if gob has error
Rob Pike
2014-10-01
1
-1
/
+24
*
os, syscall: add Unsetenv
Brad Fitzpatrick
2014-10-01
9
-12
/
+135
*
x509: Fixed ASN.1 encoding in CRL Distribution Points extension
Paul van Brouwershaven
2014-09-30
1
-1
/
+1
*
cmd/cgo: add missing ast.SliceExpr.Max case to AST traversal.
Alan Donovan
2014-09-30
1
-0
/
+3
*
go/format, cmd/gofmt: added missing comments, minor internal cleanup
Robert Griesemer
2014-09-30
2
-13
/
+52
*
net/http/httputil: ensure DumpRequestOut dumps all of Body
Brad Fitzpatrick
2014-09-30
2
-3
/
+39
*
encoding/asn1: fix unmarshaling of implicitly tagged UTF-8 strings.
Adam Langley
2014-09-30
2
-4
/
+13
*
cmd/go: sometimes name tmp test binary test.test.exe on Windows
Russ Cox
2014-09-30
1
-0
/
+37
*
cmd/pprof: add Go implementation
Russ Cox
2014-09-30
19
-0
/
+7728
*
cmd/gc: fix call order in array literal of slice literal of make chan
Russ Cox
2014-09-30
1
-2
/
+12
*
compress/*: note that NewReader may introduce buffering
Russ Cox
2014-09-30
4
-4
/
+11
*
compress/zlib: mention that NewReaderDict can return ErrDictionary
Russ Cox
2014-09-30
1
-0
/
+1
*
log/syslog: try /var/run/log, for FreeBSD
Russ Cox
2014-09-30
1
-1
/
+1
*
cmd/objdump: move armasm, x86asm into internal packages
Russ Cox
2014-09-30
33
-24625
/
+35092
*
regexp/syntax: reject large repetitions created by nesting small ones
Russ Cox
2014-09-30
2
-0
/
+47
*
runtime: fix scanning of gc work buffer
Keith Randall
2014-09-30
1
-4
/
+8
*
runtime: fix throwsplit check
Dmitriy Vyukov
2014-09-30
1
-1
/
+1
*
runtime: initialize traceback variables earlier
Keith Randall
2014-09-29
3
-10
/
+31
*
net/http: make Transport.CloseIdleConnections also close pending dials
Brad Fitzpatrick
2014-09-29
3
-5
/
+74
*
go/format, cmd/gofmt: fix issues with partial Go code with indent
Dmitri Shuralyov
2014-09-29
8
-155
/
+305
*
liblink: generate MRC replacement in liblink, not tls_arm
Dave Cheney
2014-09-30
2
-10
/
+21
*
x509: add root certs for android.
Tom Linford
2014-09-30
1
-0
/
+25
*
runtime: delete unused variables.
Keith Randall
2014-09-29
1
-4
/
+0
*
net/http: enable Transfer-Encoding: identity without Content-Length for HTTP ...
James Tucker
2014-09-29
2
-7
/
+43
*
net/http: clarify Request.FormValue docs
Brad Fitzpatrick
2014-09-29
1
-1
/
+2
*
cmd/yacc: fix handling of tokens that don't start with letters
Ian Lance Taylor
2014-09-29
2
-5
/
+11
*
undo CL 141840043 / 65e21380cb2a
Brad Fitzpatrick
2014-09-29
1
-3
/
+2
*
crypto/x509: accept CRLs without an expiry.
Adam Langley
2014-09-29
2
-1
/
+12
*
net: fix misleading package comment example
Brad Fitzpatrick
2014-09-29
1
-1
/
+0
[prev]
[next]