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
*
sync: release Pool memory during second and later GCs
Dmitriy Vyukov
2014-10-22
2
-21
/
+35
*
test: add more cases to recover.go
Ian Lance Taylor
2014-10-22
1
-3
/
+41
*
CONTRIBUTORS: add Austin Clements's google.com email (Google CLA)
Russ Cox
2014-10-22
1
-1
/
+1
*
runtime/cgo: encode BLX directly, fixes one clang build error on arm
Dave Cheney
2014-10-22
1
-9
/
+6
*
misc/makerelease: set version number in Windows installer
Jens Frederich
2014-10-22
2
-4
/
+20
*
undo CL 156430044 / 5d69cad4faaf
Dave Cheney
2014-10-21
1
-7
/
+1
*
runtime: warn that cputicks() might not be monotonic.
Keith Randall
2014-10-21
5
-23
/
+4
*
cmd/ld: fix addstrdata for big-endian systems
Ian Lance Taylor
2014-10-21
1
-3
/
+1
*
time: panic with a more helpful error on use of invalid Timer
Brad Fitzpatrick
2014-10-21
2
-0
/
+27
*
cmd/gc: disallow call of *T method using **T variable
Russ Cox
2014-10-20
2
-5
/
+8
*
compress/gzip: allow stopping at end of first stream
Russ Cox
2014-10-20
2
-0
/
+68
*
cmd/cgo: disable clang's integrated assembler
Dave Cheney
2014-10-20
2
-2
/
+8
*
debug/pe: use appropriate type for sizeofOptionalHeader32
Alex Brainman
2014-10-21
1
-3
/
+3
*
runtime: fix flaky TestBlockProfile test
Keith Randall
2014-10-20
1
-1
/
+3
*
runtime: handle non-nil-terminated environment strings on Plan 9
David du Colombier
2014-10-20
1
-1
/
+5
*
os/exec: fix number of expected file descriptors on Plan 9
David du Colombier
2014-10-20
1
-9
/
+1
*
flag: roll back 156390043 (flag setting)
Rob Pike
2014-10-20
2
-89
/
+0
*
cmd/go: set exit status for failing "go generate" run.
Rob Pike
2014-10-20
1
-1
/
+3
*
reflect: fix TestAllocations now that interfaces hold only pointers
Ian Lance Taylor
2014-10-20
1
-3
/
+14
*
reflect: allocate correct type in assignTo and cvtT2I
Ian Lance Taylor
2014-10-20
1
-12
/
+12
*
regexp: fix TestOnePassCutoff
Russ Cox
2014-10-20
1
-4
/
+12
*
regexp/syntax: fix validity testing of zero repeats
Ian Lance Taylor
2014-10-20
1
-1
/
+6
*
debug/pe: remove use of unsafe
Russ Cox
2014-10-20
1
-3
/
+7
*
cmd/gc: emit code for extern = <N>
Daniel Morsing
2014-10-20
2
-7
/
+23
*
encoding/gob: add custom decoder buffer for performance
Rob Pike
2014-10-20
3
-39
/
+78
*
doc/go1.4.txt: add compress/* Reset note
Brad Fitzpatrick
2014-10-20
1
-0
/
+1
*
compress/flate: add Reset() to allow reusing large buffers to compress multip...
James Robinson
2014-10-20
4
-27
/
+125
*
doc/go1.4.txt: flags can now be set at most once
Rob Pike
2014-10-19
1
-0
/
+1
*
flag: disallow setting flags multiple times
Rob Pike
2014-10-19
2
-0
/
+90
*
regexp: correct doc comment for ReplaceAllLiteralString
Ian Lance Taylor
2014-10-19
1
-1
/
+1
*
encoding/gob: fix print format in generated decoder helpers
Rob Pike
2014-10-19
2
-17
/
+17
*
runtime: dequeue the correct SudoG
Keith Randall
2014-10-18
2
-4
/
+33
*
text/template: fix bug in pipelined variadics
Rob Pike
2014-10-18
2
-1
/
+13
*
encoding/gob: use simple append-only buffer for encoding
Rob Pike
2014-10-17
4
-35
/
+59
*
encoding/gob: custom array/slice decoders
Rob Pike
2014-10-17
7
-29
/
+874
*
runtime/pprof: fix memory profiler test
Dmitriy Vyukov
2014-10-17
1
-69
/
+21
*
cmd/gc: don't use static init to initialize small structs, fields
Russ Cox
2014-10-17
1
-4
/
+4
*
reflect: a few microoptimizations
Russ Cox
2014-10-17
3
-122
/
+91
*
encoding/gob: speed up encoding of arrays and slices
Rob Pike
2014-10-17
4
-3
/
+708
*
runtime/pprof: fix test
Russ Cox
2014-10-17
1
-1
/
+1
*
runtime: remove comment that leaked into CL 153710043
Russ Cox
2014-10-17
1
-2
/
+0
*
CONTRIBUTORS: add James Robinson (Google CLA)
Brad Fitzpatrick
2014-10-17
1
-0
/
+1
*
undo CL 159990043 / 421fadcef39a
Russ Cox
2014-10-17
1
-13
/
+2
*
spec: define "variable"
Robert Griesemer
2014-10-16
1
-25
/
+78
*
reflect: fix struct size calculation to include terminal padding
Damien Neil
2014-10-16
2
-0
/
+21
*
CONTRIBUTORS: add Damien Neil
Damien Neil
2014-10-16
1
-0
/
+1
*
syscall: don't cache environment variables on Plan 9
David du Colombier
2014-10-16
1
-82
/
+15
*
runtime/pprof: disable new memory test
Russ Cox
2014-10-16
2
-0
/
+3
*
runtime: make pprof a little nicer
Russ Cox
2014-10-16
1
-2
/
+13
*
runtime: fix memory profiler
Dmitriy Vyukov
2014-10-16
4
-2
/
+150
[next]