aboutsummaryrefslogtreecommitdiff
path: root/lib/std/zig.zig
AgeCommit message (Expand)Author
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
2024-06-15compiler: move LazySrcLoc out of stdmlugg
2024-06-13std: Convert deprecated aliases to compile errors and fix usagesRyan Liptak
2024-06-02Replace YES_COLOR with CLICOLOR_FORCECarl Åstholm
2024-05-27std.debug.Trace: follow the struct default field guidanceAndrew Kelley
2024-04-07std.zig.fmtId: conditionally escape primitives/`_`Carl Åstholm
2024-03-30Update uses of `@fieldParentPtr` to use RLSJacob Young
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-11std.builtin: make link mode fields lowercaseTristan Ross
2024-03-10improve documentation in stdAndrew Kelley
2024-02-27move `zig libc` command to be lazily builtAndrew Kelley