<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/rt/rust_stack.h, branch 0.5</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=0.5</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=0.5'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2012-12-11T01:32:58+00:00</updated>
<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>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: Add a task field to stk_seg and populate it</title>
<updated>2012-03-22T02:10:32+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-03-21T21:13:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=08f783ff10cd561fbe31d5744fd42713d4b3764f'/>
<id>urn:sha1:08f783ff10cd561fbe31d5744fd42713d4b3764f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Be more precise with VALGRIND_MAKE_MEM_UNDEFINED</title>
<updated>2012-03-06T03:39:56+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-03-04T01:15:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cc276fe3c96965ba39b9fba3b588a1eaa3941d86'/>
<id>urn:sha1:cc276fe3c96965ba39b9fba3b588a1eaa3941d86</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Don't zero new stacks</title>
<updated>2012-02-28T00:13:51+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-02-27T23:42:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7e9aa6c3c2ae054e32dfcc7c5e4830ce7c4c6921'/>
<id>urn:sha1:7e9aa6c3c2ae054e32dfcc7c5e4830ce7c4c6921</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Make the stack canary just a word on the stk_seg struct</title>
<updated>2012-02-17T19:37:17+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-02-15T23:41:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=853e2003b8383749596e5b7b153186e2eef32455'/>
<id>urn:sha1:853e2003b8383749596e5b7b153186e2eef32455</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Add docs to stack functions</title>
<updated>2012-02-10T20:58:35+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-02-10T19:42:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b9e0ee8e7ec0cbc6d194fe220c71a5c39a2560e7'/>
<id>urn:sha1:b9e0ee8e7ec0cbc6d194fe220c71a5c39a2560e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Call register/deregister_valgrind_stack from the stack con/destructors</title>
<updated>2012-02-10T20:58:35+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-02-10T19:39:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3af4b2c998b90eed5baaf033f92cf5aae06cfc4b'/>
<id>urn:sha1:3af4b2c998b90eed5baaf033f92cf5aae06cfc4b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Extract prepare_valgrind_stack from register_valgrind_stack</title>
<updated>2012-02-10T20:58:35+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-02-10T19:37:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3406da49d98c93b54c8497310d7a7aeb7e9991b0'/>
<id>urn:sha1:3406da49d98c93b54c8497310d7a7aeb7e9991b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Rename config_valgrind_stack to register_valgrind_stack, etc</title>
<updated>2012-02-10T20:58:35+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-02-10T19:31:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c42492e6aa481a65e4919b5ab26f4b0936556fc0'/>
<id>urn:sha1:c42492e6aa481a65e4919b5ab26f4b0936556fc0</id>
<content type='text'>
</content>
</entry>
</feed>
