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
*
image/jpeg: handle Read returning n > 0, err != nil in d.fill
Russ Cox
2014-11-22
2
-0
/
+49
*
cmd/go: fix running pprof on windows.
Shenghou Ma
2014-11-22
1
-11
/
+1
*
go/parser: Use test-specific filesets to avoid races.
Robert Griesemer
2014-11-20
2
-25
/
+22
*
runtime: fix atomic operations on non-heap addresses
Dmitriy Vyukov
2014-11-20
3
-13
/
+73
*
build: disable race external linking test on OS X 10.6 and earlier
Russ Cox
2014-11-19
1
-13
/
+24
*
runtime: remove assumption that noptrdata data bss noptrbss are ordered and c...
Russ Cox
2014-11-19
3
-9
/
+51
*
undo CL 131750044 / 2d6d44ceb80e
Russ Cox
2014-11-19
2
-73
/
+3
*
runtime: fix getcallersp documentation
Alex Brainman
2014-11-18
1
-1
/
+1
*
cmd/pprof: fix EOF handling when getting function source
Austin Clements
2014-11-17
1
-1
/
+5
*
debug/goobj: move to cmd/internal/goobj
Russ Cox
2014-11-16
14
-13
/
+13
*
runtime: fix sudog leak
Russ Cox
2014-11-16
5
-0
/
+31
*
runtime: update URL for heap dump format
Russ Cox
2014-11-16
1
-1
/
+1
*
net/http: add comment to clarify whether Dir is '/' or '\'.
Nigel Tao
2014-11-14
1
-2
/
+6
*
net/url: add example of using URL.Opaque with http.Request
Brad Fitzpatrick
2014-11-12
1
-0
/
+30
*
hash/crc32: fix comment that the IEEE polynomial applies to MPEG-2.
Nigel Tao
2014-11-12
1
-2
/
+2
*
regexp/syntax: Clarify comment of OpAnyCharNotNL.
Robin Eklind
2014-11-11
1
-1
/
+1
*
cmd/cgo: tweak doc to not show example of passing Go pointer
Ian Lance Taylor
2014-11-10
1
-1
/
+1
*
crypto/x509: add Solaris certificate file location
Ian Lance Taylor
2014-11-09
1
-0
/
+1
*
cmd/5g: fix bit mask for div/mod routines clobbering R12
Ian Lance Taylor
2014-11-09
1
-1
/
+1
*
cmd/internal/objfile: minor edits
Russ Cox
2014-11-09
1
-9
/
+14
*
runtime: fix sudog leak in syncsemrelease
Russ Cox
2014-11-09
1
-0
/
+1
*
runtime/cgo: add +build tags to files named for $GOOS
Russ Cox
2014-11-09
4
-0
/
+8
*
cmd/dist: remove old misc/pprof
Russ Cox
2014-11-09
1
-9
/
+0
*
cmd/pprof: install as go tool pprof
Russ Cox
2014-11-09
3
-0
/
+21
*
undo CL 169000043 / 05b838013df9
Andrew Gerrand
2014-11-10
2
-4
/
+4
*
undo CL 166380043 / 0b54a0927656
Andrew Gerrand
2014-11-10
1
-1
/
+1
*
cmd/api: bump go.tools golden CL hash
Andrew Gerrand
2014-11-10
1
-1
/
+1
*
cmd/go: use golang.org/x/... import paths
Andrew Gerrand
2014-11-10
5
-18
/
+29
*
all: use golang.org/x/... import paths
Andrew Gerrand
2014-11-10
5
-10
/
+10
*
cmd/api: use golang.org/x/... import paths
Andrew Gerrand
2014-11-10
2
-4
/
+4
*
net/http: fix benchmark goroutine leak
Brad Fitzpatrick
2014-11-08
1
-0
/
+1
*
cmd/go: disable warnings from cmd/cc when building for SWIG
Ian Lance Taylor
2014-11-07
1
-1
/
+9
*
cmd/internal/objfile: add Disasm
Russ Cox
2014-11-06
1
-0
/
+243
*
cmd/objdump, cmd/pprof: factor disassembly into cmd/internal/objfile
Russ Cox
2014-11-06
4
-326
/
+69
*
runtime: don't stop bitmap dump at BitsDead
Keith Randall
2014-11-06
1
-1
/
+3
*
runtime: fix initial gp->sched.pc in newextram
Russ Cox
2014-11-06
1
-4
/
+5
*
os: document that users of Fd should keep f alive
Russ Cox
2014-11-06
3
-1
/
+4
*
os/exec: tell lsof not to block
Keith Randall
2014-11-05
1
-1
/
+1
*
bufio: remove unused 'panicked' variable from test
Andrew Gerrand
2014-11-06
1
-4
/
+1
*
runtime: avoid gentraceback of self on user goroutine stack
Russ Cox
2014-11-05
3
-16
/
+77
*
bufio: fix reading of many blank lines in a row
Russ Cox
2014-11-05
2
-1
/
+14
*
bufio: don't loop generating empty tokens
Rob Pike
2014-11-06
2
-0
/
+70
*
5g: don't generate reg variables for direct-called functions
Austin Clements
2014-11-05
1
-1
/
+1
*
gc: abort if given an unknown debug (-d) flag
Austin Clements
2014-11-04
1
-2
/
+2
*
runtime: make Go and C mallocgc signatures match
Austin Clements
2014-11-03
1
-3
/
+3
*
net/http: add missing newline in list of leaked goroutines
Ian Lance Taylor
2014-10-31
1
-1
/
+1
*
database/sql: make TestDrivers not crash on second run
Brad Fitzpatrick
2014-10-31
2
-0
/
+7
*
cmd/go: fixed typo in doc and generator
Gabriel Aszalos
2014-10-31
2
-2
/
+2
*
sync/atomic: fix comment referencing Value.Store's argument name
Brad Fitzpatrick
2014-10-31
1
-1
/
+1
*
cmd/go: fix minor typo
Nathan P Finch
2014-10-30
1
-1
/
+1
[next]