<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/rt/rust_log.h, branch release-0.4</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=release-0.4</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=release-0.4'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2012-06-04T00:53:24+00:00</updated>
<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: 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>
<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>Tidy up some drift in runtime logging, close #1380.</title>
<updated>2011-12-28T19:53:12+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2011-12-28T19:53:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5930463faa07ce95268b6011db37c5be183f9f10'/>
<id>urn:sha1:5930463faa07ce95268b6011db37c5be183f9f10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up logging output. Closes #1088</title>
<updated>2011-11-07T22:14:36+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2011-11-07T22:14:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b0c2416270502c124e031b5e86a74cb14eff7662'/>
<id>urn:sha1:b0c2416270502c124e031b5e86a74cb14eff7662</id>
<content type='text'>
</content>
</entry>
</feed>
