<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/boot/be/il.ml, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2011-05-14T01:38:28+00:00</updated>
<entry>
<title>Remove rustboot from the repository.</title>
<updated>2011-05-14T01:38:28+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2011-05-14T01:38:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6997adf76342b7a6fe03c4bc370ce5fc5082a869'/>
<id>urn:sha1:6997adf76342b7a6fe03c4bc370ce5fc5082a869</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Another go at changing compile-command, this time using RBUILD env var.</title>
<updated>2011-03-25T22:07:27+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2011-03-25T22:07:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b2427509e2d53897b7c7797d5948773b63aed3df'/>
<id>urn:sha1:b2427509e2d53897b7c7797d5948773b63aed3df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Bulk-edit compile commands in emacs chatter to point to assumed build/ dir off src root."</title>
<updated>2011-03-25T21:05:38+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2011-03-25T21:05:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=91c2b82b0947eece64df03f9e03d65a27d4ef0bf'/>
<id>urn:sha1:91c2b82b0947eece64df03f9e03d65a27d4ef0bf</id>
<content type='text'>
This reverts commit 846f2e2ba994268725f38c36fa12f1a09f21615c.
</content>
</entry>
<entry>
<title>Bulk-edit compile commands in emacs chatter to point to assumed build/ dir off src root.</title>
<updated>2011-03-25T20:48:37+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2011-03-25T20:48:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=846f2e2ba994268725f38c36fa12f1a09f21615c'/>
<id>urn:sha1:846f2e2ba994268725f38c36fa12f1a09f21615c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix horribly embarassing signedness bug in backend, plus related regressions.</title>
<updated>2010-10-12T23:51:27+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2010-10-12T23:51:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=69ae63d4b02b15d47ab90a4bf96880329601f116'/>
<id>urn:sha1:69ae63d4b02b15d47ab90a4bf96880329601f116</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Better backpointer logic.</title>
<updated>2010-10-06T01:09:49+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2010-10-06T01:09:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cdf67b1f2e34ceb27a922cde7edc526597200b96'/>
<id>urn:sha1:cdf67b1f2e34ceb27a922cde7edc526597200b96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bind pattern slots with ?, drop parens from 0-ary tag constructors, translate 0-ary constructors as constants. Rustc loses ~300kb.</title>
<updated>2010-09-21T06:56:43+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2010-09-21T06:56:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c5f4789d5b75d3098665b17d318144cb7c54f42a'/>
<id>urn:sha1:c5f4789d5b75d3098665b17d318144cb7c54f42a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get object's captured typarams when calculating sizes in the backend's fn-prologue-generation for object methods.</title>
<updated>2010-08-09T22:45:08+00:00</updated>
<author>
<name>Roy Frostig</name>
<email>rfrostig@mozilla.com</email>
</author>
<published>2010-08-09T22:45:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=982dcc29bf6cd41e967a0befe0c6195811cd6a55'/>
<id>urn:sha1:982dcc29bf6cd41e967a0befe0c6195811cd6a55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Degrade emitter size cache to just a flat hashtable with regular flushes (sigh) and re-introduce horrible bounce-off-spill hack for DIV, MUL, etc.</title>
<updated>2010-08-06T00:44:35+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2010-08-06T00:44:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=db561b52fff4466ac4de4fc807ebc0c253c7cd73'/>
<id>urn:sha1:db561b52fff4466ac4de4fc807ebc0c253c7cd73</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Kill the preallocator, install a sane replacement. Closes #131. And probably a lot of others.</title>
<updated>2010-08-04T07:27:36+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2010-08-04T07:27:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7595aca5e3254d7b0e93f2599ce477984acadfef'/>
<id>urn:sha1:7595aca5e3254d7b0e93f2599ce477984acadfef</id>
<content type='text'>
</content>
</entry>
</feed>
