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
/
Package
Age
Commit message (
Expand
)
Author
2025-07-07
std.io: move getStdIn, getStdOut, getStdErr functions to fs.File
Andrew Kelley
2025-07-07
std.io: deprecated Reader/Writer; introduce new API
Andrew Kelley
2025-06-19
Target: pass and use locals by pointer instead of by value
Jacob Young
2025-06-07
fix: MIME for ZIP in Zig Fetch
PlayDay
2025-06-06
Merge pull request #24090 from fardragon/handle-empty-hash
Andrew Kelley
2025-06-06
Make zig fetch handle jar like zip
Gungun974
2025-06-06
hash mismatch error: don't make empty such a special case
Andrew Kelley
2025-06-06
Handle empty hashes in build.zig.zon
fardragon
2025-06-04
valgrind: Add riscv64-linux support.
Alex Rønne Petersen
2025-05-21
Module: name builtin module root directory correctly
mlugg
2025-05-21
link.Elf: Don't require linking libc for dynamic linker path to take effect.
Alex Rønne Petersen
2025-05-18
compiler: refactor `Zcu.File` and path representation
mlugg
2025-05-13
std.meta.intToEnum -> std.enums.fromInt
wooster0
2025-04-26
compiler: Allow configuring UBSan mode at the module level.
Alex Rønne Petersen
2025-04-21
Module: ignore `xnack` and `sramecc` features on some gpu models
Ali Cheraghi
2025-04-13
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley
2025-04-07
compiler: Switch default code model for loongarch64 to medium.
Alex Rønne Petersen
2025-04-03
update compiler usage of DoublyLinkedList API
Andrew Kelley
2025-03-26
zig build: allow to choose "lazy mode" for fetching process
Eric Joldasov
2025-03-12
Merge pull request #22397 from Techatrix/type-safe-ast
Matthew Lugg
2025-03-11
Merge pull request #23193 from mlafeldt/fix-macho-detection
Mathias Lafeldt
2025-03-07
std.zig.Ast: improve type safety
Techatrix
2025-03-04
Fix "dependency path outside project" error for nested local path dependencies
Carl Åstholm
2025-02-26
rename "nonce" to "fingerprint"
Andrew Kelley
2025-02-26
bump package id component to 32 bits
Andrew Kelley
2025-02-26
switch from "id" to "nonce"
Andrew Kelley
2025-02-26
introduce package id and redo hash format again
Andrew Kelley
2025-02-26
Package.Manifest: enforce maximum version string length of 32
Andrew Kelley
2025-02-26
Package.Manifest: enforce name limit of 32
Andrew Kelley
2025-02-26
fix generated hash of by-path dependencies
Andrew Kelley
2025-02-26
require package names to be valid zig identifiers
Andrew Kelley
2025-02-26
Package: new hash format
Andrew Kelley
2025-02-10
std.ArrayList: popOrNull() -> pop() [v2] (#22720)
Meghan Denny
2025-02-06
adjust runtime page size APIs
Andrew Kelley
2025-02-06
runtime page size detection
Archbirdplus
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
2025-01-23
Package.Module: Make create() fall back on options.global.root_optimize_mode.
Alex Rønne Petersen
2025-01-23
compiler: Fix computation of Compilation.Config.any_unwind_tables.
Alex Rønne Petersen
2025-01-21
Package fetch: add executable detection for Mach-O file headers (#21555)
Fabio Arnold
2025-01-18
compiler: Fix @import("builtin").unwind_tables logic.
Alex Rønne Petersen
2024-12-19
Module: keep frame pointer in ReleaseSmall on x86
wooster0
2024-12-13
zig fetch: support SHA-256 Git repositories
Ian Johnson
2024-12-13
Remove copy of `HashedWriter`
Ian Johnson
2024-12-13
Fix undefined behavior in package extraction code
Carl Åstholm
2024-12-13
Add compiler internals tests
Carl Åstholm
2024-12-11
compiler: Improve the handling of unwind table levels.
Alex Rønne Petersen
2024-12-08
compiler: Only omit frame pointers by default for ReleaseSmall.
Alex Rønne Petersen
2024-11-29
zig fetch: add missing path separator in error message
Tw
2024-11-20
Append disabled LLVM CPU features after enabled ones
Shawn Gao
[prev]
[next]