<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/go.git/src/debug, branch dev.cc</title>
<subtitle>code.google.com: Obsolete (use go-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go.git/'/>
<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://git.baserock.org/cgit/delta/go.git/commit/?id=4a674f45d109048fcef7cd9f2b876e270625c8ed'/>
<id>4a674f45d109048fcef7cd9f2b876e270625c8ed</id>
<content type='text'>
TBR=austin
CC=golang-codereviews
https://codereview.appspot.com/179040044
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TBR=austin
CC=golang-codereviews
https://codereview.appspot.com/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://git.baserock.org/cgit/delta/go.git/commit/?id=31382d93032fd60012601f7a7fb9eac36a02961c'/>
<id>31382d93032fd60012601f7a7fb9eac36a02961c</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://codereview.appspot.com/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://codereview.appspot.com/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://git.baserock.org/cgit/delta/go.git/commit/?id=6b31cfd20257f4d7226d5c4e95c67ed9b48ab58c'/>
<id>6b31cfd20257f4d7226d5c4e95c67ed9b48ab58c</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://codereview.appspot.com/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://codereview.appspot.com/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://git.baserock.org/cgit/delta/go.git/commit/?id=395a8eb5f4e4e10220a8a728a2124cf1521f70d3'/>
<id>395a8eb5f4e4e10220a8a728a2124cf1521f70d3</id>
<content type='text'>
LGTM=rsc, r
R=r, rsc
CC=golang-codereview, golang-codereviews
https://codereview.appspot.com/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://codereview.appspot.com/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://git.baserock.org/cgit/delta/go.git/commit/?id=fc92f8a400cf3e4d053940e0b86b72d6de27d67a'/>
<id>fc92f8a400cf3e4d053940e0b86b72d6de27d67a</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://codereview.appspot.com/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://codereview.appspot.com/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://git.baserock.org/cgit/delta/go.git/commit/?id=800a826ae560191d4dbb6c529eea15cf4349a06f'/>
<id>800a826ae560191d4dbb6c529eea15cf4349a06f</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://git.baserock.org/cgit/delta/go.git/commit/?id=27a521f0744ec4be238adff5d2383d6a9ec4b3a1'/>
<id>27a521f0744ec4be238adff5d2383d6a9ec4b3a1</id>
<content type='text'>
LGTM=rsc
R=golang-codereviews, rsc
CC=golang-codereviews
https://codereview.appspot.com/157220043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LGTM=rsc
R=golang-codereviews, rsc
CC=golang-codereviews
https://codereview.appspot.com/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://git.baserock.org/cgit/delta/go.git/commit/?id=423e70cdc8adb844fa5032ed2af1dc0480a93fbd'/>
<id>423e70cdc8adb844fa5032ed2af1dc0480a93fbd</id>
<content type='text'>
Helps in environments with restricted support for unsafe.

LGTM=bradfitz
R=r, bradfitz
CC=dsymonds, golang-codereviews
https://codereview.appspot.com/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://codereview.appspot.com/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://git.baserock.org/cgit/delta/go.git/commit/?id=0e62ef01c88fca69015123193863f332852f8f0b'/>
<id>0e62ef01c88fca69015123193863f332852f8f0b</id>
<content type='text'>
LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://codereview.appspot.com/155190043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://codereview.appspot.com/155190043
</pre>
</div>
</content>
</entry>
<entry>
<title>debug/dwarf: correct name for clang-generated complex type</title>
<updated>2014-09-24T20:53:47+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2014-09-24T20:53:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go.git/commit/?id=8ca4b32a4ef76cacf6ac5a1ae0e2a1a1113490ee'/>
<id>8ca4b32a4ef76cacf6ac5a1ae0e2a1a1113490ee</id>
<content type='text'>
Fixes issue 8694.

LGTM=iant
R=iant
CC=golang-codereviews
https://codereview.appspot.com/143570043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes issue 8694.

LGTM=iant
R=iant
CC=golang-codereviews
https://codereview.appspot.com/143570043
</pre>
</div>
</content>
</entry>
</feed>
