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
2022-07-22
cli: support --gc-sections and --no-gc-sections for Zig sources
Jakub Konka
2022-07-22
cli: parse -dead_strip MachO linker flag
Jakub Konka
2022-07-16
Merge pull request #12121 from Vexu/span
Veikka Tuominen
2022-07-16
Merge pull request #12060 from Vexu/IterableDir
Veikka Tuominen
2022-07-15
zig cc: support `-Wl,--export=<symbol>`
Luuk de Gram
2022-07-15
Compilation: point caret in error message at the main token
Veikka Tuominen
2022-07-15
std.fs: split `Dir` into `IterableDir`
Veikka Tuominen
2022-07-14
stage2: point to error location using spans
Veikka Tuominen
2022-07-12
stage2: handle parser notes in a more general way
Veikka Tuominen
2022-07-12
parser: add helpful error for C style container declarations
Veikka Tuominen
2022-07-11
stage2: cleanups to --compress-debug-sections
Andrew Kelley
2022-07-11
ELF: understand -Wl,--compress-debug-sections
Motiejus Jakštys
2022-07-05
CLI: add support for -fno-builtin
Andrew Kelley
2022-07-01
LLD: the driver functions now return "false" to mean "error"
Andrew Kelley
2022-07-01
stage1: update to LLVM 14 API
Andrew Kelley
2022-06-29
clang: add Zig equivalent for -headerpad_max_install_names cli flag
Jakub Konka
2022-06-28
clang: update cmdline options to include weak libs and frameworks
Jakub Konka
2022-06-28
macho: discriminate between normal and weak dylibs
Jakub Konka
2022-06-28
cli: typo `--needed_library` should be `-needed_library` on macos
Jakub Konka
2022-06-27
macho: implement and handle `-needed-*` and `-needed_*` family of flags
Jakub Konka
2022-06-27
macho: implement -dead_strip_dylibs linker flag
Jakub Konka
2022-06-25
macho: implement -headerpad_max_install_names
Jakub Konka
2022-06-25
macho: implement -headerpad_size option
Jakub Konka
2022-06-24
cli: let the linker resolve libs into dynamic and static
Jakub Konka
2022-06-24
macho: implement -search_dylibs_first linker option
Jakub Konka
2022-06-24
zld: ignore -search_paths_first
Motiejus Jakštys
2022-06-20
macho: -pagezero_size is always in hex
Jakub Konka
2022-06-20
macho: round down pagezero size to page size
Jakub Konka
2022-06-20
[MachO] add -pagezero_size
Motiejus Jakštys
2022-06-16
[elf] understand -no-pie
Motiejus Jakštys
2022-06-09
linker: remove `-z noexecstack` option
Isaac Freund
2022-06-08
linker: Enable full RELRO by default
Isaac Freund
2022-05-31
stage2: add support for -fbuild-id,-fno-build-id
Andrew Kelley
2022-05-27
math: make `cast` return optional instead of an error
Ali Chraghi
2022-05-19
[Elf] add -z nocopyreloc
Motiejus Jakštys
2022-05-15
x64: remove verbose_mir functionality
Jakub Konka
2022-05-13
zig fmt: make --exclude ignore missing dirs
Kirk Scheibelhut
2022-05-06
flatten lib/std/special and improve "pkg inside another" logic
Andrew Kelley
2022-05-04
CLI: detect MinGW-flavored static libraries
Andrew Kelley
2022-05-01
zig build: use CacheMode.whole for build_runner.zig
Andrew Kelley
2022-04-29
std: Do not allocate the result for ChildProcess.init
Jimmi Holst Christensen
2022-04-20
stage2: use indexes for Decl objects
Andrew Kelley
2022-04-19
build system: add -fstage1/-fno-stage1 to `zig build`
Andrew Kelley
2022-04-18
stage2: Move WASI/Zig-specific selfExePath to introspect.zig
Cody Tapscott
2022-04-18
stage2: avoid binary bloat from GeneralPurposeAllocator
Andrew Kelley
2022-04-18
Merge pull request #11024 from topolarity/wasi-stage2
Jakub Konka
2022-04-18
stage2: Initialize WASI preopens on startup
Cody Tapscott
2022-04-18
Support `--subsystem=x` instead of `--subsystem,x`
Wojtek Mach
2022-04-06
zig cc: support --subsystem linker flag
Wojtek Mach
2022-03-25
zig fmt: Add `--exclude` argument to skip dir/file
Cody Tapscott
[next]