aboutsummaryrefslogtreecommitdiff
path: root/std/atomic/stack.zig
AgeCommit message (Expand)Author
2018-09-13remove `this`. add `@This()`.Andrew Kelley
2018-07-11std.atomic: use spinlocksAndrew Kelley
2018-06-20remove std.mem.Allocator.construct and other fixupsAndrew Kelley
2018-06-20zig fmtAndrew Kelley
2018-06-21std: update stdlib to match updated allocator create signature; ref #733kristopher tate
2018-06-13fix race condition bug in test harness of std.atomicAndrew Kelley
2018-06-12better debugging for CI failures of std.atomicAndrew Kelley
2018-06-10breaking syntax change: orelse keyword instead of ?? (#1096)Andrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-10partial conversion to post-fix pointer deref using zig fmtAndrew Kelley
2018-05-02fix compiler-rt tests accidentally running std testsAndrew Kelley
2018-05-02std.atomic - use AtomicOrder.SeqCst for everythingAndrew Kelley
2018-04-29support kernel threads for windowsAndrew Kelley
2018-04-29enable atomic queue and stack tests for macosAndrew Kelley
2018-04-28disable atomic stack and queue tests for non-linuxAndrew Kelley
2018-04-28add tests for std.atomic Queue and StackAndrew Kelley
2018-04-28add fuzz tests for std.atomic.StackAndrew Kelley
2018-04-28add std.atomic.Stack and std.atomic.QueueAndrew Kelley