<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go, branch go1.1</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=go1.1</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=go1.1'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2013-05-13T20:03:09Z</updated>
<entry>
<title>go1.1</title>
<updated>2013-05-13T20:03:09Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2013-05-13T20:03:09Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=205f850ceacfc39d1e9d76a9569416284594ce8c'/>
<id>urn:sha1:205f850ceacfc39d1e9d76a9569416284594ce8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[release-branch.go1.1] runtime/race: improve public documentation</title>
<updated>2013-05-13T16:35:18Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2013-05-13T16:35:18Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=6c7631126f0cad808dd4cc7c3c02ac9c2ff6e6c0'/>
<id>urn:sha1:6c7631126f0cad808dd4cc7c3c02ac9c2ff6e6c0</id>
<content type='text'>
««« CL 9144050 / d29da2ced72b
runtime/race: improve public documentation
Move the documentation from race.go to doc.go, because
race.go uses +build race, so it's not normally parsed by go doc.
Rephrase the documentation for end users, provide link to race
detector manual.
Fixes #5444.

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

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/9387043
</content>
</entry>
<entry>
<title>[release-branch.go1.1] doc: add a "New packages" section to the 1.1 release notes.</title>
<updated>2013-05-13T16:24:34Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2013-05-13T16:24:34Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=9294a08f1b2a8470fdb52504caf06a532a678b09'/>
<id>urn:sha1:9294a08f1b2a8470fdb52504caf06a532a678b09</id>
<content type='text'>
««« CL 9344044 / 880991592ded
doc: add a "New packages" section to the 1.1 release notes.

R=adg, r
CC=golang-dev
https://golang.org/cl/9344044
»»»

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/9386043
</content>
</entry>
<entry>
<title>go1.1rc3</title>
<updated>2013-05-08T23:04:56Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2013-05-08T23:04:56Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=46a6097aa7943a490e9bd2e04274845d0e5e200f'/>
<id>urn:sha1:46a6097aa7943a490e9bd2e04274845d0e5e200f</id>
<content type='text'>
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/9315044
</content>
</entry>
<entry>
<title>[release-branch.go1.1] runtime: fix crash in select</title>
<updated>2013-05-08T23:02:59Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2013-05-08T23:02:59Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=91504a0e0d170b284e460c665235eaa2a041322d'/>
<id>urn:sha1:91504a0e0d170b284e460c665235eaa2a041322d</id>
<content type='text'>
««« CL 9311043 / 53bc96b4c0c7
runtime: fix crash in select
runtime.park() can access freed select descriptor
due to a racing free in another thread.
See the comment for details.

Slightly modified version of dvyukov's CL 9259045.

No test yet.  Before this CL, the test described in issue 5422
would fail about every 40 times for me.  With this CL, I ran
the test 5900 times with no failures.

Fixes #5422.

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

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/9304044
</content>
</entry>
<entry>
<title>[release-branch.go1.1] spec: fix incorrect example</title>
<updated>2013-05-08T23:02:02Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2013-05-08T23:02:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=836b670612f8cd5f7fe5455a90b8d0f3abde6d65'/>
<id>urn:sha1:836b670612f8cd5f7fe5455a90b8d0f3abde6d65</id>
<content type='text'>
««« CL 9305043 / 87762a7629b4
spec: fix incorrect example

Fixes #5430.

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

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/9308044
</content>
</entry>
<entry>
<title>[release-branch.go1.1] doc: pull front page featured articles using new blog JSON feed</title>
<updated>2013-05-08T23:01:09Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2013-05-08T23:01:09Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=0a98e78c1f2fe61b3e2b9d68898ec857d4831f79'/>
<id>urn:sha1:0a98e78c1f2fe61b3e2b9d68898ec857d4831f79</id>
<content type='text'>
««« CL 9288045 / 5785ebd7acfb
doc: pull front page featured articles using new blog JSON feed

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

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/9050046
</content>
</entry>
<entry>
<title>[release-branch.go1.1] cmd/cgo: pass -Wsystem-headers when looking for errors</title>
<updated>2013-05-08T23:00:15Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2013-05-08T23:00:15Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=c785d6af6679554028264c3767015ba2a7ecbe67'/>
<id>urn:sha1:c785d6af6679554028264c3767015ba2a7ecbe67</id>
<content type='text'>
««« CL 9120045 / e4f62df3e6c9
cmd/cgo: pass -Wsystem-headers when looking for errors

This works around a bug in GCC 4.8.0.

Fixes #5118.

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

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/9259047
</content>
</entry>
<entry>
<title>[release-branch.go1.1] net: fix dial race on plan9 and windows</title>
<updated>2013-05-08T22:58:43Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2013-05-08T22:58:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=99aa2da7ea1f82eb8385835e5e7bf293c8da4fb5'/>
<id>urn:sha1:99aa2da7ea1f82eb8385835e5e7bf293c8da4fb5</id>
<content type='text'>
««« CL 9159043 / f1ddc3ce3dfe
net: fix dial race on plan9 and windows

Fixes #5349.

R=golang-dev, lucio.dere, dsymonds, bradfitz, iant, adg, dave, r
CC=golang-dev
https://golang.org/cl/9159043
»»»

R=golang-dev
CC=golang-dev
https://golang.org/cl/9315043
</content>
</entry>
<entry>
<title>[release-branch.go1.1] effective_go.html: be more accepting in the guidelines for interface names</title>
<updated>2013-05-08T22:57:44Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2013-05-08T22:57:44Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=0f1a18b773c57d8d8a2897ece9724042c7ad5581'/>
<id>urn:sha1:0f1a18b773c57d8d8a2897ece9724042c7ad5581</id>
<content type='text'>
««« CL 9274043 / bbe324079abe
effective_go.html: be more accepting in the guidelines for interface names
Fixes #5421.

R=golang-dev, bradfitz, adg
CC=golang-dev
https://golang.org/cl/9274043
»»»

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/9137045
</content>
</entry>
</feed>
