aboutsummaryrefslogtreecommitdiff
path: root/src/Package
AgeCommit message (Expand)Author
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
2024-11-19zig fetch: handle redirects for Git packagesIan Johnson
2024-11-13Take eagerness into account when deduplicating dependenciesCarl Åstholm
2024-11-05Compilation: Move no_builtin to Package.Module.Alex Rønne Petersen
2024-10-16incremental: introduce `file` dependencies to handle AstGen failuresmlugg
2024-09-24fetch: fix mutating unrelated fields when saving (#19816)Krzysztof Wolicki
2024-09-12Package.Fetch: add another non-standard Content-Typemlugg
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-09-06package-manager: add application/x-tar-gz mime typeTravis Staloch
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-07-31std.zig.tokenizer: simplifyAndrew Kelley
2024-07-22initial support for integrated fuzzingAndrew Kelley
2024-07-20add std.fmt.hexAndrew Kelley
2024-07-04Zcu: extract permanent state from FileAndrew Kelley
2024-07-03use unreachable keyword for unreachable code pathIgor Anić
2024-07-03std.tar: add strip components error to diagnosticsIgor Anić
2024-06-22rename src/Module.zig to src/Zcu.zigAndrew Kelley
2024-06-13std: Convert deprecated aliases to compile errors and fix usagesRyan Liptak
2024-06-12More precise error message for unencodable `\u` escapesRyan Liptak