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
2023-01-03
add -fopt-bisect-limit
Guillaume Wenzek
2022-12-29
Merge pull request #14102 from Luukdegram/wasm-undefined-symbols
Andrew Kelley
2022-12-27
Handle -undefined error when passed as linker arg
Jeremy Volkman
2022-12-27
Add support for -undefined error
Jeremy Volkman
2022-12-25
WebAssembly: do not link with --allow-undefined unconditionally
Frank Denis
2022-12-18
Add missing clang opts: -install_name and -undefined
Jakub Konka
2022-12-15
std.debug.TTY: Fix colors not resetting on Windows
Ryan Liptak
2022-12-14
Sema: display cimport errors from clang
Veikka Tuominen
2022-12-13
add `zig objcopy` subcommand
Andrew Kelley
2022-12-07
Merge pull request #13799 from ziglang/close-stage1-issues
Andrew Kelley
2022-12-06
cache: Fix LockViolation during C compilation paths (#13591)
Casey Banner
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-12-06
Merge pull request #13560 from ziglang/wasi-bootstrap
Andrew Kelley
2022-12-06
CLI: quality of life enhancement for windows CBE behavior tests
Andrew Kelley
2022-12-06
add std.heap.wasm_allocator
Andrew Kelley
2022-12-06
cc: remove argument parsing from only-c builds
Jacob Young
2022-12-06
fix merge conflicts from master branch
Andrew Kelley
2022-12-06
stage2: take advantage of the new WasmAllocator
Andrew Kelley
2022-12-06
allow `build-obj` and `build-exe` in -Donly-c builds
Andrew Kelley
2022-12-06
WASI: remove absolute path emulation from std lib
Andrew Kelley
2022-12-06
build: introduce -Dwasi-bootstrap option
Andrew Kelley
2022-12-06
remove `-fstage1` option
Andrew Kelley
2022-12-06
zig cc: fix wrong flag name from earlier commit
Andrew Kelley
2022-12-05
zig cc: support -stack in addition to --stack for linker arg
Andrew Kelley
2022-12-01
zig cc: detect -z stack-size arguments
Andrew Kelley
2022-11-30
CLI: allow using `--debug-compile-errors` with `zig build`
Veikka Tuominen
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-11-29
Sema: add option to disable formatted panics
Veikka Tuominen
2022-11-28
CLI: more careful resolution of paths
Andrew Kelley
2022-11-22
CLI: resolve zig lib directory before using it
Andrew Kelley
2022-11-20
cli: warn about using `--debug-compile-errors` on a release build
Veikka Tuominen
2022-11-18
Merge pull request #13411 from dweiller/custom-test-runner
Veikka Tuominen
2022-11-13
C backend: improve ergonomics of zig.h a little bit
Andrew Kelley
2022-11-12
Make invalidFmtError public and use in place of compileErrors for bad format ...
Nick Cernis
2022-11-02
stage2: add test_runner_path for user provided test runner
dweiller
2022-11-01
cli: set sysroot when --sysroot option was passed
Jakub Konka
2022-10-30
zig test: forward target CLI args to zig run when using -ofmt=c
Andrew Kelley
2022-10-25
cbe: get enough things working to support basic programs
Jacob Young
2022-10-18
Revert "adding `static` and `dynamic` ZigEquivalent
Andrew Kelley
2022-10-18
[elf] main.zig: add -z nocopyreloc
Motiejus Jakštys
2022-10-17
Give better error message for --name with folder separator
Evin Yulo
2022-10-16
stage2: remove `--verbose-mir` from help menu
Meghan
2022-10-13
adding `static` and `dynamic` ZigEquivalent enums so that we can branch to se...
cod1r
2022-10-12
improve header searchlist handling in build, main
Michael Dusan
2022-10-11
Compilation: strip debug info from ReleaseSmall by default
Ali Chraghi
2022-10-05
CLI: better error message for bad input path
Andrew Kelley
2022-09-27
fmt: ignore non-files
Jacob Young
2022-09-19
zig cc: emit to a.out if outpath is unspecified
Motiejus Jakštys
2022-09-16
Merge pull request #12796 from Vexu/referenced-by-v2
Veikka Tuominen
2022-09-14
place zig-cache directory next to build.zig
Jan Philipp Hafer
[next]