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
Age
Commit message (
Expand
)
Author
2024-01-01
zig build: reintroduce --prominent-compile-errors
Andrew Kelley
2024-01-01
Compilation: several branch regression fixes
Andrew Kelley
2024-01-01
compiler: push entry symbol name resolution into the linker
Andrew Kelley
2024-01-01
frontend: remove deprecated field from Compilation
Andrew Kelley
2024-01-01
frontend: avoid spurious error when no zcu
Andrew Kelley
2024-01-01
frontend: fix "any" default resolution ambiguity
Andrew Kelley
2024-01-01
link.File.Elf: bump 32-bit image_base default to 64K
Andrew Kelley
2024-01-01
CLI: fix logic for zig test error message
Andrew Kelley
2024-01-01
fix MachO linking
Andrew Kelley
2024-01-01
link.File.Coff: fix relationship between createEmpty/open
Andrew Kelley
2024-01-01
frontend: skip astgen for builtin.zig
Andrew Kelley
2024-01-01
compiler: fix UAF when writing builtin.zig
Andrew Kelley
2024-01-01
fix logic for default entry point
Andrew Kelley
2024-01-01
link.Wasm: fix relationship between createEmpty/open
Andrew Kelley
2024-01-01
link.Elf: truncate=true in createEmpty
Andrew Kelley
2024-01-01
Zcu: mark outdated decl handling as unreachable from only_c builds
Andrew Kelley
2024-01-01
Package.Module: fix typo in default red-zone setting
Andrew Kelley
2024-01-01
Compilation.Config.resolve: explicit error set
Andrew Kelley
2024-01-01
CLI: update main usage text
Andrew Kelley
2024-01-01
CLI: fix logic for sending output file path
Andrew Kelley
2024-01-01
CLI: fix not respecting module remappings
Andrew Kelley
2024-01-01
zig build: fix logic for extracting executable file from Compilation
Andrew Kelley
2024-01-01
zig build: pass resolved_target to Module.create
Andrew Kelley
2024-01-01
CLI: rename clang_argv to cc_argv
Andrew Kelley
2024-01-01
CLI: better error messages for bad args
Andrew Kelley
2024-01-01
resolve error tracing logic at module creation time
Andrew Kelley
2024-01-01
CLI: fix regressed logic for any_dyn_libs
Andrew Kelley
2024-01-01
CLI: mark any_dyn_libs=true when encountering a shared object
Andrew Kelley
2024-01-01
fix compilations without zig compilation units
Andrew Kelley
2024-01-01
frontend: fix handling of special builtin module
Andrew Kelley
2024-01-01
fix --show-builtin when no positional argument is provided
Andrew Kelley
2024-01-01
fix memory leak in addModuleTableToCacheHash
Andrew Kelley
2024-01-01
fix entry symbol name on mips
Andrew Kelley
2024-01-01
linker: rename intermediary_basname to zcu_object_sub_path
Andrew Kelley
2024-01-01
Compilation: don't store arena until it's done being used
Andrew Kelley
2024-01-01
fix compilation errors when enabling llvm
Andrew Kelley
2024-01-01
compilation: fix build artifact communication from sub-compilation
Andrew Kelley
2024-01-01
Elf: fix invalid free of path field
Andrew Kelley
2024-01-01
Elf: fix createEmpty not creating the file
Andrew Kelley
2024-01-01
fix population of builtin.zig not making the parent dir
Andrew Kelley
2024-01-01
Compilation: oops! used comp before init
Andrew Kelley
2024-01-01
MachO: rip out the caching mechanism
Andrew Kelley
2024-01-01
fix remaining compile errors except one
Andrew Kelley
2024-01-01
linker: fix some allocator references
Andrew Kelley
2024-01-01
fix more compilation errors introduced by this branch
Andrew Kelley
2024-01-01
move dll_export_fns and rdynamic to Compilation.Config
Andrew Kelley
2024-01-01
update codegen.llvm references to bin_file.options
Andrew Kelley
2024-01-01
glibc: update to new Compilation API
Andrew Kelley
2024-01-01
tsan: update to new Compilation API
Andrew Kelley
2024-01-01
libcxx: update to new Compilation API
Andrew Kelley
[next]