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
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