<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/go-git.git/src/debug, branch dev.cc</title>
<subtitle>github.com: golang/go
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/go-git.git/'/>
<entry>
<title>all: power64 is now ppc64</title>
<updated>2014-12-06T00:13:20+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2014-12-06T00:13:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/go-git.git/commit/?id=09d92b6bbf26f195a1fe136513238d227bc73f82'/>
<id>09d92b6bbf26f195a1fe136513238d227bc73f82</id>
<content type='text'>
Fixes #8654.

LGTM=austin
R=austin
CC=golang-codereviews
https://golang.org/cl/180600043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #8654.

LGTM=austin
R=austin
CC=golang-codereviews
https://golang.org/cl/180600043
</pre>
</div>
</content>
</entry>
<entry>
<title>[dev.cc] all: merge default (e4ab8f908aac) into dev.cc</title>
<updated>2014-11-20T16:48:08+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2014-11-20T16:48:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/go-git.git/commit/?id=50e0749f8730e88e22e552449049b93ce2a418ac'/>
<id>50e0749f8730e88e22e552449049b93ce2a418ac</id>
<content type='text'>
TBR=austin
CC=golang-codereviews
https://golang.org/cl/179040044
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TBR=austin
CC=golang-codereviews
https://golang.org/cl/179040044
</pre>
</div>
</content>
</entry>
<entry>
<title>debug/goobj: move to cmd/internal/goobj</title>
<updated>2014-11-17T01:52:45+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2014-11-17T01:52:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/go-git.git/commit/?id=3e7d4f11c054507198fc796a461b6e88f5c8e57d'/>
<id>3e7d4f11c054507198fc796a461b6e88f5c8e57d</id>
<content type='text'>
debug/goobj is not ready to be published but it is
needed for the various binary-reading commands.
Move to cmd/internal/goobj.

(The Go 1.3 release branch deleted it, but that's not
an option anymore due to the command dependencies.
The API is still not vetted nor terribly well designed.)

LGTM=adg, dsymonds
R=adg, dsymonds
CC=golang-codereviews
https://golang.org/cl/174250043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
debug/goobj is not ready to be published but it is
needed for the various binary-reading commands.
Move to cmd/internal/goobj.

(The Go 1.3 release branch deleted it, but that's not
an option anymore due to the command dependencies.
The API is still not vetted nor terribly well designed.)

LGTM=adg, dsymonds
R=adg, dsymonds
CC=golang-codereviews
https://golang.org/cl/174250043
</pre>
</div>
</content>
</entry>
<entry>
<title>[dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc</title>
<updated>2014-11-14T17:10:52+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2014-11-14T17:10:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/go-git.git/commit/?id=3e804631d905162d9e0fc1eba63bce6f95965a24'/>
<id>3e804631d905162d9e0fc1eba63bce6f95965a24</id>
<content type='text'>
This is to reduce the delta between dev.cc and dev.garbage to just garbage collector changes.

These are the files that had merge conflicts and have been edited by hand:
        malloc.go
        mem_linux.go
        mgc.go
        os1_linux.go
        proc1.go
        panic1.go
        runtime1.go

LGTM=austin
R=austin
CC=golang-codereviews
https://golang.org/cl/174180043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is to reduce the delta between dev.cc and dev.garbage to just garbage collector changes.

These are the files that had merge conflicts and have been edited by hand:
        malloc.go
        mem_linux.go
        mgc.go
        os1_linux.go
        proc1.go
        panic1.go
        runtime1.go

LGTM=austin
R=austin
CC=golang-codereviews
https://golang.org/cl/174180043
</pre>
</div>
</content>
</entry>
<entry>
<title>all: use golang.org/x/... import paths</title>
<updated>2014-11-09T22:15:57+00:00</updated>
<author>
<name>Andrew Gerrand</name>
<email>adg@golang.org</email>
</author>
<published>2014-11-09T22:15:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/go-git.git/commit/?id=7f0be1f781a523b5acafb527ca123f5b0eac1536'/>
<id>7f0be1f781a523b5acafb527ca123f5b0eac1536</id>
<content type='text'>
LGTM=rsc, r
R=r, rsc
CC=golang-codereview, golang-codereviews
https://golang.org/cl/168050043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LGTM=rsc, r
R=r, rsc
CC=golang-codereview, golang-codereviews
https://golang.org/cl/168050043
</pre>
</div>
</content>
</entry>
<entry>
<title>[dev.power64] all: merge default into dev.power64</title>
<updated>2014-10-22T19:51:54+00:00</updated>
<author>
<name>Austin Clements</name>
<email>austin@google.com</email>
</author>
<published>2014-10-22T19:51:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/go-git.git/commit/?id=f0bd539c594ab4acfdaded45625a89a13d0bd575'/>
<id>f0bd539c594ab4acfdaded45625a89a13d0bd575</id>
<content type='text'>
This brings dev.power64 up-to-date with the current tip of
default.  go_bootstrap is still panicking with a bad defer
when initializing the runtime (even on amd64).

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/152570049
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This brings dev.power64 up-to-date with the current tip of
default.  go_bootstrap is still panicking with a bad defer
when initializing the runtime (even on amd64).

LGTM=rsc
R=rsc
CC=golang-codereviews
https://golang.org/cl/152570049
</pre>
</div>
</content>
</entry>
<entry>
<title>build: merge the great pkg/ rename into dev.power64</title>
<updated>2014-10-22T17:25:37+00:00</updated>
<author>
<name>Austin Clements</name>
<email>austin@google.com</email>
</author>
<published>2014-10-22T17:25:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/go-git.git/commit/?id=2bd616b1a7d2544e05d55141b6575f17a9b17263'/>
<id>2bd616b1a7d2544e05d55141b6575f17a9b17263</id>
<content type='text'>
This also removes pkg/runtime/traceback_lr.c, which was ported
to Go in an earlier commit and then moved to
runtime/traceback.go.

Reviewer: rsc@golang.org
          rsc: LGTM
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also removes pkg/runtime/traceback_lr.c, which was ported
to Go in an earlier commit and then moved to
runtime/traceback.go.

Reviewer: rsc@golang.org
          rsc: LGTM
</pre>
</div>
</content>
</entry>
<entry>
<title>debug/pe: use appropriate type for sizeofOptionalHeader32</title>
<updated>2014-10-20T23:02:33+00:00</updated>
<author>
<name>Alex Brainman</name>
<email>alex.brainman@gmail.com</email>
</author>
<published>2014-10-20T23:02:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/go-git.git/commit/?id=e5383c68544236bbf41628ef8a3460676e0aec2a'/>
<id>e5383c68544236bbf41628ef8a3460676e0aec2a</id>
<content type='text'>
LGTM=rsc
R=golang-codereviews, rsc
CC=golang-codereviews
https://golang.org/cl/157220043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LGTM=rsc
R=golang-codereviews, rsc
CC=golang-codereviews
https://golang.org/cl/157220043
</pre>
</div>
</content>
</entry>
<entry>
<title>debug/pe: remove use of unsafe</title>
<updated>2014-10-20T15:10:00+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2014-10-20T15:10:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/go-git.git/commit/?id=3811c4d84aabc544f3431bf7fb59e9c57b183628'/>
<id>3811c4d84aabc544f3431bf7fb59e9c57b183628</id>
<content type='text'>
Helps in environments with restricted support for unsafe.

LGTM=bradfitz
R=r, bradfitz
CC=dsymonds, golang-codereviews
https://golang.org/cl/156410044
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Helps in environments with restricted support for unsafe.

LGTM=bradfitz
R=r, bradfitz
CC=dsymonds, golang-codereviews
https://golang.org/cl/156410044
</pre>
</div>
</content>
</entry>
<entry>
<title>debug/elf: add comments explaining applyRelocations for amd64/arm64</title>
<updated>2014-10-09T21:38:45+00:00</updated>
<author>
<name>Ian Lance Taylor</name>
<email>iant@golang.org</email>
</author>
<published>2014-10-09T21:38:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/go-git.git/commit/?id=7abc8c4accefec10cb10e06cec572ee4146f37f7'/>
<id>7abc8c4accefec10cb10e06cec572ee4146f37f7</id>
<content type='text'>
LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/155190043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/155190043
</pre>
</div>
</content>
</entry>
</feed>
