rust/src/libstd
Tomasz Miąsko 8ec47261e1 Use monotonic time with condition variables.
Configure condition variables to use monotonic time using
pthread_condattr_setclock on systems where this is possible.
This fixes the issue when thread waiting on condition variable is
woken up too late when system time is moved backwards.
2016-07-31 12:47:52 +02:00
..
collections Rollup merge of #35001 - rdwilliamson:patch-1, r=alexcrichton 2016-07-26 17:21:13 -04:00
ffi Document CStr::as_ptr dangers. 2016-06-19 15:14:51 +03:00
io Auto merge of #33974 - habnabit:eintr-retry-for-read-iterators, r=alexcrichton 2016-07-19 01:20:50 -07:00
net Auto merge of #34694 - mathphreak:master, r=alexcrichton 2016-07-20 07:10:09 -07:00
num std: Stabilize APIs for the 1.11.0 release 2016-07-03 10:49:01 -07:00
os std: Fix up stabilization discrepancies 2016-06-23 14:08:11 -07:00
prelude End stdlib module summaries with a full stop. 2016-03-04 17:37:11 -05:00
rand
sync Use monotonic time with condition variables. 2016-07-31 12:47:52 +02:00
sys Use monotonic time with condition variables. 2016-07-31 12:47:52 +02:00
thread Rollup merge of #34406 - frewsxcv:sleep-ex, r=alexcrichton 2016-06-28 16:05:14 +02:00
time std: Clean out old unstable + deprecated APIs 2016-05-30 20:46:32 -07:00
ascii.rs std: Stabilize APIs for the 1.9 release 2016-04-11 08:57:53 -07:00
build.rs rustbuild: make backtraces (RUST_BACKTRACE) optional 2016-07-26 15:21:25 -05:00
Cargo.toml Update gcc crate dependency to 0.3.27. 2016-07-30 15:39:13 -05:00
env.rs Auto merge of #33312 - Byron:double-ended-iterator-for-args, r=alexcrichton 2016-07-27 02:26:37 -07:00
error.rs Add examples for std::Error module 2016-07-10 22:29:19 +02:00
fs.rs Add doc examples for std::fs::Metadata 2016-07-28 02:53:34 +02:00
lib.rs Rename char::escape to char::escape_debug and add tracking issue 2016-07-28 02:20:49 +02:00
macros.rs doc: Mention that writeln! and println! always use LF 2016-07-12 14:39:16 +09:00
memchr.rs Fix a few typos in the code 2016-07-03 10:02:24 +02:00
panic.rs Set unwind_safe_lock_refs stability to 1.12.0. 2016-07-11 07:34:20 -07:00
panicking.rs keep backtraces if using the old build system 2016-07-26 22:33:45 -05:00
path.rs Fix std::path::Path::file_name() doc 2016-07-06 01:26:24 +02:00
primitive_docs.rs Improve primitive integers documentation 2016-07-08 23:03:17 +02:00
process.rs Add doc example for std::process::ExitStatus::success. 2016-07-12 21:32:55 -04:00
rt.rs Auto merge of #33803 - WiSaGaN:feature/rename-main-thread, r=alexcrichton 2016-06-03 19:36:32 -07:00
rtdeps.rs remove some anys that are no longer necessary 2016-07-30 15:39:13 -05:00