aboutsummaryrefslogtreecommitdiff
path: root/src/Builtin.zig
AgeCommit message (Expand)Author
2024-08-15builtin: init test_functions to empty slice to avoid coercing to undefinedJakub Konka
2024-07-22initial support for integrated fuzzingAndrew Kelley
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-04-14Target: cleanupJacob Young
2024-04-07Update usages of `fmtId`/`isValidId`Carl Ã…stholm
2024-03-07Package.Module: actually set File.path_digest for builtin modulesmlugg
2024-02-26move AstGen to std.zig.AstGenAndrew Kelley
2024-02-01remove std.io.ModeVeikka Tuominen
2024-01-01frontend: ignore AccessDenied when writing builtin.zigAndrew Kelley
2024-01-01frontend: add logging to help troubleshoot builtin.zig write failuresAndrew Kelley
2024-01-01compiler: fix UAF when writing builtin.zigAndrew Kelley
2024-01-01frontend: fix handling of special builtin moduleAndrew Kelley
2024-01-01fix population of builtin.zig not making the parent dirAndrew Kelley
2024-01-01compiler: miscellaneous branch progressAndrew Kelley
2024-01-01WIP: move many global settings to become per-ModuleAndrew Kelley