aboutsummaryrefslogtreecommitdiff
path: root/core/c/libc/stdatomic.odin
Commit message (Collapse)AuthorAgeFilesLines
* Fix type in parameter of atomic_compare_exchange_weak_explicitAntonino Simone Di Stefano2024-09-211-1/+1
| | | | desited -> desired
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
|
* `intrinsics.atomic_type_is_lock_free`gingerBill2022-04-021-1/+1
|
* Change `intrinsics.Atomic_Memory_Order` fields to use `Ada_Case` rather than ↵gingerBill2022-03-311-75/+75
| | | | `snake_case`
* Add checks for memory ordering on fencesgingerBill2022-03-311-6/+6
|
* Update core to use new atomic intrinsicsgingerBill2022-03-311-145/+110
|
* Make core and vendor adhere to `-vet`, `-strict-style`, and `-disallow-do`gingerBill2021-09-111-4/+4
|
* Strip semicolons; Make `odin strip-semicolon` replace `..` with `..=` if ↵gingerBill2021-09-061-172/+172
| | | | used as a binary operator
* cleanupDale Weiler2021-08-221-1/+1
|
* libc projectionDale Weiler2021-08-221-0/+416