remove result pointers from the language
How will this change std's APIs? Will they remain unchanged and therefore rely on RVO? It seems that RVO isn't guaranteed in some cases (I didn't do deep research on when exactly it is...
@fieldParentPtr with alignments > 32 inside method results in false positive "incorrect alignment" panic when using self-hosted backend.
Translate C emits syntax errors and crashes when using
msvc ABI and including windows.h
empty main fn size 122k on Mac OS 26.2
This problem is not exclusive to MacOS. On x86_64 Linux the binary of an empty main() has increased from roughly 5KB to >140KB for me. I suspect it's the std.Io interface but I don't know why...
Translate-C fails silently when including
windows.h on msvc ABI