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
/
main.zig
Age
Commit message (
Expand
)
Author
2025-03-27
std.Build: implement addEmbedPath for adding C #embed search directories
GalaxyShard
2025-03-26
zig build: allow to choose "lazy mode" for fetching process
Eric Joldasov
2025-03-19
compiler: Support more GCC code models and fix the mapping to LLVM code models.
Alex Rønne Petersen
2025-03-12
Merge pull request #22397 from Techatrix/type-safe-ast
Matthew Lugg
2025-03-07
x86_64: rewrite aggregate init
Jacob Young
2025-03-07
std.zig.Ast: improve type safety
Techatrix
2025-03-07
add a reference to #21690
Techatrix
2025-03-04
init: Substitute invalid package names with `foo`
Carl Åstholm
2025-03-02
compiler: default to `.whole` cache mode for self-hosted backends
mlugg
2025-02-26
rename "nonce" to "fingerprint"
Andrew Kelley
2025-02-26
zig init: adjust template lang to allow zig fmt passthrough
Andrew Kelley
2025-02-26
switch from "id" to "nonce"
Andrew Kelley
2025-02-26
CLI: add unit test and improve sanitizeExampleName
Andrew Kelley
2025-02-26
zig init: sanitize generated name
Andrew Kelley
2025-02-26
introduce package id and redo hash format again
Andrew Kelley
2025-02-26
Package: new hash format
Andrew Kelley
2025-02-25
main: add `-f{no-}ubsan-rt` to the usage text
David Rubin
2025-02-25
move libubsan to `lib/` and integrate it into `-fubsan-rt`
David Rubin
2025-02-22
zig build fmt
Andrew Kelley
2025-02-22
link.MachO: Add support for the -x flag (discard local symbols).
Alex Rønne Petersen
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-02-15
main: increase thread stack size for non-x86_64 backends
Jacob Young
2025-02-13
Expand zig fetch usage help doc to explain URL (#22850)
Michael Lynch
2025-02-07
compiler: use std.heap.smp_allocator
Andrew Kelley
2025-02-06
std.process: adding hasNonEmptyEnvVar() and using for NO_COLOR
John Benediktsson
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-02-03
compiler,std: implement ZON support
Mason Remaley
2025-01-30
main: accept and ignore auto-image-base linker options
Alex Rønne Petersen
2025-01-30
main: ensure --whole-archive is passed down to linker for -l arguments
Aman Karmani
2025-01-30
main: better error message if the global cache dir is unusable
achan1989
2025-01-29
fix(cc): make link and preprocessor logic to be more consistent with
zhylmzr
2025-01-27
main: classify empty environment variables as unset
Carter Snook
2025-01-24
compiler: yet more panic handler changes
mlugg
2025-01-23
compiler: Fix computation of Compilation.Config.any_unwind_tables.
Alex Rønne Petersen
2025-01-23
compiler: Handle --no-eh-frame-hdr as a regular zig build-* flag too.
Alex Rønne Petersen
2025-01-16
x86_64: fix crashes compiling the compiler and tests
Jacob Young
2025-01-15
wasm linker: aggressive DODification
Andrew Kelley
2025-01-05
Added support for thin lto
Travis Lange
2024-12-23
Merge pull request #22225 from alexrp/libc-linux-os-version
Alex Rønne Petersen
2024-12-22
compiler: Print more information when failing to provide libc.
Alex Rønne Petersen
2024-12-17
Merge pull request #22251 from alexrp/remove-cuda
Andrew Kelley
2024-12-16
compiler: introduce ZonGen and make `ast-check` run it for ZON inputs
mlugg
2024-12-15
zig cc: Remove broken CUDA C/C++ support.
Alex Rønne Petersen
2024-12-13
zig fetch: support SHA-256 Git repositories
Ian Johnson
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-09
Merge pull request #22157 from mlugg/astgen-error-lazy
Andrew Kelley
2024-12-08
compiler: Link libc when we're asked to link to an emulated wasi-libc library.
Alex Rønne Petersen
2024-12-08
compiler: Check for wasi-libc emulated libraries before libc libraries.
Alex Rønne Petersen
[next]