<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/rt/rust_run_program.cpp, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2013-09-19T03:58:56+00:00</updated>
<entry>
<title>Remove rust_run_program.cpp</title>
<updated>2013-09-19T03:58:56+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-09-17T21:45:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c3ad785d83b583ad693424d9f0f993e36f0990f5'/>
<id>urn:sha1:c3ad785d83b583ad693424d9f0f993e36f0990f5</id>
<content type='text'>
Some of the functions could be converted to rust, but the functions dealing with
signals were moved to rust_builtin.cpp instead (no reason to keep the original
file around for one function).

Closes #2674
</content>
</entry>
<entry>
<title>Remove the C++ runtime. Sayonara</title>
<updated>2013-08-09T23:45:50+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2013-08-01T06:12:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b75915d0ca20c6d066a7368ad53491a55a5a57d2'/>
<id>urn:sha1:b75915d0ca20c6d066a7368ad53491a55a5a57d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert most of rust_run_program.cpp to rust (issue #2674).</title>
<updated>2013-05-02T18:26:52+00:00</updated>
<author>
<name>gareth</name>
<email>gareth@gareth-N56VM.(none)</email>
</author>
<published>2013-04-30T22:00:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=544ac620ba131d0f58eb48f631338c0ea64e0f10'/>
<id>urn:sha1:544ac620ba131d0f58eb48f631338c0ea64e0f10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix issue #5976 - HANDLE leaks and undefined/bad behavour</title>
<updated>2013-04-23T20:23:15+00:00</updated>
<author>
<name>gareth</name>
<email>gareth@gareth-N56VM.(none)</email>
</author>
<published>2013-04-22T19:05:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=91aeecf7e38e01a9e323683c39649e201a9f726c'/>
<id>urn:sha1:91aeecf7e38e01a9e323683c39649e201a9f726c</id>
<content type='text'>
on windows.</content>
</entry>
<entry>
<title>Add license boilerplate to more files.</title>
<updated>2012-12-11T01:32:58+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-12-10T23:44:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=12c32e944d3dbadb6a114a6e0bc51b065b4f42c1'/>
<id>urn:sha1:12c32e944d3dbadb6a114a6e0bc51b065b4f42c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.</title>
<updated>2012-06-21T23:44:10+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-06-21T23:44:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=312faf31dfcce7a2d15495c5042d80a3e3b476c9'/>
<id>urn:sha1:312faf31dfcce7a2d15495c5042d80a3e3b476c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Comments only: annotate FIXMEs</title>
<updated>2012-06-21T23:03:28+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-06-21T21:17:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c814df0bd67ba52357074d9f9a56327f93fdfcda'/>
<id>urn:sha1:c814df0bd67ba52357074d9f9a56327f93fdfcda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor includes structure, getting rid of rust_internal.h</title>
<updated>2012-04-03T23:02:38+00:00</updated>
<author>
<name>Jon Morton</name>
<email>jonanin@gmail.com</email>
</author>
<published>2012-04-03T03:18:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=632a4c9326561de2bd9d9ded19a82f22678a0cf4'/>
<id>urn:sha1:632a4c9326561de2bd9d9ded19a82f22678a0cf4</id>
<content type='text'>
Many changes to code structure are included:
- removed TIME_SLICE_IN_MS
- removed sychronized_indexed_list
- removed region_owned
- kernel_owned move to kernel.h, task_owned moved to task.h
- global configs moved to rust_globals.h
- changed #pragma once to standard guard in rust_upcall.h
- got rid of memory.h
</content>
</entry>
<entry>
<title>Remove execvpe use in general, it seems pointless and non-portable.</title>
<updated>2012-03-29T03:58:43+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-03-29T03:28:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e9503131556656d7ae0ad583b9d9ed81755a3746'/>
<id>urn:sha1:e9503131556656d7ae0ad583b9d9ed81755a3746</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disable some advanced (post glibc-2.3) libuv features when building snaps.</title>
<updated>2012-03-27T01:03:53+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-03-26T22:54:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bd0399863fd2e012c46d0fed50e016f5dd147d82'/>
<id>urn:sha1:bd0399863fd2e012c46d0fed50e016f5dd147d82</id>
<content type='text'>
</content>
</entry>
</feed>
