rust/src
Alex Crichton e6b2f0cbaf std: Fix sub-second Condvar::wait_timeout_ms
The API we're calling requires us to pass an absolute point in time as an
argument (`pthread_cond_timedwait`) so we call `gettimeofday` ahead of time to
then add the specified duration to. Unfortuantely the current "add the duration"
logic forgot to take into account the current time's sub-second precision (e.g.
the `tv_usec` field was ignored), causing sub-second duration waits to return
spuriously.
2015-07-29 10:49:13 -07:00
..
compiler-rt@58ab642c30
compiletest Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
doc Auto merge of #26508 - tshepang:stray-code-block, r=bluss 2015-06-23 17:27:07 +00:00
driver Unquote all crate names without underscores 2015-03-27 10:58:12 -07:00
error-index-generator diagnostics: Resurrect the Compiler Error Index. 2015-06-20 16:57:40 +10:00
etc Add src/etc/add-authors.sh script for managing the AUTHORS.txt file 2015-06-17 16:32:01 -07:00
grammar Replace usage of String::from_str with String:from 2015-06-08 16:55:35 +02:00
jemalloc@e24a1a025a bumping again to get the updated configure 2015-03-05 12:38:35 +05:30
liballoc Make align_of behave like min_align_of. 2015-06-30 19:33:15 -07:00
libarena Make align_of behave like min_align_of. 2015-06-30 19:33:15 -07:00
libbacktrace Reapply rust-specific changes to libbacktrace 2015-04-11 22:30:17 +10:00
libcollections Avoid overflow in Vec::from_iter 2015-06-30 19:33:19 -07:00
libcollectionstest More test fixes and fallout of stability changes 2015-06-17 09:07:17 -07:00
libcore std: Fix formatting flags for chars 2015-07-08 14:39:02 -07:00
libcoretest std: Fix formatting flags for chars 2015-07-08 14:39:02 -07:00
libflate Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
libfmt_macros libs: Move favicon URLs to HTTPS 2015-05-15 16:04:01 -07:00
libgetopts Removed many pointless calls to *iter() and iter_mut() 2015-06-10 21:14:03 +01:00
libgraphviz collections: Split the collections feature 2015-06-17 09:06:59 -07:00
liblibc liblibc: Fix prototype of functions taking char *const argv[] 2015-06-19 23:34:37 -04:00
liblog More test fixes and fallout of stability changes 2015-06-17 09:07:17 -07:00
librand Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
librbml core: Split apart the global core feature 2015-06-17 09:06:59 -07:00
librustc rebase onto beta branch 2015-07-06 13:42:38 -04:00
librustc_back rustc_trans: Use custom PATH for archive commands 2015-06-21 20:47:20 -07:00
librustc_bitflags Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
librustc_borrowck rustc: remove Repr and UserString. 2015-06-19 01:39:26 +03:00
librustc_data_structures Expand the "givens" set to cover transitive relations. The givens array 2015-06-19 12:22:03 -04:00
librustc_driver Auto merge of #26417 - brson:feature-err, r=steveklabnik 2015-06-20 14:24:19 +00:00
librustc_lint change const_val enum and its variants to camel-case 2015-06-23 10:31:32 +02:00
librustc_llvm Simplify argument forwarding in the various shim generators 2015-06-20 03:35:24 +02:00
librustc_privacy Cleanup: rename middle::ty::sty and its variants. 2015-06-12 11:07:16 -07:00
librustc_resolve rustc_resolve: don't require redundant arguments to resolve_crate. 2015-06-19 01:18:42 +03:00
librustc_trans Add a boolean flag to ExistentialBounds tracking whether the 2015-07-06 10:06:18 -04:00
librustc_typeck Add a boolean flag to ExistentialBounds tracking whether the 2015-07-06 10:06:18 -04:00
librustc_unicode Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
librustdoc Remove the mostly unecessary ParamBounds struct 2015-06-23 00:10:19 -07:00
libserialize More test fixes and fallout of stability changes 2015-06-17 09:07:17 -07:00
libstd std: Fix sub-second Condvar::wait_timeout_ms 2015-07-29 10:49:13 -07:00
libsyntax fix minor indentation issues 2015-06-22 15:30:56 -07:00
libterm std: Split the std_misc feature 2015-06-17 09:06:59 -07:00
libtest Auto merge of #26192 - alexcrichton:features-clean, r=aturon 2015-06-18 19:14:52 +00:00
llvm@8cbcdf1b72 rustc: Update LLVM 2015-06-16 22:56:42 -07:00
rt src/rt/arch/i386/morestack.S: call rust_stack_exhausted via plt 2015-06-15 14:56:50 -04:00
rust-installer@8e4f8ea581 updating installer to fix install issues on bitrig 2015-06-18 23:43:46 -07:00
rustbook Auto merge of #26037 - nhowell:plain_js_playpen, r=steveklabnik 2015-06-22 05:23:50 +00:00
rustllvm Auto merge of #26025 - alexcrichton:update-llvm, r=brson 2015-06-17 06:56:15 +00:00
test Fix some merge conflicts 2015-07-06 10:06:18 -04:00
snapshots.txt Register snapshots (2015-05-24 ba0e1cd). 2015-05-27 11:19:02 +03:00