]> git.lizzy.rs Git - rust.git/history - src/sync.rs
rename track-raw-pointers flag to tag-raw-pointers
[rust.git] / src / sync.rs
2021-07-17 borsAuto merge of #1851 - RalfJung:provenance-overhaul...
2021-07-16 Ralf Jungadjust Miri to Pointer type overhaul
2021-05-16 borsAuto merge of #1801 - RalfJung:rustfmt, r=oli-obk
2021-05-16 Ralf Jungformat much of Miri
2020-11-29 borsAuto merge of #1617 - JCTyblaidd:data_race_detector...
2020-11-22 JCTyBlaiddFix review changes
2020-11-15 JCTyBlaiddTidy up comments and function layout, should fix most...
2020-11-02 JCTyBlaiddInitial data-race detector,
2020-10-04 borsAuto merge of #1563 - lzutao:dummy-actions, r=RalfJung
2020-10-03 borsAuto merge of #1568 - fusion-engineering-forks:futex...
2020-10-02 Mara BosImplement timeouts for FUTEX_WAIT.
2020-10-02 Mara BosImprove handling of the `addr` argument in SYS_futex.
2020-10-01 Mara BosErase tag from futex pointers.
2020-10-01 Mara BosImplement futex_wait and futex_wake.
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.