<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go, branch go1.1.1</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=go1.1.1</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=go1.1.1'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2013-06-13T02:49:43Z</updated>
<entry>
<title>[release-branch.go1.1] doc: add go1.1.1 to the release notes</title>
<updated>2013-06-13T02:49:43Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2013-06-13T02:49:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=d260448f6b6ac10efe4ae7f6dfe944e72bc2a676'/>
<id>urn:sha1:d260448f6b6ac10efe4ae7f6dfe944e72bc2a676</id>
<content type='text'>
««« 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
</content>
</entry>
<entry>
<title>go1.1.1</title>
<updated>2013-06-13T02:21:56Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2013-06-13T02:21:56Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=a00b3d29de0a4e52c335de36dc0efa05eac78f20'/>
<id>urn:sha1:a00b3d29de0a4e52c335de36dc0efa05eac78f20</id>
<content type='text'>
R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/10253043
</content>
</entry>
<entry>
<title>[release-branch.go1.1] remove release tag from release branch</title>
<updated>2013-06-13T02:20:27Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2013-06-13T02:20:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=fa6b1232e6078e0da18662a1645dafedaff6e740'/>
<id>urn:sha1:fa6b1232e6078e0da18662a1645dafedaff6e740</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>[release-branch.go1.1] cmd/gc: compute initialization order for top-level blank vars too.</title>
<updated>2013-06-13T00:30:45Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2013-06-13T00:30:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=3b7e6e8db1cd61986df30d7aa111ec19f08e9a51'/>
<id>urn:sha1:3b7e6e8db1cd61986df30d7aa111ec19f08e9a51</id>
<content type='text'>
««« 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
</content>
</entry>
<entry>
<title>[release-branch.go1.1] cmd/gc: save local var list before inlining</title>
<updated>2013-06-13T00:04:17Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2013-06-13T00:04:17Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=13af44f8a57bb045f8ce7fc4207124329eac2438'/>
<id>urn:sha1:13af44f8a57bb045f8ce7fc4207124329eac2438</id>
<content type='text'>
««« 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
</content>
</entry>
<entry>
<title>[release-branch.go1.1] doc: GCC 4.8.1 is not updated to Go 1.1</title>
<updated>2013-06-11T15:34:53Z</updated>
<author>
<name>Shenghou Ma</name>
<email>minux.ma@gmail.com</email>
</author>
<published>2013-06-11T15:34:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=b87a963f876d258af844d6a293ea0c3ed80b3407'/>
<id>urn:sha1:b87a963f876d258af844d6a293ea0c3ed80b3407</id>
<content type='text'>
««« CL 9663045 / 6c64135360c2
doc: GCC 4.8.1 is not updated to Go 1.1

I will try again for 4.8.2.

R=golang-dev, minux.ma
CC=golang-dev
https://golang.org/cl/9663045
»»»

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/9914045
</content>
</entry>
<entry>
<title>[release-branch.go1.1] cmd/gc: fix missing slice/array types in export data.</title>
<updated>2013-06-05T01:19:26Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2013-06-05T01:19:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=3e88a825df1f8a9afaf8a7e2ce79f0dc200d51ab'/>
<id>urn:sha1:3e88a825df1f8a9afaf8a7e2ce79f0dc200d51ab</id>
<content type='text'>
««« CL 9953044 / 0e1b2f7384d2
cmd/gc: fix missing slice/array types in export data.

Fixes #5614.

R=golang-dev
CC=golang-dev
https://golang.org/cl/9953044
»»»

R=iant, remyoudompheng, dsymonds
CC=golang-dev
https://golang.org/cl/10033043
</content>
</entry>
<entry>
<title>[release-branch.go1.1] runtime: fix heap corruption during GC</title>
<updated>2013-06-05T01:12:46Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2013-06-05T01:12:46Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=d72c550f1c7e13c323f4507b57d741ed00f0b0cd'/>
<id>urn:sha1:d72c550f1c7e13c323f4507b57d741ed00f0b0cd</id>
<content type='text'>
««« CL 9831043 / e84e7204b01b
runtime: fix heap corruption during GC
The 'n' variable is used during rescan initiation in GC_END case,
but it's overwritten with chan capacity in GC_CHAN case.
As the result rescan is done with the wrong object size.
Fixes #5554.

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

R=dvyukov, khr, dave
CC=golang-dev
https://golang.org/cl/10028044
</content>
</entry>
<entry>
<title>[release-branch.go1.1] test: do not run the test that relies on precise GC on 32-bits</title>
<updated>2013-06-05T01:07:26Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2013-06-05T01:07:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=371a3ab28a91d142ea4100fe8f86a26fe300e1b7'/>
<id>urn:sha1:371a3ab28a91d142ea4100fe8f86a26fe300e1b7</id>
<content type='text'>
««« CL 9573043 / c0f8999bd970
test: do not run the test that relies on precise GC on 32-bits
Currently most of the 32-bit builder are broken.
Fixes #5516.

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

R=dvyukov, iant, minux.ma, bradfitz
CC=golang-dev
https://golang.org/cl/10032043
</content>
</entry>
<entry>
<title>[release-branch.go1.1] runtime: zeroize g-&gt;fnstart to not prevent GC of the closure</title>
<updated>2013-06-05T00:52:00Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2013-06-05T00:52:00Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=ff7cb872a455a370beed530294838ab151e965c6'/>
<id>urn:sha1:ff7cb872a455a370beed530294838ab151e965c6</id>
<content type='text'>
««« CL 9557043 / 2c128d417029
runtime: zeroize g-&gt;fnstart to not prevent GC of the closure
Fixes #5493.

R=golang-dev, minux.ma, iant
CC=golang-dev
https://golang.org/cl/9557043
»»»

R=dvyukov, iant, minux.ma, bradfitz, dave
CC=golang-dev
https://golang.org/cl/10031043
</content>
</entry>
</feed>
