aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-07-30std.Target: pull Os.requiresLibC() up to TargetAlex Rønne Petersen
2025-07-30std.Io.Reader: introduce readVec back into the VTableAndrew Kelley
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-30Update doc comment for `ptr_type` and `ptr_type_bit_range` to `data` of `.ext...Kurt Wagner
2025-07-30langref: clarify allowed atomic typesKendall Condon
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-29std.Io.Reader: make fillUnbuffered respect prexisting bufferAndrew Kelley
2025-07-30Sema: fixes (#24617)Matthew Lugg
2025-07-29disable more failing testsmlugg
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-28DeprecatedReader.Adapted: fix EndOfStream handlingKendall Condon
2025-07-28Update `zig init` help with new `-m` argSilver
2025-07-28aarch64: workaround some optional/union issuesJacob Young
2025-07-28`.strong`, not `.Strong`IOKG04
2025-07-28Merge branch 'ziglang:master' into some-documentation-updates-0Rue
2025-07-28build: fix error in standalone test when using `--release`Ivan
2025-07-27std.compress.xz: eliminate dependency on std.Io.bitReaderAndrew Kelley
2025-07-27Merge pull request #24600 from jacobly0/aarch64Andrew Kelley
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-26std.zig: fmtId returns a FormatIdA cursed quail
2025-07-26std.Io.Reader: add rebase to the vtableAndrew 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-26Merge pull request #22587 from castholm/deprecate-compile-apisMatthew Lugg
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-26Migrate from deprecated `Step.Compile` APIsCarl Åstholm
2025-07-26std.Build: Deprecate `Step.Compile` APIs that mutate the root moduleCarl Åstholm
2025-07-26child_process standalone test: Test spawning a path with leading ..Ryan Liptak
2025-07-26std.process.Child: fix double path normalization in spawnWindowslumanetic
2025-07-25Merge pull request #24564 from ziglang/terminal-progress-barAndrew Kelley
2025-07-25Merge pull request #24559 from ziglang/zstdAndrew Kelley
2025-07-25Merge pull request #23340 from castholm/pass-null-to-b-dependencyAndrew Kelley
2025-07-25std.Progress: introduce StatusAndrew Kelley
2025-07-25std.Progress: support progress bar escape codesAndrew Kelley
2025-07-25std.posix.ftruncate: handle NonResizable properlyAndrew Kelley
2025-07-25std.compress.zstd.Decompress: fix bytes_written trackingAndrew Kelley