aboutsummaryrefslogtreecommitdiff
path: root/lib/std/zig.zig
AgeCommit message (Expand)Author
2025-11-22compiler: replace `@Type` with individual type-creating builtinsMatthew Lugg
2025-11-07Move/coalesce RcIncludes enum to `std.zig.RcIncludes`Ryan Liptak
2025-11-07Move/coalesce CompressDebugSections enum to `std.zig.CompressDebugSections`Ryan Liptak
2025-11-05Move `std.Target.SubSystem` to `std.zig.Subsystem`Carl Åstholm
2025-10-30std.debug.lockStderrWriter: also return ttyconfMatthew Lugg
2025-10-29Merge pull request #25592 from ziglang/init-std.IoAndrew Kelley
2025-10-29remove all IBM AIX and z/OS supportAlex Rønne Petersen
2025-10-29std: updating to std.Io interfaceAndrew Kelley
2025-10-29std.zig.system: upgrade to std.Io.ReaderAndrew Kelley
2025-10-18build runner: remove `--prominent-compile-errors`, introduce `--error-style`mlugg
2025-09-24move translate-c helpersAndrew Kelley
2025-08-31std.fmt: delete deprecated APIsAndrew Kelley
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-15std.compress.zstd.Decompress fixesAndrew Kelley
2025-08-11std.ArrayList: make unmanaged the defaultAndrew Kelley
2025-07-26std.zig: fmtId returns a FormatIdA cursed quail
2025-07-20Support passing `std.zig.BuildId` to `b.dependency()`Carl Åstholm
2025-07-20Merge pull request #24488 from ziglang/moreAndrew Kelley
2025-07-19std.zig: finish updating to new I/O APIAndrew Kelley
2025-07-19std.zon: update to new I/O APIAndrew Kelley
2025-07-17std.zig.readSourceFileToEndAlloc: avoid resizingAndrew Kelley
2025-07-16std.zig.readSourceFileToEndAlloc: add file size heuristicAndrew Kelley
2025-07-16update compilerAndrew Kelley
2025-07-16std.zig: update to new I/O APIAndrew Kelley
2025-07-16inline assembly: use typesAndrew Kelley
2025-07-11Remove numerous things deprecated during the 0.14 release cycleLinus Groh
2025-07-07std.io.Writer.printValue: rework logicAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: move getStdIn, getStdOut, getStdErr functions to fs.FileAndrew Kelley
2025-06-19Target: pass and use locals by pointer instead of by valueJacob Young
2025-06-12compiler: rework emit paths and cache modesmlugg
2025-05-10std.Target: Remove ObjectFormat.nvptx (and associated linker code).Alex Rønne Petersen
2025-04-26compiler: Allow configuring UBSan mode at the module level.Alex Rønne Petersen
2025-04-13std: eradicate u29 and embrace std.mem.AlignmentAndrew Kelley
2025-04-09Merge pull request #23501 from imreallybadatnames/masterimreallybadatnames™️
2025-02-27Move the compiler's LLVM bitcode builder to std.zig.llvm.Alex Rønne Petersen
2025-02-22zig fmt: fix invalid alignment on freesAndrew Kelley
2025-02-06std.process: adding hasNonEmptyEnvVar() and using for NO_COLORJohn Benediktsson
2025-01-30Make -freference-trace work without colorsGuillaume Wenzek
2025-01-29Sema: explain why we tried to call an `extern fn` at comptimemlugg
2025-01-27main: classify empty environment variables as unsetCarter Snook
2025-01-22Sema: fix crash when `inline` loop condition is not comptime-knownmlugg
2025-01-09Sema: rewrite semantic analysis of function callsmlugg
2024-12-31compiler: ensure result of `block_comptime` is comptime-knownmlugg
2024-12-16compiler: introduce ZonGen and make `ast-check` run it for ZON inputsmlugg
2024-11-06Provide a detailed message for invalid arch in target triple (#21921)Daniel Hooper
2024-09-23std.Target: Remove Cpu.Arch.dxil and ObjectFormat.dxcontainer.Alex Rønne Petersen
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-11std.Target: Add goff and xcoff to ObjectFormat.Alex Rønne Petersen
2024-07-20move std.zig.fatal to std.process.fatalAndrew Kelley