aboutsummaryrefslogtreecommitdiff
path: root/lib/std/zig.zig
AgeCommit message (Expand)Author
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
2024-02-26std.zig: don't try to unit test a separate exeAndrew Kelley
2024-02-26compiler: JIT zig fmtAndrew Kelley
2024-02-26move AstGen to std.zig.AstGenAndrew Kelley
2024-02-26rearrange std.zigAndrew Kelley
2024-02-26move Zir to std.zig.ZirAndrew Kelley
2024-02-26move Zcu.LazySrcLoc to std.zig.LazySrcLocAndrew Kelley
2024-02-04Zir: store extra source hashes required for incrementalmlugg
2024-01-01std.Target.Query: remove deprecated APIAndrew Kelley
2024-01-01rename std.zig.CrossTarget to std.Target.QueryAndrew Kelley
2024-01-01fix std lib testsAndrew Kelley
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley
2023-11-24frontend: move AstRlAnnotate to std.zig namespaceMeghan Denny
2023-11-24frontend: move BuiltinFn to std.zig namespaceMeghan Denny
2023-10-08make Package.Path support string escape formattingAndrew Kelley
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-17std: replace builtin.Version with SemanticVersionr00ster91
2023-03-15integrate the build runner and the compiler serverAndrew Kelley
2023-03-15progress towards semantic error serializationAndrew Kelley
2023-02-03introduce ZON: Zig Object NotationAndrew Kelley
2022-12-13std: add object format extension for dxcontainerMeghan
2022-11-18fmt: canonicalize identifiersStevie Hryciw
2022-11-16fix Nvptx backend outputing files at the top level of zig-cacheGuillaume Wenzek
2022-09-13validate number literals in AstGenVeikka Tuominen
2022-08-29Merge remote-tracking branch 'origin/master' into llvm15Andrew Kelley