Andrew Kelley 70931dbdea rework std.atomic
* move std.atomic.Atomic to std.atomic.Value
* fix incorrect argument order passed to testing.expectEqual
* make the functions be a thin wrapper over the atomic builtins and
  stick to the naming conventions.
* remove pointless functions loadUnchecked and storeUnchecked. Instead,
  name the field `raw` instead of `value` (which is redundant with the
  type name).
* simplify the tests by not passing every possible combination. Many
  cases were iterating over every possible combinations but then not
  even using the for loop element value!
* remove the redundant compile errors which are already implemented by
  the language itself.
* remove dead x86 inline assembly. this should be implemented in the
  language if at all.
2023-11-22 19:08:55 -07:00
..
2023-11-22 19:08:55 -07:00
2023-11-19 09:55:07 +00:00
2023-11-22 13:24:27 -05:00
2023-11-22 13:24:27 -05:00
2023-11-22 13:24:27 -05:00
2023-11-22 13:24:27 -05:00
2023-11-22 01:15:11 +02:00
2023-11-22 19:08:55 -07:00
2023-11-22 13:24:27 -05:00
2023-11-22 19:08:55 -07:00
2023-10-02 15:31:49 -06:00
2023-11-22 19:08:55 -07:00
2023-10-23 22:42:18 -04:00
2023-11-22 19:08:55 -07:00
2023-10-02 15:31:49 -06:00
2023-11-09 17:41:14 +01:00
2023-11-22 13:24:27 -05:00
2023-11-22 13:24:27 -05:00
2023-11-22 13:24:27 -05:00
2023-10-31 21:37:35 -04:00
2023-10-25 04:28:30 -04:00
2023-11-22 13:24:27 -05:00
2023-11-22 13:24:27 -05:00
2023-11-22 13:24:27 -05:00
2023-11-03 23:18:21 -04:00
2023-11-22 19:08:55 -07:00
2023-11-19 09:55:07 +00:00
2023-11-22 13:24:27 -05:00
2023-10-27 03:33:49 -04:00
2023-11-22 13:24:27 -05:00
2023-11-22 19:08:55 -07:00
2023-11-22 07:40:30 +00:00
2023-10-21 21:24:55 +00:00
2023-10-21 21:24:55 +00:00