]> git.lizzy.rs Git - rust.git/history - src/sync.rs
Auto merge of #2426 - saethlin:unix-exec, r=RalfJung
[rust.git] / src / sync.rs
2022-07-20 borsAuto merge of #2403 - RalfJung:rustup, r=RalfJung
2022-07-20 Ralf Jungrustup
2022-05-14 borsAuto merge of #2030 - saethlin:track-alloc-history...
2022-05-13 borsAuto merge of #2114 - cbeuw:shim-rmw, r=RalfJung
2022-05-12 Andy WangInline _create() calls and add assertions
2022-05-12 Andy WangRefactor to hide *_next_id functions
2022-05-11 Andy WangUse proper atomic rmw for {mutex, rwlock, cond, srwlock...
2022-05-10 borsAuto merge of #2084 - rust-lang:silence, r=RalfJung
2022-04-30 borsAuto merge of #2090 - dtolnay-contrib:addcarry, r=oli-obk
2022-04-30 borsAuto merge of #2091 - dtolnay-contrib:clippy, r=oli-obk
2022-04-29 David TolnayResolve clippy::unnecessary_mut_passed
2022-04-10 borsAuto merge of #2062 - RalfJung:rustup, r=RalfJung
2022-04-09 borsAuto merge of #2061 - RalfJung:edition, r=RalfJung
2022-04-09 Ralf Jungremove no longer needed imports
2022-04-06 borsAuto merge of #2054 - m-ou-se:futex-wait-bitset, r...
2022-04-06 Mara BosFully support FUTEX_*_BITSET.
2022-04-05 borsAuto merge of #2047 - RalfJung:no-extras, r=RalfJung
2022-04-05 Ralf Jungadjust for MemoryExtra being merged into Machine
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.