aboutsummaryrefslogtreecommitdiff
path: root/src/Builtin.zig
AgeCommit message (Expand)Author
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-07-21std.fs.File: delete writeFileAll and friendsAndrew Kelley
2025-07-07std.io.Writer.printValue: rework logicAndrew Kelley
2025-07-07compiler: fix a bunch of format stringsAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-06-05std.Target: Introduce Cpu convenience functions for feature tests.Alex Rønne Petersen
2025-05-18compiler: refactor `Zcu.File` and path representationmlugg
2025-02-04compiler: don't perform semantic analysis if there are files without ZIRmlugg
2025-02-04Zcu: remove `*_loaded` fields on `File`mlugg
2024-12-11compiler: Improve the handling of unwind table levels.Alex Rønne Petersen
2024-12-09Builtin: clean up formatting of generated codemlugg
2024-11-28Merge pull request #22067 from alexrp/pie-testsAlex Rønne Petersen
2024-11-27std.os.windows: Map PIPE_NOT_AVAILABLE from OpenFile() to error.NoDevice (#21...Justin Braben
2024-11-24std.Target: Add Os.HurdVersionRange for Os.Tag.hurd.Alex Rønne Petersen
2024-11-01std.Target: Add support for specifying Android API level.Alex Rønne Petersen
2024-10-16std.Target: Rename OS version range functions to drop the "get" prefix.Alex Rønne Petersen
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