<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/timer.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-14T22:59:32+00:00</updated>
<entry>
<title>Rename core::comm to core::oldcomm</title>
<updated>2012-12-14T22:59:32+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-12-13T22:18:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e6d1b02359f4535c23af1059fcd48d18814fcb46'/>
<id>urn:sha1:e6d1b02359f4535c23af1059fcd48d18814fcb46</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename Send trait to Owned</title>
<updated>2012-12-13T23:52:50+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-12-11T21:50:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ed4fac01b5e207df0f0c7e0ea964bd3088826d27'/>
<id>urn:sha1:ed4fac01b5e207df0f0c7e0ea964bd3088826d27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>librustc: Make `use` statements crate-relative by default. r=brson</title>
<updated>2012-12-13T21:05:22+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2012-12-13T21:05:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4c2e4c37ce01a98c768a986b0b87a6e93ef72699'/>
<id>urn:sha1:4c2e4c37ce01a98c768a986b0b87a6e93ef72699</id>
<content type='text'>
</content>
</entry>
<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>Make moves explicit in std 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:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=90d06b80fdc7f07c5589ecd702da17998d0ef7ca'/>
<id>urn:sha1:90d06b80fdc7f07c5589ecd702da17998d0ef7ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove Copy bound from std::timer::delayed_send</title>
<updated>2012-10-11T21:17:59+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-10-11T21:17:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d8822742845fbb70de4d9cf07732058a1e7eeacb'/>
<id>urn:sha1:d8822742845fbb70de4d9cf07732058a1e7eeacb</id>
<content type='text'>
Closes #3717
</content>
</entry>
<entry>
<title>Remove by-copy mode from std, mostly</title>
<updated>2012-10-05T02:59:47+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-10-05T02:58:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8fc60af441a1375ee73a0efe4524b54ff039e69a'/>
<id>urn:sha1:8fc60af441a1375ee73a0efe4524b54ff039e69a</id>
<content type='text'>
One instance remains in net_tcp due to a foreign fn. Lots of
instances remain in serialization.rs, but IIRC that is being removed.

I had to do unholy things to task-perf-word-count-generic to get it
to compile after demoding pipes. I may well have messed up its
performance, but it passes.
</content>
</entry>
<entry>
<title>De-mode comm::Chan</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:38:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fe12da0864ade257eb9b7cffbb96e5cb24af325e'/>
<id>urn:sha1:fe12da0864ade257eb9b7cffbb96e5cb24af325e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove uses of + mode from libstd</title>
<updated>2012-10-03T21:05:51+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-10-03T19:21:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f33539e446d6f41d4a3296ed50a8f968e7950483'/>
<id>urn:sha1:f33539e446d6f41d4a3296ed50a8f968e7950483</id>
<content type='text'>
More or less the same as my analogous commit for libcore. Had
to remove the forbid(deprecated_modes) pragma from some files -- will
restore it after the snapshot.
</content>
</entry>
<entry>
<title>Move over to calling ptr::addr_of</title>
<updated>2012-10-01T22:12:09+00:00</updated>
<author>
<name>Tim Chevalier</name>
<email>chevalier@alum.wellesley.edu</email>
</author>
<published>2012-10-01T19:47:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b18320446e553a3f8436f87306dded57e16a4b94'/>
<id>urn:sha1:b18320446e553a3f8436f87306dded57e16a4b94</id>
<content type='text'>
Everything should now call ptr::addr_of instead of
ptr::p2::addr_of. Only the pipes macro code when compiled
by stage0 will call ptr::p2::addr_of. Needs a snapshot to get
rid of that.
</content>
</entry>
</feed>
