rust/src/libstd
Alex Crichton 04cf534411 std: Implement thread::sleep
This function is the current replacement for `std::old_io::timer` which will
soon be deprecated. This function is unstable and has its own feature gate as it
does not yet have an RFC nor has it existed for very long.
2015-03-17 09:34:42 -07: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 Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07: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 #23333 - oli-obk:slice_from_raw_parts, r=alexcrichton 2015-03-14 08:55:31 +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 std: Implement thread::sleep 2015-03-17 09:34:42 -07: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 Auto merge of #23229 - aturon:stab-path, r=alexcrichton 2015-03-13 01:00:02 +00:00
lib.rs Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
macros.rs Example -> Examples 2015-03-11 21:11:40 -04:00
os.rs Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
panicking.rs Fallout of std::old_io deprecation 2015-03-13 10:00:28 -07:00
path.rs std: Remove ?Sized bounds from many I/O functions 2015-03-14 23:23:54 -07:00
process.rs std: Remove ?Sized bounds from many I/O functions 2015-03-14 23:23:54 -07:00
rtdeps.rs fixing trailing whitespace errors 2015-02-11 14:49:07 -08:00
thread.rs std: Implement thread::sleep 2015-03-17 09:34:42 -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