aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-03std.c.darwin.CPUFAMILY: Add ARM_TAHITI and ARM_TUPAI.Alex Rønne Petersen
2025-04-03std.zig.system.x86: Synchronize CPUID/XGETBV checks with LLVM 19.Alex Rønne Petersen
2025-04-02translate-c: fix function prototype decalared inside a functionParker Liu
2025-04-02Merge pull request #22337 from ruihe774/fix-app-maskAlex Rønne Petersen
2025-04-02Merge pull request #22907 from MasonRemaley/import-zon-anon-typeMatthew Lugg
2025-04-02DebugAllocator: Fix bucket removal logic causing segfault/leak (#23390)Auguste Rame
2025-04-02Merge pull request #22973 from MasonRemaley/zon-stop-on-nodeMatthew Lugg
2025-04-02std.os.linux: block all signals in raiseMisaki Kasumi
2025-04-02std.zon.parse: make `ast` and `zoir` fields of `Diagnostics` non-optionalMason Remaley
2025-04-02std.zon.parse: rename `Status` to `Diagnostics`Mason Remaley
2025-04-02std.zon: populate `Zoir.Node.Index` values with corresponding ZOIR nodeMason Remaley
2025-04-02incremental: add test for ZON file without result typemlugg
2025-04-02stage1: fix `wasi_snapshot_preview1_fd_seek` on cache filesmlugg
2025-04-02Zcu: fix ZOIR cache bugsMason Remaley
2025-04-02compiler: allow `@import` of ZON without a result typeMason Remaley
2025-04-02Sema: increment extra index even if return type is genericDavid Rubin
2025-04-01std.start: allow return uefi error union in main (#23425)Carmen
2025-04-01std.os.uefi.protocol: ziggify function signatures (#23214)Carmen
2025-03-31zon: normalize negative zeroesAli Cheraghi
2025-03-31Elf: fix incrementally reallocating the last atom in a sectionJacob Young
2025-03-31Sema: allow `@ptrCast` slice of zero-bit type to slice of non-zero-bit typemlugg
2025-03-31translate-c: fix referencing extern locals from nested blocksParker Liu
2025-03-31Merge pull request #23371 from alexrp/ci-redundancyAlex Rønne Petersen
2025-03-31Merge pull request #23417 from dweiller/zstd-fixesAlex Rønne Petersen
2025-03-31Add quota for comptime sort, add testSimon Brown
2025-03-31std.compress.zstd: ensure window size fits into usizedweiller
2025-03-31std.compress.zstd: fix OOB access in literal decodedweiller
2025-03-30Sema: convert slice sentinel to single pointer correctlyDavid Rubin
2025-03-29Zcu: resolve layout of analyzed declaration typemlugg
2025-03-29compiler: "illegal behavior", not "undefined behavior", in errorsmlugg
2025-03-29crypto.ecdsa: fix EcdsaP384Sha3_384 constant name (#23403)Frank Denis
2025-03-27check result of mmap() call to handle a large base_addr value correctlySean Stasiak
2025-03-27stage1: Update zig1.wasm.Alex Rønne Petersen
2025-03-27Merge pull request #23378 from alexrp/build-zig-cleanupAlex Rønne Petersen
2025-03-27Merge pull request #23373 from alexrp/get-base-addressAlex Rønne Petersen
2025-03-27std.Build: implement addEmbedPath for adding C #embed search directoriesGalaxyShard
2025-03-27std.posix: add getuid()/geteuid()blurrycat
2025-03-27build: increase test-std max rssAlex Rønne Petersen
2025-03-27std.meta.FieldType -> @FieldTypeАндрей Краевский
2025-03-27build.zig: Statically link LLVM libraries for experimental targets if requested.Alex Rønne Petersen
2025-03-27ci: Build stage4 and run behavior tests with it on aarch64-linux-debug.Alex Rønne Petersen
2025-03-26Merge pull request #23339 from Iced-Sun/masterAlex Rønne Petersen
2025-03-26build.zig: Stop setting _WIN32_WINNT=0x601 (Windows 7) when targeting MinGW.Alex Rønne Petersen
2025-03-26Enables parsing for '-Wl,-rpath,' in pkg-config output, allows better support...Felix "xq" Queißner
2025-03-26build.zig: Don't disable LTO when targeting MinGW.Alex Rønne Petersen
2025-03-26abiAndDynamicLinkerFromFile: return an error when the file is not actually dy...Pratham
2025-03-26std.process: Fix getBaseAddress() to handle all Darwin OSs.Alex Rønne Petersen
2025-03-26std.process: Don't use _mh_execute_header in getBaseAddress() on BSDs.Alex Rønne Petersen
2025-03-26std.process: Fix getBaseAddress() for linux + libc.Alex Rønne Petersen
2025-03-26linux: don't export getauxval when not requiredwooster0