<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/rt, branch 0.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=0.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=0.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2012-01-20T17:34:15+00:00</updated>
<entry>
<title>revert accidental commits</title>
<updated>2012-01-20T17:34:15+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-01-20T17:32:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cac46eac4bbf91c4f7bcf258b4110491742f06a6'/>
<id>urn:sha1:cac46eac4bbf91c4f7bcf258b4110491742f06a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>small fixes for building dist on windows</title>
<updated>2012-01-20T16:59:07+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-01-20T16:59:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b7811e613d035e6bbe8a7f119b9af03e5370fca1'/>
<id>urn:sha1:b7811e613d035e6bbe8a7f119b9af03e5370fca1</id>
<content type='text'>
</content>
</entry>
<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>encode variant names and have log print them out.</title>
<updated>2012-01-17T18:33:28+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-01-16T05:42:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a83ad1b9e657307f395361be0c687a4690bbcd6f'/>
<id>urn:sha1:a83ad1b9e657307f395361be0c687a4690bbcd6f</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>use correct size for logging mod_entry state fields</title>
<updated>2012-01-16T08:41:14+00:00</updated>
<author>
<name>Jyun-Yan You</name>
<email>jyyou@cs.nctu.edu.tw</email>
</author>
<published>2012-01-14T19:47:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e4d553c534e80442bed5ce63f74ca67112035d08'/>
<id>urn:sha1:e4d553c534e80442bed5ce63f74ca67112035d08</id>
<content type='text'>
The compiler outputs 32-bit values for these and on 64-bit FreeBSD
the runtime was scribbling on some state used by getenv and segfaulting.
</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 tydescs into shape, rewrite walk_fn_contents()</title>
<updated>2012-01-12T21:47:38+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-01-12T17:28:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=263f4c58a0c9409f257d45ae03d4b19700ef232b'/>
<id>urn:sha1:263f4c58a0c9409f257d45ae03d4b19700ef232b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>free uniq data we encounter on the sweep, walk thru them otherwise</title>
<updated>2012-01-12T21:47:38+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-01-12T05:31:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e55aa6e5ef60369710d8b2e6f512b2ef84a8c548'/>
<id>urn:sha1:e55aa6e5ef60369710d8b2e6f512b2ef84a8c548</id>
<content type='text'>
</content>
</entry>
</feed>
