<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go, branch go1.10beta1</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=go1.10beta1</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=go1.10beta1'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2017-12-07T17:38:51Z</updated>
<entry>
<title>net/http/httputil: remove redundant call of setBody in test</title>
<updated>2017-12-07T17:38:51Z</updated>
<author>
<name>Joe Kyo</name>
<email>xunianzu@gmail.com</email>
</author>
<published>2017-12-07T16:34:14Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=9ce6b5c2ed5d3d5251b9a6a0c548d5fb2c8567e8'/>
<id>urn:sha1:9ce6b5c2ed5d3d5251b9a6a0c548d5fb2c8567e8</id>
<content type='text'>
Change-Id: I5a38200b9e050b484ec39f47c637e651e237390d
Reviewed-on: https://go-review.googlesource.com/82536
Reviewed-by: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
Run-TryBot: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
</content>
</entry>
<entry>
<title>doc: fix bad html tags in editors.html</title>
<updated>2017-12-07T17:31:51Z</updated>
<author>
<name>Alberto Donizetti</name>
<email>alb.donizetti@gmail.com</email>
</author>
<published>2017-12-07T17:07:57Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=99f4cf9714825d024bc56cd92920dc9fc2c6d9c2'/>
<id>urn:sha1:99f4cf9714825d024bc56cd92920dc9fc2c6d9c2</id>
<content type='text'>
Change-Id: Ib8ef626ae6bc66571ecf4569e37feb75b4b90d10
Reviewed-on: https://go-review.googlesource.com/82555
Reviewed-by: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
</content>
</entry>
<entry>
<title>cmd/compile: fix bug in logic for computing var abstract origins</title>
<updated>2017-12-07T17:03:05Z</updated>
<author>
<name>Than McIntosh</name>
<email>thanm@google.com</email>
</author>
<published>2017-12-07T01:10:51Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=692f2e9c44e629e84b315f10c8538c9461fd6d61'/>
<id>urn:sha1:692f2e9c44e629e84b315f10c8538c9461fd6d61</id>
<content type='text'>
The DWARF inline info generation code was using file/line/column (from
src.Pos) as a means of matching up pre- and post-optimization variable
nodes. This turns out to be problematic since it looks as though
distinct formals on the same line can be assigned the same column
number. Work around this issue by adding variable names to the
disambiguation code. Added a testpoint to the linker DWARF test that
checks to make sure each abstract origin offset of distinct within a
given DWARF DW_AT_inlined_routine body.

Fixes #23020.

Change-Id: Ie09bbe01dc60822d84d4085547b138e644036fb3
Reviewed-on: https://go-review.googlesource.com/82396
Reviewed-by: David Chase &lt;drchase@google.com&gt;
Reviewed-by: Cherry Zhang &lt;cherryyz@google.com&gt;
</content>
</entry>
<entry>
<title>api: promote next to go1.10</title>
<updated>2017-12-07T15:44:34Z</updated>
<author>
<name>Andrew Bonventre</name>
<email>andybons@golang.org</email>
</author>
<published>2017-12-06T21:47:52Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=8b13988e40e468995360802a2dc7de9b32a34fea'/>
<id>urn:sha1:8b13988e40e468995360802a2dc7de9b32a34fea</id>
<content type='text'>
Change-Id: I2a4347540ecb94a9f124a228dc31452620ab0645
Reviewed-on: https://go-review.googlesource.com/82335
Reviewed-by: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
Reviewed-by: Chris Broadfoot &lt;cbro@golang.org&gt;
Run-TryBot: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
Run-TryBot: Andrew Bonventre &lt;andybons@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
</content>
</entry>
<entry>
<title>net/http: use correct method name in Server.ServeTLS docs</title>
<updated>2017-12-07T15:42:26Z</updated>
<author>
<name>Artyom Pervukhin</name>
<email>artyom.pervukhin@gmail.com</email>
</author>
<published>2017-12-07T11:05:08Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=31f8ca51fcaa961254ecb580a2fd63c11b43fc2e'/>
<id>urn:sha1:31f8ca51fcaa961254ecb580a2fd63c11b43fc2e</id>
<content type='text'>
Closes #23028

Change-Id: I469f1ab2dee9151334b38e0d3a22eb9840c8807b
Reviewed-on: https://go-review.googlesource.com/82495
Reviewed-by: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
</content>
</entry>
<entry>
<title>cmd/dist: only test SWIG if we have a new enough version</title>
<updated>2017-12-07T15:40:28Z</updated>
<author>
<name>Ian Lance Taylor</name>
<email>iant@golang.org</email>
</author>
<published>2017-12-07T02:09:11Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=44f241be8b905c7f479d2d058a45957220707f28'/>
<id>urn:sha1:44f241be8b905c7f479d2d058a45957220707f28</id>
<content type='text'>
Fixes #22858

Change-Id: I0478d5609e381f01c7345e7f53c24af05d7f78ad
Reviewed-on: https://go-review.googlesource.com/82415
Run-TryBot: Ian Lance Taylor &lt;iant@golang.org&gt;
Reviewed-by: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
Reviewed-by: Alberto Donizetti &lt;alb.donizetti@gmail.com&gt;
Reviewed-by: Lynn Boger &lt;laboger@linux.vnet.ibm.com&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
</content>
</entry>
<entry>
<title>cmd/vendor/golang.org/x/arch/arm64: update from upstream</title>
<updated>2017-12-07T05:09:39Z</updated>
<author>
<name>Mikio Hara</name>
<email>mikioh.mikioh@gmail.com</email>
</author>
<published>2017-12-07T04:29:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=3d3b8cc47716b9ce3df37b8babe48cfd074cd121'/>
<id>urn:sha1:3d3b8cc47716b9ce3df37b8babe48cfd074cd121</id>
<content type='text'>
Updates x/arch/arm64 to git rev. 530ae47 for CL 82437.

Change-Id: I0131f7ac783462fcaeddf5625c59784fe30bbd5a
Reviewed-on: https://go-review.googlesource.com/82435
Reviewed-by: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
</content>
</entry>
<entry>
<title>encoding/xml: don't crash on invalid XMLName tag</title>
<updated>2017-12-07T05:09:01Z</updated>
<author>
<name>Ian Lance Taylor</name>
<email>iant@golang.org</email>
</author>
<published>2017-12-07T02:02:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=89d7a2fbda06976858cd00451d6eee81fffd9aea'/>
<id>urn:sha1:89d7a2fbda06976858cd00451d6eee81fffd9aea</id>
<content type='text'>
Fixes #20953

Change-Id: Ia30a6e0e335c1f738e1359500e09057b5981f1c7
Reviewed-on: https://go-review.googlesource.com/82397
Run-TryBot: Ian Lance Taylor &lt;iant@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
Reviewed-by: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
</content>
</entry>
<entry>
<title>doc/go1.10: add NetBSD and OpenBSD to Go 1.10 release notes</title>
<updated>2017-12-07T01:07:30Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@golang.org</email>
</author>
<published>2017-12-06T18:44:13Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=617fc0ffd3dabd24a43a713af0a05a7f93516d36'/>
<id>urn:sha1:617fc0ffd3dabd24a43a713af0a05a7f93516d36</id>
<content type='text'>
Fixes #22911

Change-Id: I61de85323e290b64917a09bc512935e835ff7cf0
Reviewed-on: https://go-review.googlesource.com/82276
Reviewed-by: Ian Lance Taylor &lt;iant@golang.org&gt;
</content>
</entry>
<entry>
<title>runtime: sleep longer in dieFromSignal on Darwin</title>
<updated>2017-12-07T00:56:23Z</updated>
<author>
<name>Ian Lance Taylor</name>
<email>iant@golang.org</email>
</author>
<published>2017-12-07T00:24:10Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=0ec59e4c087e8d23715abe896a8c409c99bb989a'/>
<id>urn:sha1:0ec59e4c087e8d23715abe896a8c409c99bb989a</id>
<content type='text'>
Fixes #20315

Change-Id: I5d5c82f10902b59168fc0cca0af50286843df55d
Reviewed-on: https://go-review.googlesource.com/82375
Run-TryBot: Ian Lance Taylor &lt;iant@golang.org&gt;
Reviewed-by: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
</content>
</entry>
</feed>
