rust/src/libstd
Michael Neumann b527494d2d Fix destroy assertions in mutex/rwlock/condvar
On DragonFly pthread_{mutex,rwlock,condvar}_destroy() returns EINVAL
when called on a pthread_{mutex,rwlock,condvar}_t that was just
initialized via PTHREAD_{MUTEX,RWLOCK,CONDVAR}_INITIALIZER and not used
in the meantime or initialized via pthread_{mutex,rwlock,condvar}_init().
Change the code to treat a return value of EINVAL on DragonFly as success.
2015-01-08 19:04:34 +01:00
..
collections rollup merge of #20654: alexcrichton/stabilize-hash 2015-01-07 17:17:19 -08:00
ffi Fix misspelled comments. 2015-01-06 20:53:18 -05:00
io Test fixes and rebase conflicts 2015-01-07 19:27:27 -08:00
num rollup merge of #20708: aturon/new-int-modules 2015-01-07 17:18:01 -08:00
path rollup merge of #20721: japaric/snap 2015-01-07 17:26:58 -08:00
prelude use slicing sugar 2015-01-07 17:35:56 -05:00
rand Test fixes and rebase conflicts 2015-01-07 19:27:27 -08:00
rt use slicing sugar 2015-01-07 17:35:56 -05:00
sync fix the &mut _ patterns 2015-01-07 19:26:36 -05:00
sys Fix destroy assertions in mutex/rwlock/condvar 2015-01-08 19:04:34 +01:00
thread_local rollup merge of #20615: aturon/stab-2-thread 2015-01-06 15:38:38 -08:00
time
ascii.rs
bitflags.rs std: Stabilize the std::hash module 2015-01-07 12:18:08 -08:00
bool.rs
dynamic_lib.rs
error.rs
failure.rs use slicing sugar 2015-01-07 17:35:56 -05:00
fmt.rs Test fixes and rebase conflicts 2015-01-07 19:27:27 -08:00
lib.rs rollup merge of #20723: pnkfelix/feature-gate-box-syntax 2015-01-07 17:42:47 -08:00
macros.rs std: Stablize the macros module 2015-01-07 12:56:16 -08:00
os.rs More test fixes 2015-01-06 21:26:48 -08:00
rtdeps.rs
thread.rs Merge pull request #20674 from jbcrail/fix-misspelled-comments 2015-01-07 15:35:30 +00:00
thunk.rs
tuple.rs
unit.rs