<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go, branch go1.11</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=go1.11</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=go1.11'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2018-08-24T20:18:43Z</updated>
<entry>
<title>[release-branch.go1.11] runtime: mark sigInitIgnored nosplit</title>
<updated>2018-08-24T20:18:43Z</updated>
<author>
<name>Ian Lance Taylor</name>
<email>iant@golang.org</email>
</author>
<published>2018-08-24T18:44:55Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=41e62b8c49d21659b48a95216e3062032285250f'/>
<id>urn:sha1:41e62b8c49d21659b48a95216e3062032285250f</id>
<content type='text'>
The sigInitIgnored function can be called by initsig before a shared
library is initialized, before the runtime is initialized.

Fixes #27183

Change-Id: I7073767938fc011879d47ea951d63a14d1cce878
Reviewed-on: https://go-review.googlesource.com/131277
Run-TryBot: Ian Lance Taylor &lt;iant@golang.org&gt;
Reviewed-by: Austin Clements &lt;austin@google.com&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
(cherry picked from commit d20ecd6e5dab55376ea4f169eed63608f9bb3b2b)
Reviewed-on: https://go-review.googlesource.com/131278
Reviewed-by: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
</content>
</entry>
<entry>
<title>[release-branch.go1.11] go1.11</title>
<updated>2018-08-24T20:08:50Z</updated>
<author>
<name>Andrew Bonventre</name>
<email>andybons@golang.org</email>
</author>
<published>2018-08-24T19:55:36Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=89eb905c6d92c7e6cda4de6c48f8d556e996bcb2'/>
<id>urn:sha1:89eb905c6d92c7e6cda4de6c48f8d556e996bcb2</id>
<content type='text'>
Change-Id: Ifd0090a7fee96ae726a84aeece7512b967acf869
Reviewed-on: https://go-review.googlesource.com/131338
Run-TryBot: Andrew Bonventre &lt;andybons@golang.org&gt;
Reviewed-by: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
</content>
</entry>
<entry>
<title>[release-branch.go1.11] doc: document Go 1.10.4</title>
<updated>2018-08-24T19:23:17Z</updated>
<author>
<name>Andrew Bonventre</name>
<email>andybons@golang.org</email>
</author>
<published>2018-08-24T19:20:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=f5c8875aef8dc016553fa2dd4288fa5cec36de4f'/>
<id>urn:sha1:f5c8875aef8dc016553fa2dd4288fa5cec36de4f</id>
<content type='text'>
Change-Id: I7383e7d37a71defcad79fc662c4b4d1ca02189d1
Reviewed-on: https://go-review.googlesource.com/131336
Reviewed-by: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
(cherry picked from commit 97cc4b5123a71193cbb207a40a14b9025e769ec7)
Reviewed-on: https://go-review.googlesource.com/131356
Reviewed-by: Andrew Bonventre &lt;andybons@golang.org&gt;
</content>
</entry>
<entry>
<title>[release-branch.go1.11] doc/go1.11: add link to new WebAssembly wiki page</title>
<updated>2018-08-23T21:49:30Z</updated>
<author>
<name>Dmitri Shuralyov</name>
<email>dmitshur@golang.org</email>
</author>
<published>2018-08-23T19:05:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=c7415c1bd45ba7662ffec2c54fcec3933807c19c'/>
<id>urn:sha1:c7415c1bd45ba7662ffec2c54fcec3933807c19c</id>
<content type='text'>
The wiki page has recently been created, and at this time it's
just a stub. It's expected that support for WebAssembly will be
evolving over time, and the wiki page can be kept updated with
helpful information, how to get started, tips and tricks, etc.

Use present tense because it's expected that there will be more
general information added by the time Go 1.11 release happens.

Also add link to https://webassembly.org/ in first paragraph.

Change-Id: I139c2dcec8f0d7fd89401df38a3e12960946693f
Reviewed-on: https://go-review.googlesource.com/131078
Reviewed-by: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
Reviewed-by: Ian Lance Taylor &lt;iant@golang.org&gt;
(cherry picked from commit 6e76aeba0bda33f6bd45ac9c8e5c026c1688e846)
Reviewed-on: https://go-review.googlesource.com/131096
</content>
</entry>
<entry>
<title>[release-branch.go1.11] doc/go1.11: remove draft status</title>
<updated>2018-08-23T19:18:37Z</updated>
<author>
<name>Andrew Bonventre</name>
<email>andybons@golang.org</email>
</author>
<published>2018-08-23T18:31:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=08c66d75ec272e528ab0153ba0e1668ffede3736'/>
<id>urn:sha1:08c66d75ec272e528ab0153ba0e1668ffede3736</id>
<content type='text'>
Change-Id: I3f99083b7d8ab06482c2c22eafda8b0141a872bd
Reviewed-on: https://go-review.googlesource.com/131076
Reviewed-by: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
(cherry picked from commit 2e10e28a10c77d4967cc03bbbf0929600b89440c)
Reviewed-on: https://go-review.googlesource.com/131095
Reviewed-by: Andrew Bonventre &lt;andybons@golang.org&gt;
</content>
</entry>
<entry>
<title>[release-branch.go1.11] go1.11rc2</title>
<updated>2018-08-22T22:17:06Z</updated>
<author>
<name>Andrew Bonventre</name>
<email>andybons@golang.org</email>
</author>
<published>2018-08-22T22:04:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=02c0c32960f65d0b9c66ec840c612f5f9623dc51'/>
<id>urn:sha1:02c0c32960f65d0b9c66ec840c612f5f9623dc51</id>
<content type='text'>
Change-Id: Ib303cf7c8965d1d004f4c9e4935f9d4d54c5ee37
Reviewed-on: https://go-review.googlesource.com/130935
Run-TryBot: Andrew Bonventre &lt;andybons@golang.org&gt;
Reviewed-by: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
</content>
</entry>
<entry>
<title>[release-branch.go1.11] internal/poll, net: fix sendfile on Windows, add test</title>
<updated>2018-08-22T21:12:15Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@golang.org</email>
</author>
<published>2018-08-22T20:31:37Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=ca25572abb8ea983a4e74c04a7c5719b7704238d'/>
<id>urn:sha1:ca25572abb8ea983a4e74c04a7c5719b7704238d</id>
<content type='text'>
Fixes #27085

Change-Id: I4eb3ff7c76e0b8e4d8fe0298f739b0284d74a031
Reviewed-on: https://go-review.googlesource.com/130895
Run-TryBot: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
Reviewed-by: Andrew Bonventre &lt;andybons@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
</content>
</entry>
<entry>
<title>[release-branch.go1.11] crypto/tls: make ConnectionState.ExportKeyingMaterial a method</title>
<updated>2018-08-22T17:28:12Z</updated>
<author>
<name>Filippo Valsorda</name>
<email>hi@filippo.io</email>
</author>
<published>2018-08-21T20:50:04Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=2eb8116f9e67c91a79a2526025657dfc19ce7f5f'/>
<id>urn:sha1:2eb8116f9e67c91a79a2526025657dfc19ce7f5f</id>
<content type='text'>
The unexported field is hidden from reflect based marshalers, which
would break otherwise. Also, make it return an error, as there are
multiple reasons it might fail.

Fixes #27131

Change-Id: I92adade2fe456103d2d5c0315629ca0256953764
Reviewed-on: https://go-review.googlesource.com/130535
Run-TryBot: Filippo Valsorda &lt;filippo@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
Reviewed-by: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
(cherry picked from commit 240cb4c75fbe969364edb1a7f7ebd2d827831d34)
Reviewed-on: https://go-review.googlesource.com/130655
</content>
</entry>
<entry>
<title>[release-branch.go1.11] cmd/go: fix list -compiled of package with only tests</title>
<updated>2018-08-22T15:51:42Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2018-08-21T01:35:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=4124fe1c2cd33a7ca572d54bfd47409172ba56b1'/>
<id>urn:sha1:4124fe1c2cd33a7ca572d54bfd47409172ba56b1</id>
<content type='text'>
Fixes #27097.

Change-Id: I6aa48a1c58a21fd320b0e9dcd1f86c90172f0182
Reviewed-on: https://go-review.googlesource.com/130139
Run-TryBot: Russ Cox &lt;rsc@golang.org&gt;
Reviewed-by: Ian Lance Taylor &lt;iant@golang.org&gt;
(cherry picked from commit df6aedb630b3c79ff50147a85278a17702dcff1f)
Reviewed-on: https://go-review.googlesource.com/130617
Run-TryBot: Ian Lance Taylor &lt;iant@golang.org&gt;
Run-TryBot: Andrew Bonventre &lt;andybons@golang.org&gt;
Reviewed-by: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
Reviewed-by: Andrew Bonventre &lt;andybons@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
</content>
</entry>
<entry>
<title>[release-branch.go1.11] cmd/go: fix 'go help go.mod' example</title>
<updated>2018-08-22T15:51:18Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2018-08-21T01:42:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=4383edf1c622ec5c85dce698cdfdbca9fffcaf04'/>
<id>urn:sha1:4383edf1c622ec5c85dce698cdfdbca9fffcaf04</id>
<content type='text'>
Dropped the example referred to in the text
when copying this text out of 'go help mod fix'.

Fixes #27083.

Change-Id: I63dfa3033fa2b2408019eef9d8b5a055aa803c57
Reviewed-on: https://go-review.googlesource.com/130140
Run-TryBot: Russ Cox &lt;rsc@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
Reviewed-by: Ian Lance Taylor &lt;iant@golang.org&gt;
(cherry picked from commit 27ed675b4bbb63b5b5d84a21be583ef6147a2084)
Reviewed-on: https://go-review.googlesource.com/130618
Run-TryBot: Ian Lance Taylor &lt;iant@golang.org&gt;
Reviewed-by: Brad Fitzpatrick &lt;bradfitz@golang.org&gt;
Reviewed-by: Andrew Bonventre &lt;andybons@golang.org&gt;
</content>
</entry>
</feed>
