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
...
*
cmd/pack: buffer writes in TestLargeDefs
Anthony Martin
2014-05-15
1
-1
/
+6
*
api: update next.txt
Shenghou Ma
2014-05-15
1
-0
/
+76
*
cmd/gc: fix two select temporary bugs
Russ Cox
2014-05-15
4
-1
/
+116
*
archive/tar: Do not panic on Read if uninitialized
Guillaume J. Charmes
2014-05-15
2
-0
/
+19
*
api: update openbsd exceptions
Mikio Hara
2014-05-16
1
-72
/
+0
*
syscall: regenerate z-files for openbsd
Mikio Hara
2014-05-16
3
-0
/
+31
*
container/heap: update example code
Robert Griesemer
2014-05-15
1
-10
/
+12
*
syscall: fix stack frame sizes in assembly
Russ Cox
2014-05-15
16
-63
/
+102
*
sync/atomic: fix unimportant assembly errors found by go vet
Russ Cox
2014-05-15
5
-23
/
+23
*
doc/go1.3.html: add note about unsafe.Pointer strictness
Russ Cox
2014-05-15
1
-0
/
+20
*
runtime: make scan of pointer-in-interface same as scan of pointer
Russ Cox
2014-05-15
3
-6
/
+92
*
net/http: fix nits found by go tool vet
Mikio Hara
2014-05-15
2
-2
/
+2
*
cmd/gc: correct handling of globals, func args, results
Russ Cox
2014-05-15
9
-180
/
+202
*
cmd/gc: fix duplicate map key check
Russ Cox
2014-05-15
2
-7
/
+17
*
crypto/sha256, crypto/sha512: fix argument size in assembly
Russ Cox
2014-05-15
0
-0
/
+0
*
cmd/addr2line,cmd/objdump: test that commands accept addresses with 0x prefix...
Alex Brainman
2014-05-15
2
-39
/
+52
*
misc/pprof: always use go tool objdump on windows
Alex Brainman
2014-05-15
1
-0
/
+1
*
cmd/addr2line, cmd/objdump: fix pe text section starting address
Alex Brainman
2014-05-15
2
-2
/
+20
*
cmd/nm, cmd/objdump: fix elf symbol types
Russ Cox
2014-05-14
3
-4
/
+13
*
net: detect changes to /etc/resolv.conf.
Guillaume J. Charmes
2014-05-14
2
-29
/
+203
*
objdump: implement disassembly
Russ Cox
2014-05-14
8
-38
/
+607
*
cmd/objdump: import x86 disassembler
Russ Cox
2014-05-14
2
-0
/
+13805
*
A+C: Cezar S? Espinola (individual CLA)
Andrew Gerrand
2014-05-15
2
-0
/
+2
*
test: fix flakey test case for issue 4388
Mikio Hara
2014-05-15
1
-3
/
+9
*
doc/effective_go.html: a little more about errors
Rob Pike
2014-05-14
1
-3
/
+17
*
spec: more precise description of select statement
Robert Griesemer
2014-05-14
1
-33
/
+63
*
archive/tar: Fix bug preventing untar
Guillaume J. Charmes
2014-05-14
4
-5
/
+28
*
cmd/gc: fix out of bounds access
Dmitriy Vyukov
2014-05-14
0
-0
/
+0
*
net: fix documentation for SetLinger
Mikio Hara
2014-05-14
2
-14
/
+16
*
regexp/syntax: don't waste time checking for one pass algorithm
Rob Pike
2014-05-13
0
-0
/
+0
*
reflect: fix map type generation
Dmitriy Vyukov
2014-05-13
1
-0
/
+7
*
runtime: fix triggering of forced GC
Dmitriy Vyukov
2014-05-13
4
-7
/
+17
*
cmd/go: fix go test again
Russ Cox
2014-05-13
4
-27
/
+60
*
runtime: handle decommit failure gracefully on Windows
Russ Cox
2014-05-13
1
-2
/
+22
*
cmd/cgo: omit misaligned struct fields, like we omit bitfields
Russ Cox
2014-05-12
4
-3
/
+60
*
io: copy slice argument in MultiReader and MultiWriter
Russ Cox
2014-05-12
2
-2
/
+33
*
encoding/json: document what unmarshal of `null` into non-reference type does
Russ Cox
2014-05-12
1
-0
/
+5
*
encoding/xml: fix to allow xml declaration with EncodeToken
Jason Del Ponte
2014-05-12
2
-3
/
+44
*
A+C: Jason Del Ponte (individual CLA)
Russ Cox
2014-05-12
2
-0
/
+2
*
mime/multipart: add NewReader example
Brad Fitzpatrick
2014-05-12
2
-3
/
+60
*
cmd/go: fix 'go test foo_test.go'
Russ Cox
2014-05-12
3
-2
/
+19
*
cmd/gc: fix liveness vs regopt mismatch for input variables
Russ Cox
2014-05-12
7
-24
/
+82
*
cmd/gc: alias more variables during register allocation
Josh Bleecher Snyder
2014-05-12
11
-8
/
+66
*
cmd/go: detect import cycle caused by test code
Russ Cox
2014-05-12
8
-2
/
+81
*
cmd/go: link SWIG objects directly rather than using a shared library
Ian Lance Taylor
2014-05-12
5
-112
/
+35
*
cmd/gc: fix escape analysis for slice of array
Russ Cox
2014-05-12
2
-2
/
+37
*
net/http: fix flaky test
Fabrizio Milo
2014-05-12
1
-3
/
+5
*
A+C: Fabrizio Milo (individual CLA)
Brad Fitzpatrick
2014-05-12
2
-0
/
+2
*
cmd/gc: record line number for auto-generated wrappers as <autogenerated>:1
Russ Cox
2014-05-12
3
-2
/
+54
*
undo CL 92210044 / 5cb21eee2d35
Brad Fitzpatrick
2014-05-12
1
-6
/
+1
[prev]
[next]