<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libextra/future.rs, branch 0.8</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=0.8</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=0.8'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2013-09-25T21:27:42+00:00</updated>
<entry>
<title>rustdoc: Change all code-blocks with a script</title>
<updated>2013-09-25T21:27:42+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-09-24T00:20:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3585c64d092082ab2aa16a6d674d063c5d68e1a8'/>
<id>urn:sha1:3585c64d092082ab2aa16a6d674d063c5d68e1a8</id>
<content type='text'>
    find src -name '*.rs' | xargs sed -i '' 's/~~~.*{\.rust}/```rust/g'
    find src -name '*.rs' | xargs sed -i '' 's/ ~~~$/ ```/g'
    find src -name '*.rs' | xargs sed -i '' 's/^~~~$/ ```/g'
</content>
</entry>
<entry>
<title>Clean up unused imports</title>
<updated>2013-09-19T22:19:25+00:00</updated>
<author>
<name>Steven Fackler</name>
<email>sfackler@gmail.com</email>
</author>
<published>2013-09-18T07:12:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=963707f45d935e938adde9e37b56355a915660bd'/>
<id>urn:sha1:963707f45d935e938adde9e37b56355a915660bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Future::spawn_with</title>
<updated>2013-09-19T22:19:25+00:00</updated>
<author>
<name>Steven Fackler</name>
<email>sfackler@gmail.com</email>
</author>
<published>2013-09-18T06:56:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=48d5b4b8e163a4eb4a8290bfed6786b333f49117'/>
<id>urn:sha1:48d5b4b8e163a4eb4a8290bfed6786b333f49117</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Modernize extra::future API</title>
<updated>2013-09-19T22:19:20+00:00</updated>
<author>
<name>Steven Fackler</name>
<email>sfackler@gmail.com</email>
</author>
<published>2013-09-18T06:48:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ff85389344d6fe4a318559b66b97c24b8fddf1e4'/>
<id>urn:sha1:ff85389344d6fe4a318559b66b97c24b8fddf1e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed future's destructor</title>
<updated>2013-09-19T16:06:42+00:00</updated>
<author>
<name>Steven Fackler</name>
<email>sfackler@gmail.com</email>
</author>
<published>2013-09-18T06:23:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2df5a13334449c26204333e8b2cdce2dd0cf90eb'/>
<id>urn:sha1:2df5a13334449c26204333e8b2cdce2dd0cf90eb</id>
<content type='text'>
It was only there to prevent Future from being copyable, but it's
noncopyable anyways since it contains a ~fn.
</content>
</entry>
<entry>
<title>switch Drop to `&amp;mut self`</title>
<updated>2013-09-17T02:19:23+00:00</updated>
<author>
<name>Daniel Micay</name>
<email>danielmicay@gmail.com</email>
</author>
<published>2013-09-17T01:18:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4e161a4d401224507513bfbf33b22f0b72f8ba81'/>
<id>urn:sha1:4e161a4d401224507513bfbf33b22f0b72f8ba81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enabled unit tests in std and extra.</title>
<updated>2013-08-23T03:02:20+00:00</updated>
<author>
<name>Vadim Chugunov</name>
<email>vadimcn@gmail.com</email>
</author>
<published>2013-08-19T22:40:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=12ecdb6381049e468ae56bf2e049ee885e185d2c'/>
<id>urn:sha1:12ecdb6381049e468ae56bf2e049ee885e185d2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the C++ runtime. Sayonara</title>
<updated>2013-08-09T23:45:50+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2013-08-01T06:12:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b75915d0ca20c6d066a7368ad53491a55a5a57d2'/>
<id>urn:sha1:b75915d0ca20c6d066a7368ad53491a55a5a57d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Forbid `priv` where it has no effect</title>
<updated>2013-08-08T02:41:12+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2013-08-07T06:03:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e99eff172a11816f335153147dd0800fc4877bee'/>
<id>urn:sha1:e99eff172a11816f335153147dd0800fc4877bee</id>
<content type='text'>
This is everywhere except struct fields and enum variants.
</content>
</entry>
<entry>
<title>auto merge of #7996 : erickt/rust/cleanup-strs, r=erickt</title>
<updated>2013-07-24T20:25:36+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2013-07-24T20:25:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=330378d1a1a97be85f1150242da277c00b7270f5'/>
<id>urn:sha1:330378d1a1a97be85f1150242da277c00b7270f5</id>
<content type='text'>
This is a cleanup pull request that does:

* removes `os::as_c_charp`
* moves `str::as_buf` and `str::as_c_str` into `StrSlice`
* converts some functions from `StrSlice::as_buf` to `StrSlice::as_c_str`
* renames `StrSlice::as_buf` to `StrSlice::as_imm_buf` (and adds `StrSlice::as_mut_buf` to match `vec.rs`.
* renames `UniqueStr::as_bytes_with_null_consume` to `UniqueStr::to_bytes`
* and other misc cleanups and minor optimizations

</content>
</entry>
</feed>
