COMMITS
/ lib/std/zig.zig 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
June 11, 2024
M
compiler: move LazySrcLoc out of std
mlugg committed
May 3, 2024
R
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak committed
June 2, 2024
C
Replace YES_COLOR with CLICOLOR_FORCE
Carl Åstholm committed
May 24, 2024
A
std.debug.Trace: follow the struct default field guidance
Andrew Kelley committed
February 13, 2024
C
std.zig.fmtId: conditionally escape primitives/`_`
Carl Åstholm committed
March 19, 2024
J
Update uses of `@fieldParentPtr` to use RLS
Jacob Young committed
A
extract std.posix from std.os
Andrew Kelley committed
February 19, 2024
T
std.builtin: make link mode fields lowercase
Tristan Ross committed
March 11, 2024
A
improve documentation in std
Andrew Kelley committed
February 28, 2024
A
move `zig libc` command to be lazily built
Andrew Kelley committed
February 27, 2024
A
std.zig: don't try to unit test a separate exe
Andrew Kelley committed
A
compiler: JIT zig fmt
Andrew Kelley committed
A
move AstGen to std.zig.AstGen
Andrew Kelley committed
A
rearrange std.zig
Andrew Kelley committed
A
move Zir to std.zig.Zir
Andrew Kelley committed
A
move Zcu.LazySrcLoc to std.zig.LazySrcLoc
Andrew Kelley committed
February 3, 2024
M
Zir: store extra source hashes required for incremental
mlugg committed
December 5, 2023
A
std.Target.Query: remove deprecated API
Andrew Kelley committed
December 4, 2023
A
rename std.zig.CrossTarget to std.Target.Query
Andrew Kelley committed
December 3, 2023
A
fix std lib tests
Andrew Kelley committed
A
zig build system: change target, compilation, and module APIs
Andrew Kelley committed
November 25, 2023
M
frontend: move AstRlAnnotate to std.zig namespace
Meghan Denny committed
M
frontend: move BuiltinFn to std.zig namespace
Meghan Denny committed
October 7, 2023
A
make Package.Path support string escape formatting
Andrew Kelley committed
June 22, 2023
M
all: migrate code to new cast builtin syntax
mlugg committed
February 21, 2023
R
std: replace builtin.Version with SemanticVersion
r00ster91 committed
February 28, 2023
A
integrate the build runner and the compiler server
Andrew Kelley committed
February 23, 2023
A
progress towards semantic error serialization
Andrew Kelley committed
February 3, 2023
A
introduce ZON: Zig Object Notation
Andrew Kelley committed
December 12, 2022
M
std: add object format extension for dxcontainer
Meghan committed
October 29, 2022
S
fmt: canonicalize identifiers
Stevie Hryciw committed