]> git.lizzy.rs Git - rust.git/history - src/shims/sync.rs
Change representation and conversion of ThreadId and BlockSetId.
[rust.git] / src / shims / sync.rs
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