<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/go.git/src/runtime/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.power64] all: merge default (dd5014ed9b01) into dev.power64</title>
<updated>2014-10-29T15:45:01+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2014-10-29T15:45:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go.git/commit/?id=cc517ca5f7183e7f5d91bf75897b23cc0f4ed04f'/>
<id>cc517ca5f7183e7f5d91bf75897b23cc0f4ed04f</id>
<content type='text'>
Still passes on amd64.

LGTM=austin
R=austin
CC=golang-codereviews
https://codereview.appspot.com/165110043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Still passes on amd64.

LGTM=austin
R=austin
CC=golang-codereviews
https://codereview.appspot.com/165110043
</pre>
</div>
</content>
</entry>
<entry>
<title>runtime: add PauseEnd array to MemStats and GCStats</title>
<updated>2014-10-28T16:35:25+00:00</updated>
<author>
<name>Jens Frederich</name>
<email>jfrederich@gmail.com</email>
</author>
<published>2014-10-28T16:35:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go.git/commit/?id=569d620760264e4acd24b671dacbb1cee4458741'/>
<id>569d620760264e4acd24b671dacbb1cee4458741</id>
<content type='text'>
Fixes issue 8787.

LGTM=rsc
R=rsc, dvyukov
CC=golang-codereviews
https://codereview.appspot.com/153670043

Committer: Russ Cox &lt;rsc@golang.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes issue 8787.

LGTM=rsc
R=rsc, dvyukov
CC=golang-codereviews
https://codereview.appspot.com/153670043

Committer: Russ Cox &lt;rsc@golang.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[dev.power64] runtime: power64 fixes and ports of changes</title>
<updated>2014-10-27T21:27:03+00:00</updated>
<author>
<name>Austin Clements</name>
<email>austin@google.com</email>
</author>
<published>2014-10-27T21:27:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go.git/commit/?id=d794c3a12eb8d762b119cf244bbbac8ee66b5a54'/>
<id>d794c3a12eb8d762b119cf244bbbac8ee66b5a54</id>
<content type='text'>
Fix include paths that got moved in the great pkg/ rename.  Add
missing runtime/arch_* files for power64.  Port changes that
happened on default since branching to
runtime/{asm,atomic,sys_linux}_power64x.s (precise stacks,
calling convention change, various new and deleted functions.
Port struct renaming and fix some bugs in
runtime/defs_linux_power64.h.

LGTM=rsc
R=rsc, dave
CC=golang-codereviews
https://codereview.appspot.com/161450043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix include paths that got moved in the great pkg/ rename.  Add
missing runtime/arch_* files for power64.  Port changes that
happened on default since branching to
runtime/{asm,atomic,sys_linux}_power64x.s (precise stacks,
calling convention change, various new and deleted functions.
Port struct renaming and fix some bugs in
runtime/defs_linux_power64.h.

LGTM=rsc
R=rsc, dave
CC=golang-codereviews
https://codereview.appspot.com/161450043
</pre>
</div>
</content>
</entry>
<entry>
<title>cmd/go: prohibit C sources files unless using cgo</title>
<updated>2014-09-24T19:10:38+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2014-09-24T19:10:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go.git/commit/?id=4e8210feb144f2ebb74c56815059c69b5b629f4e'/>
<id>4e8210feb144f2ebb74c56815059c69b5b629f4e</id>
<content type='text'>
Those C files would have been compiled with 6c.
It's close to impossible to use C correctly anymore,
and the C compilers are going away eventually.
Make them unavailable now.

go1.4.txt change in CL 145890046

LGTM=iant
R=iant
CC=golang-codereviews, r
https://codereview.appspot.com/149720043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Those C files would have been compiled with 6c.
It's close to impossible to use C correctly anymore,
and the C compilers are going away eventually.
Make them unavailable now.

go1.4.txt change in CL 145890046

LGTM=iant
R=iant
CC=golang-codereviews, r
https://codereview.appspot.com/149720043
</pre>
</div>
</content>
</entry>
<entry>
<title>build: move package sources from src/pkg to src</title>
<updated>2014-09-08T04:08:51+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2014-09-08T04:08:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go.git/commit/?id=8528da672cc093d4dd06732819abc1f7b6b5a46e'/>
<id>8528da672cc093d4dd06732819abc1f7b6b5a46e</id>
<content type='text'>
Preparation was in CL 134570043.
This CL contains only the effect of 'hg mv src/pkg/* src'.
For more about the move, see golang.org/s/go14nopkg.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Preparation was in CL 134570043.
This CL contains only the effect of 'hg mv src/pkg/* src'.
For more about the move, see golang.org/s/go14nopkg.
</pre>
</div>
</content>
</entry>
</feed>
