<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/rt/rust_log.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>Moved log method into logger class better than scheduler fixes #2495</title>
<updated>2012-06-04T00:53:24+00:00</updated>
<author>
<name>Arkaitz Jimenez</name>
<email>arkaitzj@gmail.com</email>
</author>
<published>2012-06-04T00:53:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dad300758486b59ac1356d55dbc2accd8e8d9720'/>
<id>urn:sha1:dad300758486b59ac1356d55dbc2accd8e8d9720</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add a new runtime log (::rt::box) and make boxed_region use it</title>
<updated>2012-04-20T03:34:26+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-04-14T00:52:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=21f74be2c1180e01ef4985d36b91130d0838da37'/>
<id>urn:sha1:21f74be2c1180e01ef4985d36b91130d0838da37</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>rt: cleanup passing around of rust_env</title>
<updated>2012-04-02T08:11:58+00:00</updated>
<author>
<name>Jon Morton</name>
<email>jonanin@gmail.com</email>
</author>
<published>2012-04-02T08:11:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bcb9269d8438c5fe35ddaf87b22e77b2acb92bc8'/>
<id>urn:sha1:bcb9269d8438c5fe35ddaf87b22e77b2acb92bc8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove rust_srv</title>
<updated>2012-04-02T03:18:40+00:00</updated>
<author>
<name>Jon Morton</name>
<email>jonanin@gmail.com</email>
</author>
<published>2012-04-02T03:18:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=128a8b6ed500f74fa802aa9749b3b7a19ebfffc9'/>
<id>urn:sha1:128a8b6ed500f74fa802aa9749b3b7a19ebfffc9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Rename rust_task_thread to rust_sched_loop</title>
<updated>2012-04-01T02:51:29+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-03-29T23:31:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=243790836a40fd3f23d8bd16d8f45430d19aae61'/>
<id>urn:sha1:243790836a40fd3f23d8bd16d8f45430d19aae61</id>
<content type='text'>
This class no longer represents a thread; it just schedules tasks.
</content>
</entry>
<entry>
<title>rt: Stop logging on the Rust stack. Closes #1478</title>
<updated>2012-02-23T06:30:21+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-02-23T06:29:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c16bfbe0c365b6d3f0c274a53bc1374822766e6b'/>
<id>urn:sha1:c16bfbe0c365b6d3f0c274a53bc1374822766e6b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Rename rust_scheduler to rust_task_thread</title>
<updated>2012-02-04T07:48:12+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-02-03T20:47:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f94339cc1c98a1ae3ee3beb94c848009167a58d9'/>
<id>urn:sha1:f94339cc1c98a1ae3ee3beb94c848009167a58d9</id>
<content type='text'>
</content>
</entry>
</feed>
