commit 43d00b0942c1c6f43993ac71e1eea48e62e22b8d [browse]
Author: Andrew Gerrand
Date: 2014-05-05 10:43:37 -07:00

go1.2.2

R=rsc, bradfitz
CC=golang-codereviews, golang-dev
https://golang.org/cl/95010046

commit 2c19e64da03e06c56eee90b5a3717b526ae6604e [browse]
Author: Andrew Gerrand
Date: 2014-05-05 10:21:58 -07:00

[release-branch.go1.2] doc: document go1.2.2

««« CL 100110043 / 51dc50080c9f
doc: document go1.2.2

R=rsc, bradfitz
CC=golang-codereviews
https://golang.org/cl/100110043
»»»

R=iant
CC=golang-codereviews, golang-dev
https://golang.org/cl/98960043

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

clone the repository to get more history