commit d260448f6b6ac10efe4ae7f6dfe944e72bc2a676 [browse]
Author: Andrew Gerrand
Date: 2013-06-13 12:49:43 +10:00

[release-branch.go1.1] doc: add go1.1.1 to the release notes

««« CL 10236045 / 3cda43260443
doc: add go1.1.1 to the release notes

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

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

commit a00b3d29de0a4e52c335de36dc0efa05eac78f20 [browse]
Author: Andrew Gerrand
Date: 2013-06-13 12:21:56 +10:00

go1.1.1

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/10253043

commit fa6b1232e6078e0da18662a1645dafedaff6e740 [browse]
Author: Andrew Gerrand
Date: 2013-06-13 12:20:27 +10:00

[release-branch.go1.1] remove release tag from release branch

This should have been done before tagging go1.1.
Better late than never.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/10252043

commit 3b7e6e8db1cd61986df30d7aa111ec19f08e9a51 [browse]
Author: Andrew Gerrand
Date: 2013-06-13 10:30:45 +10:00

[release-branch.go1.1] cmd/gc: compute initialization order for top-level blank vars too.

««« CL 8601044 / 3a74e15c5d56
cmd/gc: compute initialization order for top-level blank vars too.

Fixes #5244.

R=golang-dev, rsc, iant, r, daniel.morsing
CC=golang-dev
https://golang.org/cl/8601044
»»»

R=iant, rsc
CC=golang-dev
https://golang.org/cl/10250043

commit 13af44f8a57bb045f8ce7fc4207124329eac2438 [browse]
Author: Andrew Gerrand
Date: 2013-06-13 10:04:17 +10:00

[release-branch.go1.1] cmd/gc: save local var list before inlining

««« CL 10210043 / b357e33bb414
cmd/gc: save local var list before inlining

This avoids problems with inlining in genwrappers, which
occurs after functions have been compiled.  Compiling a
function may cause some unused local vars to be removed from
the list.  Since a local var may be unused due to
optimization, it is possible that a removed local var winds up
beingused in the inlined version, in which case hilarity
ensues.

Fixes #5515.

R=golang-dev, khr, dave
CC=golang-dev
https://golang.org/cl/10210043
»»»

R=iant, rsc
CC=golang-dev
https://golang.org/cl/10242044

clone the repository to get more history