<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go, branch weekly.2010-06-09</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=weekly.2010-06-09</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=weekly.2010-06-09'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2010-06-09T21:10:28Z</updated>
<entry>
<title>release.2010-06-09</title>
<updated>2010-06-09T21:10:28Z</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2010-06-09T21:10:28Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=61be33d3ae58572eb3f4c67acf0c9ee8c903f888'/>
<id>urn:sha1:61be33d3ae58572eb3f4c67acf0c9ee8c903f888</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/1644041
</content>
</entry>
<entry>
<title>gc: more cleanup</title>
<updated>2010-06-09T18:00:55Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-06-09T18:00:55Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=a2a7d473f464d99b96366404a468d50131d61b9a'/>
<id>urn:sha1:a2a7d473f464d99b96366404a468d50131d61b9a</id>
<content type='text'>
 * disallow surrogate pair runes.
 * diagnose impossible type assertions
 * eliminate another static buffer.
 * do not overflow lexbuf.
 * add -u flag to disable package unsafe.

R=ken2
CC=golang-dev
https://golang.org/cl/1619042
</content>
</entry>
<entry>
<title>fix build: invalid character literals</title>
<updated>2010-06-09T05:32:04Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-06-09T05:32:04Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=42a691b8778becb7d2ee78ac171e26e03dbbf30a'/>
<id>urn:sha1:42a691b8778becb7d2ee78ac171e26e03dbbf30a</id>
<content type='text'>
R=r
CC=golang-dev
https://golang.org/cl/1631041
</content>
</entry>
<entry>
<title>gc: new typechecking rules</title>
<updated>2010-06-09T01:50:02Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-06-09T01:50:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=565b5dc0760baf556f83adf847f578718a1c571f'/>
<id>urn:sha1:565b5dc0760baf556f83adf847f578718a1c571f</id>
<content type='text'>
* Code for assignment, conversions now mirrors spec.
* Changed some snprint -&gt; smprint.
* Renamed runtime functions to separate
  interface conversions from type assertions:
  convT2I, assertI2T, etc.
* Correct checking of \U sequences.

Fixes #840.
Fixes #830.
Fixes #778.

R=ken2
CC=golang-dev
https://golang.org/cl/1303042
</content>
</entry>
<entry>
<title>misc cleanup: gofmt + &amp;x -&gt; x[0:] conversion</title>
<updated>2010-06-09T00:51:57Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-06-09T00:51:57Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=6aaef044698bf9da21e270188f281321de98a391'/>
<id>urn:sha1:6aaef044698bf9da21e270188f281321de98a391</id>
<content type='text'>
R=gri
CC=golang-dev
https://golang.org/cl/1620042
</content>
</entry>
<entry>
<title>go/printer: deleted dead code</title>
<updated>2010-06-09T00:46:04Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2010-06-09T00:46:04Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=f29fb251dc4298adfb438a2841f7f150fbfad2bd'/>
<id>urn:sha1:f29fb251dc4298adfb438a2841f7f150fbfad2bd</id>
<content type='text'>
(remains of the semicolon conversion)

R=rsc
CC=golang-dev
https://golang.org/cl/1623041
</content>
</entry>
<entry>
<title>gofmt: update test script so it can run to completion again</title>
<updated>2010-06-09T00:25:04Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2010-06-09T00:25:04Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=4337c7c0bcdaeec48df6290543ef20975f5af61c'/>
<id>urn:sha1:4337c7c0bcdaeec48df6290543ef20975f5af61c</id>
<content type='text'>
R=rsc
CC=golang-dev
https://golang.org/cl/1621041
</content>
</entry>
<entry>
<title>go/parser: correct position of empty statement ';'</title>
<updated>2010-06-09T00:06:26Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2010-06-09T00:06:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=3f3ff2bd5c1bd9aeb73792c72451438b8099001b'/>
<id>urn:sha1:3f3ff2bd5c1bd9aeb73792c72451438b8099001b</id>
<content type='text'>
(caused certain files to not be idempotent under gofmt)

- corrected golden files for go/printer
- slightly simplified some code in nodes.go (no impact on formatting)
- these changes have no impact on gofmt output of .go files under src, misc

fallthrough statement considered harmful!

R=rsc
CC=golang-dev
https://golang.org/cl/1593042
</content>
</entry>
<entry>
<title>fix build</title>
<updated>2010-06-08T23:14:19Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-06-08T23:14:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=f892540513d398156f32b357bcda43fe62f13728'/>
<id>urn:sha1:f892540513d398156f32b357bcda43fe62f13728</id>
<content type='text'>
R=gri
CC=golang-dev
https://golang.org/cl/1616041
</content>
</entry>
<entry>
<title>doc: add Google I/O talk and programs</title>
<updated>2010-06-08T23:00:04Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-06-08T23:00:04Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=104cd57c6d8f63eae00564eeca6de80d09e27a17'/>
<id>urn:sha1:104cd57c6d8f63eae00564eeca6de80d09e27a17</id>
<content type='text'>
R=r
CC=golang-dev
https://golang.org/cl/1614041
</content>
</entry>
</feed>
