aboutsummaryrefslogtreecommitdiff
path: root/core/sync/atomic.odin
Commit message (Expand)AuthorAgeFilesLines
* Enforce `core:builtin` and `core:intrinsics` for importsgingerBill2021-08-211-1/+1
* Replace usage of `inline proc` with `#force_inline proc` in the core librarygingerBill2021-02-231-13/+13
* Make sync.atomic_* operations use `when` statements instead of `switch`; Make...gingerBill2020-08-161-146/+111
* Improve termination rules checking for missing `return`; Make diverging proce...gingerBill2020-06-061-8/+0
* Enforce explicit context definition for procedure callsgingerBill2020-05-141-13/+13
* Implement `#complete switch` by default, replace with `#partial switch` #511gingerBill2019-12-221-11/+11
* sync_atomic_* make most ordering parameters compile-time constantgingerBill2019-05-281-12/+51
* Improve package stringsgingerBill2019-03-151-79/+67
* Fix atomic.odingingerBill2018-10-201-15/+12
* Move atomic intrinsics to the new built-in package intrinsicsgingerBill2018-10-201-61/+63
* sync atomics "wrapper" proceduresgingerBill2018-10-171-0/+185