<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/rt/rust_run_program.cpp, branch release-0.3.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=release-0.3.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=release-0.3.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2012-06-21T23:44:10+00:00</updated>
<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>
<entry>
<title>fix build on freebsd</title>
<updated>2012-02-10T02:41:57+00:00</updated>
<author>
<name>Jyun-Yan You</name>
<email>jyyou@cs.nctu.edu.tw</email>
</author>
<published>2012-02-09T06:08:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b778dac1976c3d4f33bf8ee8c7c3208ca8af2563'/>
<id>urn:sha1:b778dac1976c3d4f33bf8ee8c7c3208ca8af2563</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Don't ignore result of chdir. Fail hard for now with a FIXME</title>
<updated>2012-02-08T04:28:57+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-02-08T04:28:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9b01620e8d427275217f413c770c79d2d70fac6c'/>
<id>urn:sha1:9b01620e8d427275217f413c770c79d2d70fac6c</id>
<content type='text'>
My gcc won't let the result of this function be ignored.
</content>
</entry>
<entry>
<title>Make process-spawning take environments and working directories, remove procsrv task from compiletest.</title>
<updated>2012-02-08T03:57:03+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-02-08T02:55:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=93450abb4bf6a755b343ca459bbeff92540a7822'/>
<id>urn:sha1:93450abb4bf6a755b343ca459bbeff92540a7822</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix win32 command-line quoting on rust_run_program.</title>
<updated>2012-01-24T02:37:26+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-01-24T02:37:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7da3733c73e7a3ba4c18f3927bbbe185598ad233'/>
<id>urn:sha1:7da3733c73e7a3ba4c18f3927bbbe185598ad233</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not pass taskpointers to "rust" native functions</title>
<updated>2011-10-20T12:22:17+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2011-10-20T10:32:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=457683c7feef42f07f3044ccfdc8ee7816176ab0'/>
<id>urn:sha1:457683c7feef42f07f3044ccfdc8ee7816176ab0</id>
<content type='text'>
Issue #466
</content>
</entry>
</feed>
