<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go/src/pkg/patch/git.go, branch main</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=main</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2012-01-25T20:41:49Z</updated>
<entry>
<title>build: fix build</title>
<updated>2012-01-25T20:41:49Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2012-01-25T20:41:49Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=bf67a7b9b12f0f35c46aa39de65f7c67bfb5238c'/>
<id>urn:sha1:bf67a7b9b12f0f35c46aa39de65f7c67bfb5238c</id>
<content type='text'>
I said rm, but not hg rm.
I never was good at Simon says.

TBR=bradfitz
CC=golang-dev
https://golang.org/cl/5574066
</content>
</entry>
<entry>
<title>Add a []byte argument to hash.Hash to allow an allocation to be saved.</title>
<updated>2011-12-01T17:35:37Z</updated>
<author>
<name>Adam Langley</name>
<email>agl@golang.org</email>
</author>
<published>2011-12-01T17:35:37Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=bac7bc55a6a8776f45144452a7236e34cdb09de6'/>
<id>urn:sha1:bac7bc55a6a8776f45144452a7236e34cdb09de6</id>
<content type='text'>
This is the result of running `gofix -r hashsum` over the tree, changing
the hash function implementations by hand and then fixing a couple of
instances where gofix didn't catch something.

The changed implementations are as simple as possible while still
working: I'm not trying to optimise in this CL.

R=rsc, cw, rogpeppe
CC=golang-dev
https://golang.org/cl/5448065
</content>
</entry>
<entry>
<title>src/pkg/[n-z]*: gofix -r error -force=error</title>
<updated>2011-11-02T02:05:34Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2011-11-02T02:05:34Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=eb6929299b6da3d9bea1fa7f7cd319c2de9242bb'/>
<id>urn:sha1:eb6929299b6da3d9bea1fa7f7cd319c2de9242bb</id>
<content type='text'>
R=golang-dev, bsiegert, iant
CC=golang-dev
https://golang.org/cl/5294074
</content>
</entry>
<entry>
<title>changes &amp;x -&gt; x[0:] for array to slice conversion</title>
<updated>2010-05-27T21:51:47Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-05-27T21:51:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=bb84f4b5d260d3642ef0a3197a1a5433ed2c2481'/>
<id>urn:sha1:bb84f4b5d260d3642ef0a3197a1a5433ed2c2481</id>
<content type='text'>
R=gri
CC=golang-dev
https://golang.org/cl/1326042
</content>
</entry>
<entry>
<title>compress: renamings.</title>
<updated>2010-05-07T21:32:34Z</updated>
<author>
<name>Rob Pike</name>
<email>r@golang.org</email>
</author>
<published>2010-05-07T21:32:34Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=f023e859cf5a74e2d0b0e4fadb0ae7fd9732d9f9'/>
<id>urn:sha1:f023e859cf5a74e2d0b0e4fadb0ae7fd9732d9f9</id>
<content type='text'>
NewDeflater -&gt; NewWriter
NewInflater -&gt; NewReader
Deflater -&gt; Compressor
Inflater -&gt; Decompressor

R=rsc
CC=golang-dev
https://golang.org/cl/1166041
</content>
</entry>
<entry>
<title>1) Change default gofmt default settings for</title>
<updated>2009-12-15T23:40:16Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2009-12-15T23:40:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=d65a5cce89596e0256280ab8318548d3fa5bb09b'/>
<id>urn:sha1:d65a5cce89596e0256280ab8318548d3fa5bb09b</id>
<content type='text'>
   parsing and printing to new syntax.

   Use -oldparser to parse the old syntax,
   use -oldprinter to print the old syntax.

2) Change default gofmt formatting settings
   to use tabs for indentation only and to use
   spaces for alignment. This will make the code
   alignment insensitive to an editor's tabwidth.

   Use -spaces=false to use tabs for alignment.

3) Manually changed src/exp/parser/parser_test.go
   so that it doesn't try to parse the parser's
   source files using the old syntax (they have
   new syntax now).

4) gofmt -w src misc test/bench

4th set of files.

R=rsc
CC=golang-dev
https://golang.org/cl/180049
</content>
</entry>
<entry>
<title>gofmt -r 'α[β:len(α)] -&gt; α[β:]' -w src/cmd src/pkg</title>
<updated>2009-11-20T19:45:05Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2009-11-20T19:45:05Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=9ac4449cb2bf8fa1fc414a9cbc67c5a46af8ea51'/>
<id>urn:sha1:9ac4449cb2bf8fa1fc414a9cbc67c5a46af8ea51</id>
<content type='text'>
R=r, gri
CC=golang-dev
https://golang.org/cl/156115
</content>
</entry>
<entry>
<title>Fix capitalisation of "Git".</title>
<updated>2009-11-12T01:31:28Z</updated>
<author>
<name>David Symonds</name>
<email>dsymonds@golang.org</email>
</author>
<published>2009-11-12T01:31:28Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=9e829c42d6447fdd93587619ea61bfd1f7b4110b'/>
<id>urn:sha1:9e829c42d6447fdd93587619ea61bfd1f7b4110b</id>
<content type='text'>
R=rsc
https://golang.org/cl/154071
</content>
</entry>
<entry>
<title>- replaced gofmt expression formatting algorithm with</title>
<updated>2009-11-10T05:23:52Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2009-11-10T05:23:52Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=3bb0032cd6187ca1f42b68599b94036cb6b7e054'/>
<id>urn:sha1:3bb0032cd6187ca1f42b68599b94036cb6b7e054</id>
<content type='text'>
  rsc's algorithm
- applied gofmt -w misc src
- partial CL (last chunk)

R=rsc, r
http://go/go-review/1024041
</content>
</entry>
<entry>
<title>remove semis after statements in one-statement statement lists</title>
<updated>2009-11-09T20:07:39Z</updated>
<author>
<name>Robert Griesemer</name>
<email>gri@golang.org</email>
</author>
<published>2009-11-09T20:07:39Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=40621d5c0d3f9fc222089967ab1aec44e94b5f78'/>
<id>urn:sha1:40621d5c0d3f9fc222089967ab1aec44e94b5f78</id>
<content type='text'>
R=rsc, r
http://go/go-review/1025029
</content>
</entry>
</feed>
