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
/
lib
/
compiler
Age
Commit message (
Expand
)
Author
2025-03-27
std.meta.FieldType -> @FieldType
Андрей Краевский
2025-03-26
zig build: allow to choose "lazy mode" for fetching process
Eric Joldasov
2025-03-21
Trick the meson build system into thinking `zig rc` is `rc.exe`
Ryan Liptak
2025-03-12
Merge pull request #22397 from Techatrix/type-safe-ast
Matthew Lugg
2025-03-09
std: Abi.default: only require an os tag
Meghan Denny
2025-03-07
std.zig.Ast: store lbrace and rbrace token in data of `.error_set_decl`
Techatrix
2025-03-07
std.zig.Ast: improve type safety
Techatrix
2025-03-07
std.zig.Ast: add `blockStatements` and `builtinCallParams`
Techatrix
2025-03-07
aro_translate_c: fix ast lowering of continue node
Techatrix
2025-03-07
std.Build: add build-id option
Jan200101
2025-03-05
Remove uses of deprecated callconv aliases
Linus Groh
2025-02-28
Revert "Merge pull request #22898 from kristoff-it/deprecated-proposal"
Andrew Kelley
2025-02-27
Merge pull request #22898 from kristoff-it/deprecated-proposal
Andrew Kelley
2025-02-26
compiler.build_runner: only build Fuzz on 64-bit platforms
Brad Olson
2025-02-26
don't inherit allowed deprecation from parent modules
Andrew Kelley
2025-02-26
`@deprecated`: add build system support
Loris Cro
2025-02-24
build: add spirv to test matrix
Ali Cheraghi
2025-02-22
zig rc: Add COFF object file creation for CMake cross-compilation use case
Ryan Liptak
2025-02-22
zig build fmt
Andrew Kelley
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-02-17
std.Target: Remove Cpu.Arch.spu_2.
Alex Rønne Petersen
2025-02-11
fuzzer: write inputs to shared memory before running
Andrew Kelley
2025-02-10
resinator: Fix some error message integration
Ryan Liptak
2025-02-10
std.ArrayList: popOrNull() -> pop() [v2] (#22720)
Meghan Denny
2025-02-03
compiler,std: implement ZON support
Mason Remaley
2025-01-30
Make -freference-trace work without colors
Guillaume Wenzek
2025-01-17
resinator: Sync with upstream
Ryan Liptak
2025-01-17
resinator: Fix incorrect args being printed in cli diagnostics
Ryan Liptak
2025-01-09
Sema: rewrite semantic analysis of function calls
mlugg
2024-12-23
Merge pull request #22225 from alexrp/libc-linux-os-version
Alex Rønne Petersen
2024-12-18
std.Build: simplify module dependency handling
mlugg
2024-12-17
std.Target: Incorporate the Abi tag in VersionRange.default().
Alex Rønne Petersen
2024-12-16
compiler: add some missing `const`s
mlugg
2024-12-03
std.Target: Remove Os.Tag.bridgeos.
Alex Rønne Petersen
2024-11-12
compiler: un-jit `zig fmt`
mlugg
2024-11-11
Fix silent zig fmt errors (#21948)
Daniel Hooper
2024-11-11
test_runner: replace ugly hack with `@FieldType`
mlugg
2024-11-03
Merge pull request #21599 from alexrp/thumb-porting
Alex Rønne Petersen
2024-11-03
std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().
Alex Rønne Petersen
2024-11-02
llvm: Fix lowering of gnuilp32 ABI to be gnu_ilp32.
Alex Rønne Petersen
2024-11-02
std.Target: Add muslabin32 and muslabi64 tags to Abi.
Alex Rønne Petersen
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-10-24
implement --watch for kqueue
Andrew Kelley
2024-10-23
introduce a CLI flag to enable .so scripts; default off
Andrew Kelley
2024-10-19
cbe,translate-c: support more callconvs
mlugg
2024-10-19
compiler: introduce new `CallingConvention`
mlugg
2024-10-16
std.Target: Change Cpu.baseline() to also be able to take OS into consideration.
Alex Rønne Petersen
2024-10-13
Merge pull request #21682 from der-teufel-programming/remove-packedintarray
Andrew Kelley
2024-10-12
objcopy: check both global and local when remapping
Andrew Kelley
2024-10-12
objcopy: update for std.elf type safety
Andrew Kelley
[prev]
[next]