]> git.lizzy.rs Git - rust.git/history - src/shims/sync.rs
also combine re-locking into the dequeue-and-unblock operation
[rust.git] / src / shims / sync.rs
2020-05-30 Ralf Jungalso combine re-locking into the dequeue-and-unblock...
2020-05-30 Ralf Jungsync cleanup: mark infallible ops as such; consistent...
2020-05-25 borsAuto merge of #1362 - vakaras:add-sync-primitives-cr1...
2020-05-24 Vytautas AstrauskasFix compilation errors after rebase.
2020-05-24 Vytautas AstrauskasSmall fixes.
2020-05-24 Vytautas AstrauskasFix #1419.
2020-05-24 Vytautas AstrauskasSmall changes.
2020-05-24 Vytautas AstrauskasSmall changes.
2020-05-24 Vytautas AstrauskasSmall changes.
2020-05-24 Vytautas AstrauskasChange how the time is handled.
2020-05-24 Vytautas AstrauskasCleanup Condvar tests.
2020-05-24 Vytautas AstrauskasImprove code readability and comments.
2020-05-24 Vytautas AstrauskasImplement support for synchronization primitives.
2020-05-09 borsAuto merge of #1403 - RalfJung:rustup, r=RalfJung
2020-05-09 Ralf Jungbump Rust, fix for renames
2020-04-30 borsAuto merge of #1284 - vakaras:add-threads-cr2, r=RalfJung
2020-04-29 Vytautas AstrauskasImprove code readability and comments.
2020-04-27 Vytautas AstrauskasImprove comments and code clarity.
2020-04-27 Vytautas AstrauskasChange representation and conversion of ThreadId and...
2020-04-27 Vytautas AstrauskasMany small changes to thread management.
2020-04-27 Vytautas AstrauskasAdd concurrency tests.
2020-04-27 Vytautas AstrauskasRename threads to thread to match the Rust standard...
2020-04-27 Vytautas AstrauskasSmall refactoring in pthread sync: extract common funct...
2020-04-27 Vytautas AstrauskasRebase on PR 1157.
2020-04-10 borsAuto merge of #1308 - RalfJung:miri, r=RalfJung
2020-04-10 borsAuto merge of #1304 - RalfJung:backtrace-sep, r=RalfJung
2020-04-07 borsAuto merge of #1301 - RalfJung:global-leaks, r=RalfJung
2020-04-07 borsAuto merge of #1310 - RalfJung:float-assoc, r=RalfJung
2020-04-06 borsAuto merge of #1157 - divergentdave:shim-pthread-try...
2020-04-05 David CookEagerly compute i32 and u32 layouts
2020-04-05 David CookChanges to error handling
2020-04-05 David CookUse Deadlock machine stop uniformly
2020-04-05 David CookRemove null checks, fall through to UB upon deref
2020-04-05 David CookUpdate comments, rearrange code
2020-04-05 David CookStore layouts of i32 and u32 inside Evaluator
2020-04-05 David CookRearrange functions
2020-04-05 David CookAdd TerminationInfo::Deadlock, use in mutex shim
2020-04-05 David CookHandle variation in layout of pthread_mutex_t
2020-04-05 David CookAddress review comments
2020-04-05 David CookUse checked addition/subtraction on lock counts
2020-04-05 David CookRefactor sync shims with setters and getters
2020-04-05 David CookAdd comments explaining asserts
2020-04-05 David CookFix misleading function names
2020-04-05 David CookRevise mutex/rwlock memory layout for macOS compat
2020-04-05 David CookImplement mutex and rwlock functions