| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add `#no_copy` to sync primitives | gingerBill | 2023-04-15 | 1 | -5/+5 |
| * | Make `sync` calls `contextless` where possible | gingerBill | 2022-12-08 | 1 | -26/+26 |
| * | Correct explicit atomic orderings | gingerBill | 2022-04-30 | 1 | -4/+3 |
| * | Remove `prev` from `Atomic_Cond` | gingerBill | 2022-04-27 | 1 | -7/+3 |
| * | Simplify `Atomic_Sema` implementation | gingerBill | 2022-04-26 | 1 | -36/+31 |
| * | Simplify Atomic_Cond implementation | gingerBill | 2022-04-26 | 1 | -92/+17 |
| * | Change `intrinsics.Atomic_Memory_Order` fields to use `Ada_Case` rather than ... | gingerBill | 2022-03-31 | 1 | -8/+8 |
| * | Rename package name to `sync` | gingerBill | 2022-03-31 | 1 | -1/+1 |
| * | Enforce success failure pairings of `compare_exchange_*_explicit` at compile ... | gingerBill | 2022-03-31 | 1 | -1/+1 |
| * | Update core to use new atomic intrinsics | gingerBill | 2022-03-31 | 1 | -8/+8 |
| * | Replace `sync` with `sync2` | gingerBill | 2022-03-30 | 1 | -0/+455 |