aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-07-30Sema: disallow tags on non-auto unions when reifying (#23488)Krzysztof Wolicki
2025-07-30std.Target: pull Os.requiresLibC() up to TargetAlex Rønne Petersen
2025-07-30compiler: disable self-hosted x86_64 backend on OpenBSDAlex Rønne Petersen
2025-07-30Sema: remove incorrect safety check for saturating left shiftJustus Klausecker
2025-07-30Sema: catch error sets in atomic operationsKendall Condon
2025-07-30llvm: fix atomic widening of packed structsKendall Condon
2025-07-30update `zig env` to respect `ZIG_LIB_DIR` and support wasiTechatrix
2025-07-29Sema: don't rely on Livenessmlugg
2025-07-29Sema: remove dead logicmlugg
2025-07-29Sema: fix comptime-known union initialization with OPV fieldmlugg
2025-07-29Sema: remove redundant comptime-known initializer trackingmlugg
2025-07-28aarch64: implement scalar `@mod`Jacob Young
2025-07-28Update `zig init` help with new `-m` argSilver
2025-07-28aarch64: workaround some optional/union issuesJacob Young
2025-07-27aarch64: fix error union constantsJacob Young
2025-07-27aarch64: implement var argsJacob Young
2025-07-27Merge pull request #24585 from jacobly0/aarch64Andrew Kelley
2025-07-26Merge pull request #24587 from jacobly0/x86_64Andrew Kelley
2025-07-26aarch64: implement more optional/error union/union supportJacob Young
2025-07-26aarch64: implement some safety checksJacob Young
2025-07-26aarch64: implement stack probingJacob Young
2025-07-26aarch64: implement complex switch prongsJacob Young
2025-07-26Sema: exclude sentinel from source array length in pointer cast to slicemlugg
2025-07-26x86_64: fix dst create alloc reg clobbering srcJacob Young
2025-07-26x86_64: fix switch on mod resultJacob Young
2025-07-25std: rework zstd for new I/O APIAndrew Kelley
2025-07-25aarch64: more progressJacob Young
2025-07-25init: replace '--strip' with '--minimal'mlugg
2025-07-24Autodoc: fix sources.tar generationIan Johnson
2025-07-23Merge pull request #24561 from linusg/serenity-fixesAndrew Kelley
2025-07-24Merge pull request #24557 from pavelverigo/wasm-try-ptrAlex Rønne Petersen
2025-07-23std.Io.poll: update to new I/O APIAndrew Kelley
2025-07-24target: Add libc link flags for serenityLinus Groh
2025-07-24stage2-wasm: implement try_ptr + is_(non_)err_ptrPavel Verigo
2025-07-23Merge pull request #24523 from ziglang/fifnoAndrew Kelley
2025-07-22codegen: prevent AnyMir from bloating zig1.wasmAndrew Kelley
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-07-22llvm: fix switch loop on larger than pointer integerMatthew Lugg
2025-07-22give the Reader API adapter a bufferAndrew Kelley
2025-07-22std.tar: update to new I/O APIAndrew Kelley
2025-07-22Merge pull request #24521 from ziglang/fs-streamingAndrew Kelley
2025-07-21Sema: fix missed block OPVAndrew Kelley
2025-07-21Sema: fix missed error union OPVAndrew Kelley
2025-07-21Sema: fix missed union access OPVAndrew Kelley
2025-07-21Sema: fix missed union init OPVAndrew Kelley
2025-07-21Sema: fix missed slice access OPVAndrew Kelley
2025-07-21Sema: fix missed pointer access OPVAndrew Kelley
2025-07-21std.fs.File: delete writeFileAll and friendsAndrew Kelley
2025-07-20use stdout_buffer instead of stdio_buffer in main.zigantlilja
2025-07-20Merge pull request #24488 from ziglang/moreAndrew Kelley