aboutsummaryrefslogtreecommitdiff
path: root/src/Package
AgeCommit message (Expand)Author
2025-07-07std.io: move getStdIn, getStdOut, getStdErr functions to fs.FileAndrew Kelley
2025-07-07std.io: deprecated Reader/Writer; introduce new APIAndrew Kelley
2025-06-19Target: pass and use locals by pointer instead of by valueJacob Young
2025-06-07fix: MIME for ZIP in Zig FetchPlayDay
2025-06-06Merge pull request #24090 from fardragon/handle-empty-hashAndrew Kelley
2025-06-06Make zig fetch handle jar like zipGungun974
2025-06-06hash mismatch error: don't make empty such a special caseAndrew Kelley
2025-06-06Handle empty hashes in build.zig.zonfardragon
2025-06-04valgrind: Add riscv64-linux support.Alex Rønne Petersen
2025-05-21Module: name builtin module root directory correctlymlugg
2025-05-21link.Elf: Don't require linking libc for dynamic linker path to take effect.Alex Rønne Petersen
2025-05-18compiler: refactor `Zcu.File` and path representationmlugg
2025-05-13std.meta.intToEnum -> std.enums.fromIntwooster0
2025-04-26compiler: Allow configuring UBSan mode at the module level.Alex Rønne Petersen
2025-04-21Module: ignore `xnack` and `sramecc` features on some gpu modelsAli Cheraghi
2025-04-13std: eradicate u29 and embrace std.mem.AlignmentAndrew Kelley
2025-04-07compiler: Switch default code model for loongarch64 to medium.Alex Rønne Petersen
2025-04-03update compiler usage of DoublyLinkedList APIAndrew Kelley
2025-03-26zig build: allow to choose "lazy mode" for fetching processEric Joldasov
2025-03-12Merge pull request #22397 from Techatrix/type-safe-astMatthew Lugg
2025-03-11Merge pull request #23193 from mlafeldt/fix-macho-detectionMathias Lafeldt
2025-03-07std.zig.Ast: improve type safetyTechatrix
2025-03-04Fix "dependency path outside project" error for nested local path dependenciesCarl Åstholm
2025-02-26rename "nonce" to "fingerprint"Andrew Kelley
2025-02-26bump package id component to 32 bitsAndrew Kelley
2025-02-26switch from "id" to "nonce"Andrew Kelley
2025-02-26introduce package id and redo hash format againAndrew Kelley
2025-02-26Package.Manifest: enforce maximum version string length of 32Andrew Kelley
2025-02-26Package.Manifest: enforce name limit of 32Andrew Kelley
2025-02-26fix generated hash of by-path dependenciesAndrew Kelley
2025-02-26require package names to be valid zig identifiersAndrew Kelley
2025-02-26Package: new hash formatAndrew Kelley
2025-02-10std.ArrayList: popOrNull() -> pop() [v2] (#22720)Meghan Denny
2025-02-06adjust runtime page size APIsAndrew Kelley
2025-02-06runtime page size detectionArchbirdplus
2025-02-04compiler: don't perform semantic analysis if there are files without ZIRmlugg
2025-02-04Zcu: remove `*_loaded` fields on `File`mlugg
2025-01-23Package.Module: Make create() fall back on options.global.root_optimize_mode.Alex Rønne Petersen
2025-01-23compiler: Fix computation of Compilation.Config.any_unwind_tables.Alex Rønne Petersen
2025-01-21Package fetch: add executable detection for Mach-O file headers (#21555)Fabio Arnold
2025-01-18compiler: Fix @import("builtin").unwind_tables logic.Alex Rønne Petersen
2024-12-19Module: keep frame pointer in ReleaseSmall on x86wooster0
2024-12-13zig fetch: support SHA-256 Git repositoriesIan Johnson
2024-12-13Remove copy of `HashedWriter`Ian Johnson
2024-12-13Fix undefined behavior in package extraction codeCarl Åstholm
2024-12-13Add compiler internals testsCarl Åstholm
2024-12-11compiler: Improve the handling of unwind table levels.Alex Rønne Petersen
2024-12-08compiler: Only omit frame pointers by default for ReleaseSmall.Alex Rønne Petersen
2024-11-29zig fetch: add missing path separator in error messageTw
2024-11-20Append disabled LLVM CPU features after enabled onesShawn Gao