<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/smallintmap.rs, branch 0.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=0.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=0.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2012-03-27T01:35:18+00:00</updated>
<entry>
<title>Bulk-edit mutable -&gt; mut.</title>
<updated>2012-03-27T01:35:18+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-03-27T01:35:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6e6798c4e17d9ffa33c0573f329c772e9d96739e'/>
<id>urn:sha1:6e6798c4e17d9ffa33c0573f329c772e9d96739e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Properly check kinds when instantiating types</title>
<updated>2012-03-19T09:45:29+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2012-03-19T09:45:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cec1a9b8592b573e40d81ba52d658bdcd9acacb3'/>
<id>urn:sha1:cec1a9b8592b573e40d81ba52d658bdcd9acacb3</id>
<content type='text'>
Closes #2011
</content>
</entry>
<entry>
<title>annotate libstd and start enforcing mutability</title>
<updated>2012-03-15T00:46:36+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-03-14T18:03:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6b35875dca67e5dd1e8f986c8528ffbf973fdcbb'/>
<id>urn:sha1:6b35875dca67e5dd1e8f986c8528ffbf973fdcbb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: Convert to rustdoc</title>
<updated>2012-03-10T06:56:53+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-03-08T02:17:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=95521c408438efc5794e83953086c812b795c756'/>
<id>urn:sha1:95521c408438efc5794e83953086c812b795c756</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core: Remove _mut functions from vec</title>
<updated>2012-03-02T23:49:49+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-03-01T07:44:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3ed6f6520f56204f1c7c799ec8fa231bef0fb4d1'/>
<id>urn:sha1:3ed6f6520f56204f1c7c799ec8fa231bef0fb4d1</id>
<content type='text'>
Instead, use vec::to_mut/from_mut to transform vectors in place as
needed.
</content>
</entry>
<entry>
<title>Change option::t to option</title>
<updated>2012-02-01T01:05:20+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-02-01T01:05:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e5d095d67e3926fa104ac495076fe9d4cd4f5562'/>
<id>urn:sha1:e5d095d67e3926fa104ac495076fe9d4cd4f5562</id>
<content type='text'>
Now that core exports "option" as a synonym for option::t, search-and-
replace option::t with option.

The only place that still refers to option::t are the modules in libcore
that use option, because fixing this requires a new snapshot
(forthcoming).
</content>
</entry>
<entry>
<title>s/block()/fn()/g</title>
<updated>2012-01-24T03:06:33+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2012-01-23T22:59:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5e13d19cc07a1e8fbf478d21cabbd7b9f80e3b54'/>
<id>urn:sha1:5e13d19cc07a1e8fbf478d21cabbd7b9f80e3b54</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove '.' after nullary tags in patterns</title>
<updated>2012-01-19T07:17:34+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-01-19T06:37:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=04a2887f8791bb080b4e76a55949a7c1954dbb97'/>
<id>urn:sha1:04a2887f8791bb080b4e76a55949a7c1954dbb97</id>
<content type='text'>
Does what it says on the tin.

The next commit will remove support for this syntax.
</content>
</entry>
<entry>
<title>Implement std::map as an iface/impl instead of an obj</title>
<updated>2012-01-11T19:33:44+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2012-01-09T15:24:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=15744210e7913c6607bf033f4ffd53d36de116e6'/>
<id>urn:sha1:15744210e7913c6607bf033f4ffd53d36de116e6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch to new param kind bound syntax</title>
<updated>2012-01-05T14:50:02+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2012-01-05T14:35:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=60ae1590af034755b5cb1e1e71f2240a710299a2'/>
<id>urn:sha1:60ae1590af034755b5cb1e1e71f2240a710299a2</id>
<content type='text'>
And remove support for the old syntax
</content>
</entry>
</feed>
