<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/rt/util, branch 0.6</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=0.6</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=0.6'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2013-02-15T23:22:34+00:00</updated>
<entry>
<title>rm unused hash table from the runtime</title>
<updated>2013-02-15T23:22:34+00:00</updated>
<author>
<name>Daniel Micay</name>
<email>danielmicay@gmail.com</email>
</author>
<published>2013-02-15T23:22:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f34dd565d9316e1a0241512d9c2527ae05d1975e'/>
<id>urn:sha1:f34dd565d9316e1a0241512d9c2527ae05d1975e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a license check to tidy. #4018</title>
<updated>2013-01-18T07:28:42+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2013-01-18T07:28:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6b6acde972bfd646e5b8a3eeaabd613c44d1028c'/>
<id>urn:sha1:6b6acde972bfd646e5b8a3eeaabd613c44d1028c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Whitespace</title>
<updated>2012-12-16T07:03:45+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-12-16T06:38:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7f8e302a6a46f175b2f8709b83900288f34164ed'/>
<id>urn:sha1:7f8e302a6a46f175b2f8709b83900288f34164ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Do some casting to avoid warnings</title>
<updated>2012-12-16T06:38:20+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-12-16T03:53:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=20ea37b3364b2903f3373a33e04921d145050de9'/>
<id>urn:sha1:20ea37b3364b2903f3373a33e04921d145050de9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Abort instead of throwing on oom</title>
<updated>2012-12-16T06:38:20+00:00</updated>
<author>
<name>Jesse Jones</name>
<email>jesse9jones@gmail.com</email>
</author>
<published>2012-12-12T03:16:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0402360abb95b4b9930ac74cf04bb22f343396e1'/>
<id>urn:sha1:0402360abb95b4b9930ac74cf04bb22f343396e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Instead of returning a bool (which everyone ignored) pop asserts</title>
<updated>2012-12-16T06:38:20+00:00</updated>
<author>
<name>Jesse Jones</name>
<email>jesse9jones@gmail.com</email>
</author>
<published>2012-12-09T05:45:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=eca23da98b7b0a9998ef2307a2ae63f30b1f955d'/>
<id>urn:sha1:eca23da98b7b0a9998ef2307a2ae63f30b1f955d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check for realloc failure and bad subscripts</title>
<updated>2012-12-16T06:38:20+00:00</updated>
<author>
<name>Jesse Jones</name>
<email>jesse9jones@gmail.com</email>
</author>
<published>2012-12-09T05:34:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6bab226fc59f5bd011e243b5a4ec18adcbefdd58'/>
<id>urn:sha1:6bab226fc59f5bd011e243b5a4ec18adcbefdd58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>polymorphic indexed_list fixes:</title>
<updated>2012-12-16T06:38:20+00:00</updated>
<author>
<name>Jesse Jones</name>
<email>jesse9jones@gmail.com</email>
</author>
<published>2012-12-09T04:12:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cf1c3d2da0cb6ebc4c34c122cde3a76523417ed4'/>
<id>urn:sha1:cf1c3d2da0cb6ebc4c34c122cde3a76523417ed4</id>
<content type='text'>
1) indexed_list no longer has virtual methods. It's not actually subclassed
and there is very rarely good reason to subclass collection classes.
2) Added a virtual dtor to indexed_list_object which is intended to be
subclassed. This allows derived dtors to be called if the object is
deleted with a indexed_list_object*.
</content>
</entry>
<entry>
<title>Improvements to array_list, hash_map, and indexed_list:</title>
<updated>2012-12-16T06:38:19+00:00</updated>
<author>
<name>Jesse Jones</name>
<email>jesse9jones@gmail.com</email>
</author>
<published>2012-12-09T04:10:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fc740a729721d5063be367de99b5fcb62a99f2d7'/>
<id>urn:sha1:fc740a729721d5063be367de99b5fcb62a99f2d7</id>
<content type='text'>
* Disabled copying.
* Added const where appropiate.
</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>
</feed>
