commit 9c9802fad57c1bcb72ea98c5c55ea2652efc5772 [browse]
Author: Andrew Gerrand
Date: 2014-03-03 11:53:08 +11:00

go1.2.1

R=minux.ma, r
CC=golang-codereviews, golang-dev
https://golang.org/cl/70650043

commit f4e8e6d0f8a5d9889a7be11c455f2880d62706c8 [browse]
Author: Andrew Gerrand
Date: 2014-03-03 11:49:00 +11:00

[release-branch.go1.2] doc: document Go 1.2.1

Note the installation instructions change doesn't apply here,
so I had to patch this in manually instead of using release-apply.

R=minux.ma, r
CC=golang-codereviews, golang-dev
https://golang.org/cl/69860047

commit 1685fbd1845ec9778158a82dcaf96cf154c5376d [browse]
Author: Russ Cox
Date: 2014-02-28 17:13:59 -05:00

[release-branch.go1.2] runtime: fix crash in runtime.GoroutineProfile

This CL is not exactly a copy of the original quoted below.
This CL omits the changes made to mgc0.c in the original.
Those changes do not apply cleanly to the Go 1.2 tree,
and they were cosmetic, simplifying code that was already
doing the right thing.

To double-check that omitting the mgc0.c change has not
invalidated the fix, I have verified by hand that the test program
in issue 6946 fails without this CL and passes with this CL.

««« CL 41640043 / e4c381446b48
runtime: fix crash in runtime.GoroutineProfile

This is a possible Go 1.2.1 candidate.

Fixes #6946.

R=iant, r
CC=golang-dev
https://golang.org/cl/41640043
»»»

LGTM=adg
R=adg
CC=golang-codereviews, golang-dev, iant, r
https://golang.org/cl/68820045

commit 0d2f5c0e3b4cddd4bd8349169e0c29e0862b44e3 [browse]
Author: Russ Cox
Date: 2014-02-27 22:43:47 -05:00

[release-branch.go1.2] runtime: if traceback sees a breakpoint, don't change the PC

««« CL 49580044 / 38cd458b1dfe
runtime: if traceback sees a breakpoint, don't change the PC

Changing the PC confuses gdb, because execution does not
continue where gdb expects it.  Not changing the PC has the
potential to confuse a stack dump, but when running under gdb
it seems better to confuse a stack dump than to confuse gdb.

Fixes #6776.

LGTM=rsc
R=golang-codereviews, dvyukov, rsc
CC=golang-codereviews
https://golang.org/cl/49580044
»»»

LGTM=r
R=golang-codereviews, r
CC=golang-dev
https://golang.org/cl/69800043

commit 495b91430f7914b221d7507e60b065733e2d34c4 [browse]
Author: Russ Cox
Date: 2014-02-27 22:43:34 -05:00

[release-branch.go1.2] runtime: fix data race in GC

««« CL 52090045 / 302bdb5b08b1
runtime: fix data race in GC
Fixes #5139.
Update #7065.

R=golang-codereviews, bradfitz, minux.ma
CC=golang-codereviews
https://golang.org/cl/52090045
»»»

LGTM=r
R=golang-codereviews, r
CC=golang-dev
https://golang.org/cl/69790043

clone the repository to get more history