|
I built a Go-like Green Fiber runtime that is memory safe like Rust, with no garbage collector, and a language that transpiles to Zig to use it
|
|
2
|
191
|
April 6, 2026
|
|
Zebra - A simple, fast, all-in-one config loader for Zig
|
|
1
|
298
|
April 6, 2026
|
|
Pointer changes unexpectedly
|
|
7
|
140
|
April 6, 2026
|
|
In place initialization of an optional stuct
|
|
6
|
281
|
April 6, 2026
|
|
A zig library to emulate rust's trait
|
|
2
|
569
|
April 4, 2026
|
|
Tides of Revival - Zig Feedback
|
|
69
|
3014
|
April 3, 2026
|
|
Why does Zig allow comptime_float coercion to ints when fractional part is 0?
|
|
6
|
393
|
April 2, 2026
|
|
Is it possible to for the Zig to implement mock_head without UB?
|
|
19
|
687
|
April 1, 2026
|
|
Zig 0.15.2 broken on macOS / Xcode 26.4
|
|
6
|
457
|
April 1, 2026
|
|
Documentation for the @disableInstrumentation() builtin
|
|
2
|
188
|
March 31, 2026
|
|
How to invalidate pointers?
|
|
6
|
314
|
March 31, 2026
|
|
Can we please get a while with a post-loop test?
|
|
30
|
845
|
March 30, 2026
|
|
New concurrency implementation (threaded and evented on linux)
|
|
1
|
238
|
March 30, 2026
|
|
Duplicate symbol definition
|
|
3
|
196
|
March 29, 2026
|
|
Code review for two (small) structs related to vulkan buffers (no vulkan experience is required)
|
|
21
|
542
|
March 26, 2026
|
|
Footgun in labelled switch
|
|
10
|
502
|
March 26, 2026
|
|
Again back to comptime vtables
|
|
2
|
290
|
March 25, 2026
|
|
Ziex - Full-stack Web Framework for Zig! Like Next.js/React but for Zig
|
|
24
|
2897
|
March 25, 2026
|
|
When there's too much abstraction (OOP) in an interface?
|
|
3
|
372
|
March 24, 2026
|
|
Sugar proposal: wrapper type
|
|
18
|
565
|
March 24, 2026
|
|
Error union payload cannot cast to the same optional error union payload
|
|
1
|
107
|
March 23, 2026
|
|
Why cannot zig find standard C header?
|
|
9
|
355
|
March 22, 2026
|
|
Cannot implicitly cast double pointer?
|
|
8
|
136
|
March 21, 2026
|
|
How to reliably check if a type has a function?
|
|
6
|
207
|
March 21, 2026
|
|
Construct auto-tagged union with @Union
|
|
1
|
134
|
March 20, 2026
|
|
How to explain the behavior of modifying the value referenced by the result of @constCast?
|
|
16
|
307
|
March 19, 2026
|
|
Non-blocking database calls in immediate-mode UI (raylib/raygui std.Io vs std.Thread?)
|
|
6
|
369
|
March 19, 2026
|
|
Why doesn't RLS apply through inline functions?
|
|
10
|
293
|
March 18, 2026
|
|
Workaround to modify a const value without the protection from @constCast, yet the test expects initialization value
|
|
2
|
99
|
March 18, 2026
|
|
How to store constant pointers in a buffer at compile time?
|
|
3
|
215
|
March 18, 2026
|