aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-08-04init: small fix to zig init templateLoris Cro
2025-08-04cli: add `--debug-libc` to `zig build`mlugg
2025-08-04spirv: define and use extended instruction set opcodesAli Cheraghi
2025-08-03linker: remove dependency on std.fifoAndrew Kelley
2025-08-03zig fmt: apply new cast builtin orderJustus Klausecker
2025-08-03Watch: do not fail when file is removedAli Cheraghi
2025-08-03Merge pull request #22997 from Rexicon226/align-0-reifyMatthew Lugg
2025-08-03spirv: use packed struct's backing int type for shift valueAli Cheraghi
2025-08-03OpenGL SPIR-V supportDialecticalMaterialist
2025-08-03llvm: correctly lower `double_integer` for rv32David Rubin
2025-08-03spirv: move more type emitting functions to `Module`Ali Cheraghi
2025-08-02spirv: remove deduplication ISelAli Cheraghi
2025-08-02spirv: refactorAli Cheraghi
2025-08-01Merge pull request #24614 from ziglang/flateAndrew Kelley
2025-08-01build system: replace fuzzing UI with build UI, add time reportmlugg
2025-08-01refactor `reifyUnion` alignment handlingDavid Rubin
2025-08-01remove usages of `.alignment = 0`David Rubin
2025-08-01Sema: compile error on reifying align(0) struct fieldsDavid Rubin
2025-07-31fetch: More Git fixesIan Johnson
2025-07-31fetch: remove checksum logic and fix new I/O API bugsAndrew Kelley
2025-07-31disable failing incremental test cases due to dwarf linker logicAndrew Kelley
2025-07-31fetch: update API usageAndrew Kelley
2025-07-31link: update some dwarf code to non deprecated APIAndrew Kelley
2025-07-31compiler: fix unit test compile errorsAndrew Kelley
2025-07-31compiler: update to new flate APIAndrew Kelley
2025-07-31Sema: remove incorrect `requireRuntimeBlock` callsJackson Wambolt
2025-07-31Merge pull request #24632 from mlugg/lossy-int-to-float-coercionMatthew Lugg
2025-07-31fetch: remove calls to fsyncAndrew Kelley
2025-07-31Sema: add note suggesting dropping try on non error-unionsmikastiv
2025-07-31Sema: disallow slicing many-item pointer with different sentineldweiller
2025-07-31Sema: compile error on lossy int to float coercionmlugg
2025-07-30Sema: check min/max operand typesJackson Wambolt
2025-07-30Merge pull request #24278 from gooncreeper/atomic-fixesMatthew Lugg
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