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
/
link
/
tapi
Age
Commit message (
Expand
)
Author
2023-11-19
compiler: correct unnecessary uses of 'var'
mlugg
2023-07-26
tapi: do not log errors using log.err
Jakub Konka
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-04-17
tapi: fix memory bugs in yaml parser
Jakub Konka
2023-04-01
tapi: update yaml parser
Jakub Konka
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-06-02
tapi: sync with upstream
Jakub Konka
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-05-06
Sema: solve a false positive "depends on itself"
Andrew Kelley
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-09-01
stage2: update for new usingnamespace semantics
Andrew Kelley
2021-08-11
macho: simplify versioning logic for TAPI
Jakub Konka
2021-06-24
Apply AST fixes
Jakub Konka
2021-06-24
tapi: apply ast fixes
Jakub Konka
2021-06-24
link: add basic TAPI parser for linkers
Jakub Konka