<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/compiletest, branch 1.0.0-beta</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.0.0-beta</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.0.0-beta'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2015-04-01T20:30:51+00:00</updated>
<entry>
<title>rollup merge of #23939: nikomatsakis/fn-box</title>
<updated>2015-04-01T20:30:51+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-04-01T20:30:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9bb05fd41403c6fc28b82e8eff35f8791876ac18'/>
<id>urn:sha1:9bb05fd41403c6fc28b82e8eff35f8791876ac18</id>
<content type='text'>
Conflicts:
	src/liballoc/boxed.rs
</content>
</entry>
<entry>
<title>std: Changing the meaning of the count to splitn</title>
<updated>2015-04-01T20:29:42+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-04-01T18:28:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e98dce3e00a7b6bfd264418ef993bbf9cdb1f0b6'/>
<id>urn:sha1:e98dce3e00a7b6bfd264418ef993bbf9cdb1f0b6</id>
<content type='text'>
This commit is an implementation of [RFC 979][rfc] which changes the meaning of
the count parameter to the `splitn` function on strings and slices. The
parameter now means the number of items that are returned from the iterator, not
the number of splits that are made.

[rfc]: https://github.com/rust-lang/rfcs/pull/979

Closes #23911
[breaking-change]
</content>
</entry>
<entry>
<title>Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an alias</title>
<updated>2015-04-01T18:41:21+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2015-04-01T15:12:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cade32acf6f5ff209ee082d70350d9bc0362985a'/>
<id>urn:sha1:cade32acf6f5ff209ee082d70350d9bc0362985a</id>
<content type='text'>
for `Box&lt;FnBox()&gt;`. I found the alias was still handy because it is
shorter than the fully written type.

This is a [breaking-change]: convert code using `Invoke` to use `FnBox`,
which is usually pretty straight-forward. Code using thunk mostly works
if you change `Thunk::new =&gt; Box::new` and `foo.invoke(arg)` to
`foo(arg)`.
</content>
</entry>
<entry>
<title>Stabilize `std::convert` and related code</title>
<updated>2015-03-31T18:24:38+00:00</updated>
<author>
<name>Aaron Turon</name>
<email>aturon@mozilla.com</email>
</author>
<published>2015-03-30T22:15:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9fc51efe3344a32d9e522f08383f052277b6ab63'/>
<id>urn:sha1:9fc51efe3344a32d9e522f08383f052277b6ab63</id>
<content type='text'>
* Marks `#[stable]` the contents of the `std::convert` module.

* Added methods `PathBuf::as_path`, `OsString::as_os_str`,
  `String::as_str`, `Vec::{as_slice, as_mut_slice}`.

* Deprecates `OsStr::from_str` in favor of a new, stable, and more
  general `OsStr::new`.

* Adds unstable methods `OsString::from_bytes` and `OsStr::{to_bytes,
  to_cstring}` for ergonomic FFI usage.

[breaking-change]
</content>
</entry>
<entry>
<title>Test fixes and rebase conflicts, round 2</title>
<updated>2015-03-27T20:43:42+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-03-27T20:22:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d65fee28d356bf4ca8e95e9ced43db28b6db7246'/>
<id>urn:sha1:d65fee28d356bf4ca8e95e9ced43db28b6db7246</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rollup merge of #23741: alexcrichton/remove-int-uint</title>
<updated>2015-03-27T17:10:05+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-03-27T17:10:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=28a6b16130388b126635773694d450ddbc9120d4'/>
<id>urn:sha1:28a6b16130388b126635773694d450ddbc9120d4</id>
<content type='text'>
Conflicts:
	src/librustc/middle/ty.rs
	src/librustc_trans/trans/adt.rs
	src/librustc_typeck/check/mod.rs
	src/libserialize/json.rs
	src/test/run-pass/spawn-fn.rs
</content>
</entry>
<entry>
<title>Mass rename uint/int to usize/isize</title>
<updated>2015-03-26T19:10:22+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-03-26T00:06:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=43bfaa4a336095eb5697fb2df50909fd3c72ed14'/>
<id>urn:sha1:43bfaa4a336095eb5697fb2df50909fd3c72ed14</id>
<content type='text'>
Now that support has been removed, all lingering use cases are renamed.
</content>
</entry>
<entry>
<title>Add iOS triple mapping so tests can run</title>
<updated>2015-03-26T01:18:34+00:00</updated>
<author>
<name>Tamir Duberstein</name>
<email>tamird@gmail.com</email>
</author>
<published>2015-03-25T16:12:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d9d2236b09b772852178c968d1185b2efca3ebf8'/>
<id>urn:sha1:d9d2236b09b772852178c968d1185b2efca3ebf8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Alphabetize</title>
<updated>2015-03-26T01:18:30+00:00</updated>
<author>
<name>Tamir Duberstein</name>
<email>tamird@gmail.com</email>
</author>
<published>2015-03-25T16:12:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=71386e5774244574045bdf6f837ddc31c5f6cc91'/>
<id>urn:sha1:71386e5774244574045bdf6f837ddc31c5f6cc91</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rollup merge of #23598: brson/gate</title>
<updated>2015-03-23T22:13:15+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-03-23T22:13:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c608084ff595c9c31e78ad3cde07093e68ee1848'/>
<id>urn:sha1:c608084ff595c9c31e78ad3cde07093e68ee1848</id>
<content type='text'>
Conflicts:
	src/compiletest/compiletest.rs
	src/libcollections/lib.rs
	src/librustc_back/lib.rs
	src/libserialize/lib.rs
	src/libstd/lib.rs
	src/libtest/lib.rs
	src/test/run-make/rustdoc-default-impl/foo.rs
	src/test/run-pass/env-home-dir.rs
</content>
</entry>
</feed>
