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-05-12
Merge pull request #23700 from sorairolake/rename-trims
Alex Rønne Petersen
2025-05-06
std.Build: Rename --glibc-runtimes to --libc-runtimes and enable it for musl.
Alex Rønne Petersen
2025-04-28
std.Target: Remove Os.Tag.elfiamcu.
Alex Rønne Petersen
2025-04-27
chore(std.mem): Rename `trimLeft` and `trimRight`
Shun Sakai
2025-04-26
std.Target: Remove Abi.gnuilp32.
Alex Rønne Petersen
2025-04-13
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley
2025-04-11
Merge pull request #22516 from Jan200101/PR/build_id_option
Andrew Kelley
2025-04-11
std.Target: Rename charSignedness() to cCharSignedness().
Alex Rønne Petersen
2025-04-05
std.Build: update build-id flag description
Jan200101
2025-04-04
std.Target: Add Abi.muslf32 and Abi.muslsf.
Alex Rønne Petersen
2025-04-02
translate-c: fix function prototype decalared inside a function
Parker Liu
2025-03-31
translate-c: fix referencing extern locals from nested blocks
Parker Liu
2025-03-27
std.Build: implement addEmbedPath for adding C #embed search directories
GalaxyShard
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
[prev]
[next]