<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/rt/rustrt.def.in, branch release-0.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=release-0.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=release-0.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2012-01-18T04:21:09+00:00</updated>
<entry>
<title>roll back commit 1c7a62</title>
<updated>2012-01-18T04:21:09+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-01-17T19:20:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7bc2930cfaa1f4f5bf883b4df23b09cbb6fe6e27'/>
<id>urn:sha1:7bc2930cfaa1f4f5bf883b4df23b09cbb6fe6e27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use a memset upcall to zero things without static alignment</title>
<updated>2012-01-17T13:04:55+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2012-01-17T12:36:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1c7a62c93b21ad1958db80b39bca14a09ea8b4bc'/>
<id>urn:sha1:1c7a62c93b21ad1958db80b39bca14a09ea8b4bc</id>
<content type='text'>
This fixes issues #843 and #1546. The cost of an upcall is
unfortunate, though. I assume there must be a way to simply manually
compute the pointer or size, using something akin to the formula in
`align_to` in `rust_util.h`. I could not get this to work,
unfortunately.
</content>
</entry>
<entry>
<title>rt: Allow console logging to be turned off</title>
<updated>2012-01-13T21:44:09+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-01-13T21:19:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f5f36e8b49336c1105daee9fb45de12ae039f38e'/>
<id>urn:sha1:f5f36e8b49336c1105daee9fb45de12ae039f38e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libcore: Add sys::set_exit_status</title>
<updated>2012-01-13T06:24:27+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-01-13T06:17:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0616cba62be78082f10f6673d45ba4d94da423dc'/>
<id>urn:sha1:0616cba62be78082f10f6673d45ba4d94da423dc</id>
<content type='text'>
Sets the process exit code
</content>
</entry>
<entry>
<title>add a log_str() function and allow '%?' in fmt strings to use it</title>
<updated>2012-01-11T18:32:54+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-01-11T17:09:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c68345e57e82e7233e0f875bd416f46e1f8859e1'/>
<id>urn:sha1:c68345e57e82e7233e0f875bd416f46e1f8859e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Export upcall_s_shared_malloc since the SpiderMonkey bindings need it</title>
<updated>2012-01-10T18:44:26+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-01-10T18:37:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d4a4b82973cf6199b285b938139ee02dc52c100f'/>
<id>urn:sha1:d4a4b82973cf6199b285b938139ee02dc52c100f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add rust_task_is_unwinding predicate and do not kill if already unwinding</title>
<updated>2012-01-10T03:53:32+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-01-09T21:47:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=110c3ccdcad4616fd558f248b61a4ba79d8ec86b'/>
<id>urn:sha1:110c3ccdcad4616fd558f248b61a4ba79d8ec86b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make binding of fns with bounded type parameters work</title>
<updated>2012-01-06T16:40:05+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2012-01-06T16:29:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=822acdd1703af1714cb084a76c10937713339f6d'/>
<id>urn:sha1:822acdd1703af1714cb084a76c10937713339f6d</id>
<content type='text'>
Interns non-static dicts to heap-allocated equivalents so that they no
longer have stack scope.

Closes #1436
</content>
</entry>
<entry>
<title>rt: Rename asm_call_on_stack to __morestack</title>
<updated>2011-12-20T06:05:40+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2011-12-20T03:50:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=05bf105c90e7f0dee866fb15f6616afe25fe209f'/>
<id>urn:sha1:05bf105c90e7f0dee866fb15f6616afe25fe209f</id>
<content type='text'>
Newer gdb's will backtrace through functions named __morestack even
if they change the stack.
</content>
</entry>
<entry>
<title>std: file_is_dir -&gt; path_is_dir, add path_exists</title>
<updated>2011-12-16T22:37:21+00:00</updated>
<author>
<name>Elly Jones</name>
<email>elly@leptoquark.net</email>
</author>
<published>2011-12-16T22:32:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=89e880d613bc797b3867f91cd7f676c9b4737397'/>
<id>urn:sha1:89e880d613bc797b3867f91cd7f676c9b4737397</id>
<content type='text'>
</content>
</entry>
</feed>
