index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Builtin.zig
Age
Commit message (
Expand
)
Author
2025-08-11
std.ArrayList: make unmanaged the default
Andrew Kelley
2025-07-21
std.fs.File: delete writeFileAll and friends
Andrew Kelley
2025-07-07
std.io.Writer.printValue: rework logic
Andrew Kelley
2025-07-07
compiler: fix a bunch of format strings
Andrew Kelley
2025-07-07
std.fmt: breaking API changes
Andrew Kelley
2025-06-05
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen
2025-05-18
compiler: refactor `Zcu.File` and path representation
mlugg
2025-02-04
compiler: don't perform semantic analysis if there are files without ZIR
mlugg
2025-02-04
Zcu: remove `*_loaded` fields on `File`
mlugg
2024-12-11
compiler: Improve the handling of unwind table levels.
Alex Rønne Petersen
2024-12-09
Builtin: clean up formatting of generated code
mlugg
2024-11-28
Merge pull request #22067 from alexrp/pie-tests
Alex Rønne Petersen
2024-11-27
std.os.windows: Map PIPE_NOT_AVAILABLE from OpenFile() to error.NoDevice (#21...
Justin Braben
2024-11-24
std.Target: Add Os.HurdVersionRange for Os.Tag.hurd.
Alex Rønne Petersen
2024-11-01
std.Target: Add support for specifying Android API level.
Alex Rønne Petersen
2024-10-16
std.Target: Rename OS version range functions to drop the "get" prefix.
Alex Rønne Petersen
2024-08-15
builtin: init test_functions to empty slice to avoid coercing to undefined
Jakub Konka
2024-07-22
initial support for integrated fuzzing
Andrew Kelley
2024-06-22
rename src/Module.zig to src/Zcu.zig
Andrew Kelley
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-04-14
Target: cleanup
Jacob Young
2024-04-07
Update usages of `fmtId`/`isValidId`
Carl Åstholm
2024-03-07
Package.Module: actually set File.path_digest for builtin modules
mlugg
2024-02-26
move AstGen to std.zig.AstGen
Andrew Kelley
2024-02-01
remove std.io.Mode
Veikka Tuominen
2024-01-01
frontend: ignore AccessDenied when writing builtin.zig
Andrew Kelley
2024-01-01
frontend: add logging to help troubleshoot builtin.zig write failures
Andrew Kelley
2024-01-01
compiler: fix UAF when writing builtin.zig
Andrew Kelley
2024-01-01
frontend: fix handling of special builtin module
Andrew Kelley
2024-01-01
fix population of builtin.zig not making the parent dir
Andrew Kelley
2024-01-01
compiler: miscellaneous branch progress
Andrew Kelley
2024-01-01
WIP: move many global settings to become per-Module
Andrew Kelley