rust/src/libstd
bors c62ae87db2 Auto merge of #23206 - nagisa:print-io, r=alexcrichton
r? @alexcrichton or @aturon 

This still needs to somehow figure out how to avoid unstable warnings arising from the use of unstable functions. I tried to use `#[allow_internal_unstable]` but it still spits out warnings as far as I can see. @huonw (I think you implemented it) does `#[allow_internal_unstable]` not work for some reason or am I using it incorrectly?
2015-03-15 21:16:04 +00:00
..
collections Example -> Examples 2015-03-11 21:11:40 -04:00
ffi Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
fs std: Remove ?Sized bounds from many I/O functions 2015-03-14 23:23:54 -07:00
io Auto merge of #23206 - nagisa:print-io, r=alexcrichton 2015-03-15 21:16:04 +00:00
net Example -> Examples 2015-03-11 21:11:40 -04:00
num Rollup merge of #22984 - carols10cents:tests-for-float, r=huonw 2015-03-09 00:02:28 +05:30
old_io Auto merge of #23206 - nagisa:print-io, r=alexcrichton 2015-03-15 21:16:04 +00:00
old_path Auto merge of #23229 - aturon:stab-path, r=alexcrichton 2015-03-13 01:00:02 +00:00
prelude Add core::num::wrapping and fix overflow errors. 2015-03-03 12:10:19 +01:00
rand Example -> Examples 2015-03-11 21:11:40 -04:00
rt Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
sync Example -> Examples 2015-03-11 21:11:40 -04:00
sys Auto merge of #23353 - alexcrichton:stabilize-os, r=aturon 2015-03-15 18:42:54 +00:00
thread_local Example -> Examples 2015-03-11 21:11:40 -04:00
time Fix Duration::weeks docs 2015-03-04 12:16:37 +00:00
ascii.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
bool.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00
dynamic_lib.rs Stabilize std::path 2015-03-12 16:38:58 -07:00
env.rs Fix an String -> a String in env.rs documentation 2015-03-15 00:00:26 -07:00
lib.rs Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
macros.rs Use new io in print and println macroses 2015-03-15 00:26:17 +02:00
os.rs std: Stabilize portions of std::os::$platform 2015-03-15 10:28:34 -07:00
panicking.rs Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
path.rs Auto merge of #23387 - Manishearth:rollup, r=Manishearth 2015-03-15 16:06:04 +00:00
process.rs Auto merge of #23353 - alexcrichton:stabilize-os, r=aturon 2015-03-15 18:42:54 +00:00
rtdeps.rs fixing trailing whitespace errors 2015-02-11 14:49:07 -08:00
thread.rs Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
thunk.rs Switched to Box::new in many places. 2015-03-03 21:05:55 +01:00
tuple.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
unit.rs grandfathered -> rust1 2015-01-23 21:48:20 -08:00