<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/rt/rust_stack.h, branch beta</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=beta</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=beta'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2013-08-16T20:24:25+00:00</updated>
<entry>
<title>rt: Remove rust_stack</title>
<updated>2013-08-16T20:24:25+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2013-08-10T06:35:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=da7d79dfbe46bf017e654598e481c6cc3a818af8'/>
<id>urn:sha1:da7d79dfbe46bf017e654598e481c6cc3a818af8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Fix scalability problem with big stacks on 32 bit</title>
<updated>2013-04-19T18:53:34+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2013-04-05T18:55:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ca8e99fd78ab9b56c5bdc61027b032ad52c2ec8b'/>
<id>urn:sha1:ca8e99fd78ab9b56c5bdc61027b032ad52c2ec8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite the exchange allocator to work without an active scheduler. #4457</title>
<updated>2013-02-06T22:27:36+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2013-01-14T00:53:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e43c5bdc6b47e8dd5e2ddcd6cf57fec79388523a'/>
<id>urn:sha1:e43c5bdc6b47e8dd5e2ddcd6cf57fec79388523a</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
