| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace usage of `inline proc` with `#force_inline proc` in the core library | gingerBill | 2021-02-23 | 1 | -13/+13 |
| * | Make sync.atomic_* operations use `when` statements instead of `switch`; Make... | gingerBill | 2020-08-16 | 1 | -146/+111 |
| * | Improve termination rules checking for missing `return`; Make diverging proce... | gingerBill | 2020-06-06 | 1 | -8/+0 |
| * | Enforce explicit context definition for procedure calls | gingerBill | 2020-05-14 | 1 | -13/+13 |
| * | Implement `#complete switch` by default, replace with `#partial switch` #511 | gingerBill | 2019-12-22 | 1 | -11/+11 |
| * | sync_atomic_* make most ordering parameters compile-time constant | gingerBill | 2019-05-28 | 1 | -12/+51 |
| * | Improve package strings | gingerBill | 2019-03-15 | 1 | -79/+67 |
| * | Fix atomic.odin | gingerBill | 2018-10-20 | 1 | -15/+12 |
| * | Move atomic intrinsics to the new built-in package intrinsics | gingerBill | 2018-10-20 | 1 | -61/+63 |
| * | sync atomics "wrapper" procedures | gingerBill | 2018-10-17 | 1 | -0/+185 |