<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/rt/memory_region.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-04-03T23:02:38+00:00</updated>
<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 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>replace assertion macros with plain asserts</title>
<updated>2012-04-02T02:14:16+00:00</updated>
<author>
<name>Jon Morton</name>
<email>jonanin@gmail.com</email>
</author>
<published>2012-04-02T02:14:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=413994ea3eed976a6fe97f3d6cfeb0c2f453e77f'/>
<id>urn:sha1:413994ea3eed976a6fe97f3d6cfeb0c2f453e77f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Track backtraces of all allocations with RUSTRT_TRACK_ALLOCATIONS=3</title>
<updated>2012-03-29T23:43:18+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-03-27T01:58:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b17145b4ae36f78ed9b53b8875b6822ae59da1ae'/>
<id>urn:sha1:b17145b4ae36f78ed9b53b8875b6822ae59da1ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Move RUST_POISON_ON_FREE into rust_env</title>
<updated>2012-03-03T04:13:52+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-03-03T04:04:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=38b2b74413da1d982df82fbb9552373b7dc52e69'/>
<id>urn:sha1:38b2b74413da1d982df82fbb9552373b7dc52e69</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Don't take the lock when reallocing in the kernel memory region</title>
<updated>2012-02-17T19:37:17+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-02-17T06:40:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=db62154062534a61b618f46d4c8715479ce150af'/>
<id>urn:sha1:db62154062534a61b618f46d4c8715479ce150af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix track alloc code</title>
<updated>2011-12-13T02:25:17+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2011-12-13T02:25:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a98dec035f1f2ddce6efcf3c2f43884ef659cc0a'/>
<id>urn:sha1:a98dec035f1f2ddce6efcf3c2f43884ef659cc0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rewrite so that memory allocations have 0 overhead by default</title>
<updated>2011-11-09T05:11:47+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2011-11-08T01:19:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e24d1dd6f54b454b206bb2df79d277e77d818442'/>
<id>urn:sha1:e24d1dd6f54b454b206bb2df79d277e77d818442</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correct the arithmetic on 64-bit builds.</title>
<updated>2011-11-09T05:11:47+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2011-11-08T00:48:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=75b98a9076e89b3cfc0883948e61d06ad881434c'/>
<id>urn:sha1:75b98a9076e89b3cfc0883948e61d06ad881434c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove hack_allow_leaks</title>
<updated>2011-09-12T00:31:40+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2011-09-08T23:59:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=22001d1dcef5d2c40a242402f75d5acc540bee2b'/>
<id>urn:sha1:22001d1dcef5d2c40a242402f75d5acc540bee2b</id>
<content type='text'>
Happy to close the loop on this one.

Issue #236
</content>
</entry>
</feed>
