COMMITS
/ lib/std/zig.zig November 22, 2025
M
compiler: replace `@Type` with individual type-creating builtins
Matthew Lugg committed
November 8, 2025
R
Move/coalesce RcIncludes enum to `std.zig.RcIncludes`
Ryan Liptak committed
R
Move/coalesce CompressDebugSections enum to `std.zig.CompressDebugSections`
Ryan Liptak committed
September 5, 2025
C
Move `std.Target.SubSystem` to `std.zig.Subsystem`
Carl Åstholm committed
October 28, 2025
M
std.debug.lockStderrWriter: also return ttyconf
Matthew Lugg committed
October 29, 2025
A
Merge pull request #25592 from ziglang/init-std.Io
Andrew Kelley committed
A
remove all IBM AIX and z/OS support
Alex Rønne Petersen committed
October 8, 2025
A
std: updating to std.Io interface
Andrew Kelley committed
October 7, 2025
A
std.zig.system: upgrade to std.Io.Reader
Andrew Kelley committed
August 26, 2025
July 18, 2025
A
move translate-c helpers
Andrew Kelley committed
August 30, 2025
A
std.fmt: delete deprecated APIs
Andrew Kelley committed
August 28, 2025
A
std.Io: delete GenericReader
Andrew Kelley committed
August 15, 2025
A
std.compress.zstd.Decompress fixes
Andrew Kelley committed
August 1, 2025
A
std.ArrayList: make unmanaged the default
Andrew Kelley committed
July 26, 2025
A
std.zig: fmtId returns a FormatId
A cursed quail committed
March 24, 2025
C
Support passing `std.zig.BuildId` to `b.dependency()`
Carl Åstholm committed
July 20, 2025
A
Merge pull request #24488 from ziglang/more
Andrew Kelley committed
July 17, 2025
A
std.zig: finish updating to new I/O API
Andrew Kelley committed
A
std.zig.readSourceFileToEndAlloc: avoid resizing
Andrew Kelley committed
July 19, 2025
A
std.zon: update to new I/O API
Andrew Kelley committed
July 16, 2025
A
std.zig.readSourceFileToEndAlloc: add file size heuristic
Andrew Kelley committed
A
update compiler
Andrew Kelley committed
A
std.zig: update to new I/O API
Andrew Kelley committed
July 12, 2025
A
inline assembly: use types
Andrew Kelley committed
March 5, 2025
L
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh committed
July 6, 2025
A
std.io.Writer.printValue: rework logic
Andrew Kelley committed
June 28, 2025
A
std.fmt: breaking API changes
Andrew Kelley committed
A
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
Andrew Kelley committed
June 13, 2025
J
Target: pass and use locals by pointer instead of by value
Jacob Young committed
June 6, 2025
M
compiler: rework emit paths and cache modes
mlugg committed
May 1, 2025
A
std.Target: Remove ObjectFormat.nvptx (and associated linker code).
Alex Rønne Petersen committed
April 16, 2025
A
compiler: Allow configuring UBSan mode at the module level.
Alex Rønne Petersen committed
April 12, 2025
A
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley committed
April 9, 2025
I
Merge pull request #23501 from imreallybadatnames/master
imreallybadatnames™️ committed
February 24, 2025
A
Move the compiler's LLVM bitcode builder to std.zig.llvm.
Alex Rønne Petersen committed
February 23, 2025
A
zig fmt: fix invalid alignment on frees
Andrew Kelley committed
February 5, 2025
J
std.process: adding hasNonEmptyEnvVar() and using for NO_COLOR
John Benediktsson committed
January 30, 2025
G
Make -freference-trace work without colors
Guillaume Wenzek committed
January 29, 2025
M
Sema: explain why we tried to call an `extern fn` at comptime
mlugg committed
January 27, 2025
C
main: classify empty environment variables as unset
Carter Snook committed
January 22, 2025
M
January 5, 2025
M
Sema: rewrite semantic analysis of function calls
mlugg committed
December 29, 2024
M
compiler: ensure result of `block_comptime` is comptime-known
mlugg committed
December 16, 2024
M
November 6, 2024
D
Provide a detailed message for invalid arch in target triple (#21921)
Daniel Hooper committed
September 20, 2024
A
std.Target: Remove Cpu.Arch.dxil and ObjectFormat.dxcontainer.
Alex Rønne Petersen committed
August 28, 2024
M
August 11, 2024
A
std.Target: Add goff and xcoff to ObjectFormat.
Alex Rønne Petersen committed
July 20, 2024
A
move std.zig.fatal to std.process.fatal
Andrew Kelley committed