<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/old_io, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2015-04-14T17:14:11+00:00</updated>
<entry>
<title>std: Remove old_io/old_path/rand modules</title>
<updated>2015-04-14T17:14:11+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-04-10T00:42:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bf4e77d4b543632ca4df8fdd7092850dffc3954b'/>
<id>urn:sha1:bf4e77d4b543632ca4df8fdd7092850dffc3954b</id>
<content type='text'>
This commit entirely removes the old I/O, path, and rand modules. All
functionality has been deprecated and unstable for quite some time now!
</content>
</entry>
<entry>
<title>std: Deny most warnings in doctests</title>
<updated>2015-04-08T00:54:34+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-04-07T01:52:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ba402312fed8134a9919bbb79bcd9978b92e4dee'/>
<id>urn:sha1:ba402312fed8134a9919bbb79bcd9978b92e4dee</id>
<content type='text'>
Allow a few specific ones but otherwise this helps ensure that our examples are
squeaky clean!

Closes #18199
</content>
</entry>
<entry>
<title>Auto merge of #23832 - petrochenkov:usize, r=aturon</title>
<updated>2015-04-03T04:29:52+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2015-04-03T04:29:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fc98b19cf72ea45851ebb7b28af160be92b19128'/>
<id>urn:sha1:fc98b19cf72ea45851ebb7b28af160be92b19128</id>
<content type='text'>
These constants are small and can fit even in `u8`, but semantically they have type `usize` because they denote sizes and are almost always used in `usize` context. The change of their type to `u32` during the integer audit led only to the large amount of `as usize` noise (see the second commit, which removes this noise).

This is a minor [breaking-change] to an unstable interface.

r? @aturon 

</content>
</entry>
<entry>
<title>Auto merge of #23877 - richo:gardening, r=Manishearth</title>
<updated>2015-04-02T15:33:22+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2015-04-02T15:33:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=edac3ce6fba1063b01ca0e83841c762909d4df5d'/>
<id>urn:sha1:edac3ce6fba1063b01ca0e83841c762909d4df5d</id>
<content type='text'>
I also wanted to unignore https://github.com/rust-lang/rust/blob/master/src/libsyntax/ext/expand.rs#L1768-L1777 since the issue it references is closed, but the test fails, and it's internals aren't super clear to me.
</content>
</entry>
<entry>
<title>rollup merge of #23860: nikomatsakis/copy-requires-clone</title>
<updated>2015-04-02T01:37:54+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-04-02T01:37:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f92e7abefd0231f80d16062e5ff6aaf8cc3bc861'/>
<id>urn:sha1:f92e7abefd0231f80d16062e5ff6aaf8cc3bc861</id>
<content type='text'>
Conflicts:
	src/test/compile-fail/coherence-impls-copy.rs
</content>
</entry>
<entry>
<title>Test fixes and rebase conflicts, round 2</title>
<updated>2015-04-02T00:07:51+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-04-01T23:34:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f86318d63c86568b312f39da20bea67e328c1fc5'/>
<id>urn:sha1:f86318d63c86568b312f39da20bea67e328c1fc5</id>
<content type='text'>
Conflicts:
	src/libcore/num/mod.rs
</content>
</entry>
<entry>
<title>std: Unignore a test for #10663</title>
<updated>2015-04-01T18:04:09+00:00</updated>
<author>
<name>Richo Healey</name>
<email>richo@psych0tik.net</email>
</author>
<published>2015-03-29T03:14:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a01138cb4f7448ba4cef4b3236ef05a546125ec9'/>
<id>urn:sha1:a01138cb4f7448ba4cef4b3236ef05a546125ec9</id>
<content type='text'>
This issue is long closed. It seems that unwrapping will always panic
though.
</content>
</entry>
<entry>
<title>Fallout in public-facing and semi-public-facing libs</title>
<updated>2015-04-01T15:23:45+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2015-03-30T13:40:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c35c46821a69af14e6b38e0238f70e22433a3e8e'/>
<id>urn:sha1:c35c46821a69af14e6b38e0238f70e22433a3e8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update android tests to reflect API switch from `os::env` to `env::vars`.</title>
<updated>2015-04-01T09:59:51+00:00</updated>
<author>
<name>Felix S. Klock II</name>
<email>pnkfelix@pnkfx.org</email>
</author>
<published>2015-04-01T09:59:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2b71aed003997cc09b85c01306083187cb924a29'/>
<id>urn:sha1:2b71aed003997cc09b85c01306083187cb924a29</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Test fixes and rebase conflicts</title>
<updated>2015-04-01T07:36:26+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-04-01T01:59:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8dff0ac143a689b7a1e04e55273d3f006b8369d1'/>
<id>urn:sha1:8dff0ac143a689b7a1e04e55273d3f006b8369d1</id>
<content type='text'>
</content>
</entry>
</feed>
