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
2024-01-01
Compilation: make create() take an arena allocator
Andrew Kelley
2024-01-01
CLI: fix compilation on Windows
Andrew Kelley
2024-01-01
frontend: make dll_export_fns=false on non-windows
Andrew Kelley
2024-01-01
zig build: reintroduce --prominent-compile-errors
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
CLI: fix logic for zig test error message
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
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 compilation errors when enabling llvm
Andrew Kelley
2024-01-01
fix remaining compile errors except one
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 bin_file.options references in Sema
Andrew Kelley
2024-01-01
compiler: miscellaneous branch progress
Andrew Kelley
2024-01-01
compiler: update many references to bin_file.options
Andrew Kelley
2024-01-01
update libunwind references to bin_file.options
Andrew Kelley
2024-01-01
update image_base references
Andrew Kelley
2024-01-01
frontend: fix stack protector option logic
Andrew Kelley
2024-01-01
move a large chunk of linker logic away from "options"
Andrew Kelley
2024-01-01
WIP: move many global settings to become per-Module
Andrew Kelley
2024-01-01
compiler: get the dynamic linker from the target
Andrew Kelley
2024-01-01
resinator: update std.Target.Query usage
Andrew Kelley
2024-01-01
std.Target.Query: remove deprecated API
Andrew Kelley
2024-01-01
std.Target: add DynamicLinker
Andrew Kelley
2024-01-01
rename std.zig.CrossTarget to std.Target.Query
Andrew Kelley
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2024-01-01
move is_libcpp_lib_name and is_libc_lib_name to std.Target
Andrew Kelley
2023-11-26
`zig fetch`: add `--save` flag
Andrew Kelley
2023-11-26
os: expect ETIMEDOUT, ECONNRESET, ENOTCONN from recvfrom & read family
Lauri Tirkkonen
2023-11-26
Merge pull request #18105 from Vexu/translate-c
Andrew Kelley
2023-11-25
translate-c: use Aro's tokenizer
Veikka Tuominen
2023-11-24
spirv: add -fstructured-cfg option
Robin Voetter
2023-11-22
Revert "Merge pull request #12060 from Vexu/IterableDir"
Andrew Kelley
2023-11-20
zig init: also create a build.zig.zon
Andrew Kelley
2023-11-20
merge `zig init-exe` and `zig init-lib` into `zig init`
Andrew Kelley
2023-11-19
compiler: correct unnecessary uses of 'var'
mlugg
2023-11-17
aro-translate-c: update to upstream changes
Veikka Tuominen
2023-11-07
Merge pull request #17771 from ehaas/mingw-aro
Andrew Kelley
[next]