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-05-10
compiler: Move vendored library support to `libs` subdirectory.
Alex Rønne Petersen
2025-05-04
fix system library lookup when cross-compiling to windows-msvc
Xavier Bouchoux
2025-05-03
compiler: Link libunwind when linking glibc statically.
Alex Rønne Petersen
2025-04-27
compiler: Error if the user targets arc with -femit-bin.
Alex Rønne Petersen
2025-04-26
compiler: Allow configuring UBSan mode at the module level.
Alex Rønne Petersen
2025-04-26
Merge pull request #23572 from alexrp/zig-cc-static-dynamic
Alex Rønne Petersen
2025-04-22
compiler: allow emitting tests to an object file
mlugg
2025-04-21
revive nvptx linkage
Ali Cheraghi
2025-04-14
zig cc: Respect Clang's -static and -dynamic flags.
Alex Rønne Petersen
2025-04-14
compiler: MinGW-w64 import libs should not count towards any_dyn_libs.
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-05
std.Build: update build-id flag description
Jan200101
2025-04-04
compiler: Recognize -fno-sanitize=<...> in addition to -fsanitize=<...>.
Alex Rønne Petersen
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
[next]