<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libcore/util.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>Remove uses of binary move - &lt;- - from tests and libraries</title>
<updated>2012-10-23T19:10:03+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-10-23T18:11:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=11e92f37c13194ad5c1f82a980e7f7ee02345801'/>
<id>urn:sha1:11e92f37c13194ad5c1f82a980e7f7ee02345801</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make moves explicit in core tests</title>
<updated>2012-10-13T03:43:37+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-09-19T05:35:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=30a62793fa54a413a265591879c9775b798d762c'/>
<id>urn:sha1:30a62793fa54a413a265591879c9775b798d762c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Forbid deprecated modes again in core</title>
<updated>2012-10-04T23:48:57+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-10-03T21:52:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=65c96f849ff1a76d4867c17703c0b384ccd1bb65'/>
<id>urn:sha1:65c96f849ff1a76d4867c17703c0b384ccd1bb65</id>
<content type='text'>
Sadly, there's only one file that requires deprecated modes
(stackwalk)... So, forbid them everywhere else.
</content>
</entry>
<entry>
<title>Removing explicit uses of + mode</title>
<updated>2012-10-02T21:31:39+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-10-02T18:37:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f78cdcb6364cf938bfeb71da0c7eca62e257d537'/>
<id>urn:sha1:f78cdcb6364cf938bfeb71da0c7eca62e257d537</id>
<content type='text'>
This removes most explicit uses of the + argument mode. Pending a
snapshot, I had to remove the forbid(deprecated_modes) pragma from
a bunch of files. I'll put it back!

+ mode still has to be used in a few places for functions that get
moved (see task.rs)

The changes outside core and std are due to the to_bytes trait and
making the compiler (with legacy modes on) agree with the libraries
(with legacy modes off) about modes.
</content>
</entry>
<entry>
<title>De-export logging, to_str, to_bytes, from_str, util. Part of #3583.</title>
<updated>2012-09-29T00:47:09+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-09-29T00:41:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=365428782660b01a8702b589214ca20d35efd23d'/>
<id>urn:sha1:365428782660b01a8702b589214ca20d35efd23d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports];</title>
<updated>2012-09-22T01:11:43+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-09-22T01:10:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dffe188991325b4e803fdd0da7c1563ce0fa27f4'/>
<id>urn:sha1:dffe188991325b4e803fdd0da7c1563ce0fa27f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core: Move 'unreachable' to util. Improve docs</title>
<updated>2012-09-20T21:27:37+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-09-20T21:27:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7abf55736c979d6bdc5b421b1b0d526835625919'/>
<id>urn:sha1:7abf55736c979d6bdc5b421b1b0d526835625919</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc: De-mode all overloaded operators</title>
<updated>2012-09-20T16:48:05+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-09-20T01:00:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9117dcb968f96d0e9391dfac50348d4c031d89b3'/>
<id>urn:sha1:9117dcb968f96d0e9391dfac50348d4c031d89b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core: Clean up crate docs and give all mods a brief description</title>
<updated>2012-09-19T23:52:59+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-09-19T23:52:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c115b822384501e2814da70fdcb9e22f035a994b'/>
<id>urn:sha1:c115b822384501e2814da70fdcb9e22f035a994b</id>
<content type='text'>
</content>
</entry>
</feed>
