<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go, branch go1.7beta2</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=go1.7beta2</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=go1.7beta2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2016-06-16T19:45:33Z</updated>
<entry>
<title>runtime: fix stale comment in lfstack</title>
<updated>2016-06-16T19:45:33Z</updated>
<author>
<name>Austin Clements</name>
<email>austin@google.com</email>
</author>
<published>2016-06-16T19:41:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=fca9fc52c831ab6af56e30f8c48062a99ded2580'/>
<id>urn:sha1:fca9fc52c831ab6af56e30f8c48062a99ded2580</id>
<content type='text'>
Change-Id: I6ef08f6078190dc9df0b2df4f26a76456602f5e8
Reviewed-on: https://go-review.googlesource.com/24176
Reviewed-by: Rick Hudson &lt;rlh@golang.org&gt;
</content>
</entry>
<entry>
<title>cmd/dist: make zosarch.go deterministic</title>
<updated>2016-06-16T19:32:33Z</updated>
<author>
<name>Austin Clements</name>
<email>austin@google.com</email>
</author>
<published>2016-06-16T18:38:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=79f2f008a31f769ae3db684eb48d8baeda731c00'/>
<id>urn:sha1:79f2f008a31f769ae3db684eb48d8baeda731c00</id>
<content type='text'>
Currently zosarch.go is written out in non-deterministic map order.
Sort the keys and write it out in sorted order to make the generated
file contents deterministic.

Change-Id: Id490f0e8665a2c619c5a7a00a30f4fc64f333258
Reviewed-on: https://go-review.googlesource.com/24174
Run-TryBot: Austin Clements &lt;austin@google.com&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
Reviewed-by: Robert Griesemer &lt;gri@golang.org&gt;
Reviewed-by: Ian Lance Taylor &lt;iant@golang.org&gt;
</content>
</entry>
<entry>
<title>internal/trace: err if binary is not supplied for old trace</title>
<updated>2016-06-16T16:22:03Z</updated>
<author>
<name>Hana Kim</name>
<email>hyangah@gmail.com</email>
</author>
<published>2016-06-15T16:53:05Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=c3818e56d0f60493a63b2bb03a09f261d3e0ada2'/>
<id>urn:sha1:c3818e56d0f60493a63b2bb03a09f261d3e0ada2</id>
<content type='text'>
Change-Id: Id25c90993c4cbb7449d7031301b6d214a67d7633
Reviewed-on: https://go-review.googlesource.com/24134
Reviewed-by: Dmitry Vyukov &lt;dvyukov@google.com&gt;
Run-TryBot: Dmitry Vyukov &lt;dvyukov@google.com&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
</content>
</entry>
<entry>
<title>runtime: remove useless loop from CgoCCodeSIGPROF test program</title>
<updated>2016-06-16T03:52:18Z</updated>
<author>
<name>Ian Lance Taylor</name>
<email>iant@golang.org</email>
</author>
<published>2016-06-15T17:36:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=ea2ac3fe5fb2011b077809e60bc018e0c6caa66c'/>
<id>urn:sha1:ea2ac3fe5fb2011b077809e60bc018e0c6caa66c</id>
<content type='text'>
I verified that the test fails if I undo the change that it tests for.

Updates #14732.

Change-Id: Ib30352580236adefae946450ddd6cd65a62b7cdf
Reviewed-on: https://go-review.googlesource.com/24151
Run-TryBot: Ian Lance Taylor &lt;iant@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
Reviewed-by: Mikio Hara &lt;mikioh.mikioh@gmail.com&gt;
</content>
</entry>
<entry>
<title>go/ast: fix comments misinterpreted as documentation</title>
<updated>2016-06-15T20:40:38Z</updated>
<author>
<name>Matthew Dempsky</name>
<email>mdempsky@google.com</email>
</author>
<published>2016-06-15T19:33:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=d78d0de4d15019f87b04b49ba640a455f7c42512'/>
<id>urn:sha1:d78d0de4d15019f87b04b49ba640a455f7c42512</id>
<content type='text'>
The comments describing blocks of Pos/End implementations for various
nodes types are being misinterpreted as documentation for BadDecl,
BadExpr, BadStmt, and ImportSpec's Pos methods.

Change-Id: I935b0bc38dbc13e9305f3efeb437dd3a6575d9a1
Reviewed-on: https://go-review.googlesource.com/24152
Reviewed-by: Robert Griesemer &lt;gri@golang.org&gt;
</content>
</entry>
<entry>
<title>runtime: if the test program hangs, try to get a stack trace</title>
<updated>2016-06-15T15:03:48Z</updated>
<author>
<name>Ian Lance Taylor</name>
<email>iant@golang.org</email>
</author>
<published>2016-06-14T21:38:22Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=26d6dc6bf8a7e5487844a63aa26a4de3afdd688e'/>
<id>urn:sha1:26d6dc6bf8a7e5487844a63aa26a4de3afdd688e</id>
<content type='text'>
This is an attempt to get more information for #14809, which seems to
occur rarely.

Updates #14809.

Change-Id: Idbeb136ceb57993644e03266622eb699d2685d02
Reviewed-on: https://go-review.googlesource.com/24110
Reviewed-by: Mikio Hara &lt;mikioh.mikioh@gmail.com&gt;
Reviewed-by: Austin Clements &lt;austin@google.com&gt;
</content>
</entry>
<entry>
<title>syscall: skip TestUnshare if kernel does not support net namespace</title>
<updated>2016-06-15T11:41:49Z</updated>
<author>
<name>Cherry Zhang</name>
<email>cherryyz@google.com</email>
</author>
<published>2016-06-14T19:33:15Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=48cc3c4b587f9549f7426776d032da99b3ba471b'/>
<id>urn:sha1:48cc3c4b587f9549f7426776d032da99b3ba471b</id>
<content type='text'>
Fixes #16056.

Change-Id: Ic3343914742713851b8ae969b101521f25e85e7b
Reviewed-on: https://go-review.googlesource.com/24132
Reviewed-by: Ian Lance Taylor &lt;iant@golang.org&gt;
Run-TryBot: Ian Lance Taylor &lt;iant@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
</content>
</entry>
<entry>
<title>net/http: pass through server side Transfer-Encoding headers</title>
<updated>2016-06-15T03:10:47Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2016-06-15T00:52:42Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=0ec62565f911575beaf7d047dfe1eae2ae02bf67'/>
<id>urn:sha1:0ec62565f911575beaf7d047dfe1eae2ae02bf67</id>
<content type='text'>
Fixes #16063

Change-Id: I2e8695beb657b0aef067e83f086828d8857787ed
Reviewed-on: https://go-review.googlesource.com/24130
Reviewed-by: Ian Lance Taylor &lt;iant@golang.org&gt;
Run-TryBot: Ian Lance Taylor &lt;iant@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
</content>
</entry>
<entry>
<title>context: document how to release resources associated with Contexts.</title>
<updated>2016-06-15T00:30:46Z</updated>
<author>
<name>Sameer Ajmani</name>
<email>sameer@golang.org</email>
</author>
<published>2016-06-14T20:48:42Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=c4692da9231c244a1275d42055e703b3f1dac25b'/>
<id>urn:sha1:c4692da9231c244a1275d42055e703b3f1dac25b</id>
<content type='text'>
Some users don't realize that creating a Context with a CancelFunc
attaches a subtree to the parent, and that that subtree is not released
until the CancelFunc is called or the parent is canceled.  Make this
clear early in the package docs, so that people learning about this
package have the right conceptual model.

Change-Id: I7c77a546c19c3751dd1f3a5bc827ad106dd1afbf
Reviewed-on: https://go-review.googlesource.com/24090
Reviewed-by: Alan Donovan &lt;adonovan@google.com&gt;
Reviewed-by: Ian Lance Taylor &lt;iant@golang.org&gt;
</content>
</entry>
<entry>
<title>net: don't run TestLookupDotsWithLocalSource in short mode</title>
<updated>2016-06-14T22:50:09Z</updated>
<author>
<name>Ian Lance Taylor</name>
<email>iant@golang.org</email>
</author>
<published>2016-06-14T22:32:39Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=68697a3e82e19fef04c6af4a02340a1aa6e3bcf2'/>
<id>urn:sha1:68697a3e82e19fef04c6af4a02340a1aa6e3bcf2</id>
<content type='text'>
Do run it on the builders, though.

Fixes #15881.

Change-Id: Ie42204d553cb18547ffd6441afc261717bbd9205
Reviewed-on: https://go-review.googlesource.com/24111
Run-TryBot: Ian Lance Taylor &lt;iant@golang.org&gt;
Reviewed-by: Mikio Hara &lt;mikioh.mikioh@gmail.com&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
</content>
</entry>
</feed>
