]> git.lizzy.rs Git - rust.git/history - src/sync.rs
fix diagnostics printing when triggered during TLS dtor scheduling
[rust.git] / src / sync.rs
2020-06-28 borsAuto merge of #1461 - RalfJung:rwlock-win, r=oli-obk
2020-06-28 Ralf Jungmove rwlock dequeuing to shared code, and use that...
2020-06-09 borsAuto merge of #1418 - divergentdave:file-sync, r=RalfJung
2020-05-31 borsAuto merge of #1441 - RalfJung:sync-cleanup, r=RalfJung
2020-05-30 Ralf Jungmake mutex_unlock infallible
2020-05-30 Ralf Jungtest and fix for rwlock unlock bug
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 #1433 - RalfJung:condattr-setclock, r...
2020-05-25 Ralf Jungadd an assertion
2020-05-25 borsAuto merge of #1362 - vakaras:add-sync-primitives-cr1...
2020-05-24 Vytautas AstrauskasSmall changes.
2020-05-24 Vytautas AstrauskasSmall changes.
2020-05-24 Vytautas AstrauskasSmall changes.
2020-05-24 Vytautas AstrauskasAdd comments explaining the declare_id macro.
2020-05-24 Vytautas AstrauskasChange how the time is handled.
2020-05-24 Vytautas AstrauskasImprove code readability and comments.
2020-05-24 Vytautas AstrauskasImplement support for synchronization primitives.