<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/arena.rs, branch release-0.5</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=release-0.5</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=release-0.5'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2012-12-04T01:12:14+00:00</updated>
<entry>
<title>Update license, add license boilerplate to most files. Remainder will follow.</title>
<updated>2012-12-04T01:12:14+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-12-04T00:48:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=00c856c0b1feac74df8b404fad94d74a0cf1624a'/>
<id>urn:sha1:00c856c0b1feac74df8b404fad94d74a0cf1624a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>librustc: Make the Drop trait use explicit self</title>
<updated>2012-11-29T19:06:15+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-11-28T23:42:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9e1c9be16f9140e09f26de947fddf806c27a957f'/>
<id>urn:sha1:9e1c9be16f9140e09f26de947fddf806c27a957f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert libstd to use the Drop trait</title>
<updated>2012-11-15T00:15:34+00:00</updated>
<author>
<name>Ben Striegel</name>
<email>ben.striegel@gmail.com</email>
</author>
<published>2012-11-14T02:38:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4589597785c4e485db82bc06c2c44ac2ebcced6a'/>
<id>urn:sha1:4589597785c4e485db82bc06c2c44ac2ebcced6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Convert libstd to use the Drop trait"</title>
<updated>2012-11-14T22:51:16+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-11-14T22:51:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c44c9a47d828e93344a9af659c3245bb2502630a'/>
<id>urn:sha1:c44c9a47d828e93344a9af659c3245bb2502630a</id>
<content type='text'>
This reverts commit 28c7a251514919a2d7bdf6c67b8edf5eed9043db.
</content>
</entry>
<entry>
<title>Convert libstd to use the Drop trait</title>
<updated>2012-11-14T20:40:44+00:00</updated>
<author>
<name>Ben Striegel</name>
<email>ben.striegel@gmail.com</email>
</author>
<published>2012-11-14T02:38:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=28c7a251514919a2d7bdf6c67b8edf5eed9043db'/>
<id>urn:sha1:28c7a251514919a2d7bdf6c67b8edf5eed9043db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove old fixed-length vector syntax</title>
<updated>2012-10-21T00:50:46+00:00</updated>
<author>
<name>Ben Striegel</name>
<email>ben.striegel@gmail.com</email>
</author>
<published>2012-10-10T04:28:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ac81fff22926d464f7a90f14c4c8f846569e75e0'/>
<id>urn:sha1:ac81fff22926d464f7a90f14c4c8f846569e75e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Finally removing all uses of by-mut-ref</title>
<updated>2012-10-06T04:03:40+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-10-06T00:19:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=05999290e23ad5f57bdfbfd56bde694a627c342e'/>
<id>urn:sha1:05999290e23ad5f57bdfbfd56bde694a627c342e</id>
<content type='text'>
The code for the mode itself is still there.
</content>
</entry>
<entry>
<title>Demode some code using by-mutbl-ref; warn about by-mutbl-ref</title>
<updated>2012-10-05T22:37:01+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-10-05T21:58:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e16dbb7888504ef5d0de0c14493fc8ecc492ee30'/>
<id>urn:sha1:e16dbb7888504ef5d0de0c14493fc8ecc492ee30</id>
<content type='text'>
The parser now warns about use of mutbl-ref mode, though it's kind
of a lie since this commit doesn't remove support for the mode.

Changed move_val_init to have stage0 and stage1/2 versions, the latter of
which is demoded.

Changed the type that the typechecker expects the move_val_init
intrinsic to have. After this is pushed, I can make a new snapshot,
which will remove the need for the stage0 versions.
</content>
</entry>
<entry>
<title>De-export std::{time, prettyprint{,2}, arena}. Part of #3583.</title>
<updated>2012-09-28T23:26:33+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-09-28T23:24:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e17d998e9530ee5a9da37f98dab2e33ad6a1d0f9'/>
<id>urn:sha1:e17d998e9530ee5a9da37f98dab2e33ad6a1d0f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>std: Eliminate deprecated patterns</title>
<updated>2012-09-28T07:22:28+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-09-28T07:22:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bc9efaad9c978f71bd7ac2c91efbc957e25d43fb'/>
<id>urn:sha1:bc9efaad9c978f71bd7ac2c91efbc957e25d43fb</id>
<content type='text'>
</content>
</entry>
</feed>
