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-09-08
std.zig.system.NativeTargetInfo: detection ignores self exe
Andrew Kelley
2022-09-08
[ld] add --print-* for diagnostics
Motiejus Jakštys
2022-09-02
stage2: fix panic when the dependency is missing
riChar
2022-08-29
make 'zig build' respect ZIG_LIB_DIR
Andrew Kelley
2022-08-29
implement cache environment variables for `zig build`
Meghan
2022-08-19
make self-hosted the default compiler
Andrew Kelley
2022-08-19
stage2: implement stack protectors
Andrew Kelley
2022-08-18
std.Target gains ObjectFormat field
Andrew Kelley
2022-08-11
std: add missing error to windows.WriteFile
Andrew Kelley
2022-08-10
add ZIG_GLOBAL_CACHE_DIR env var
Andrew Kelley
2022-08-08
cc: add support for -M flag
Jakub Konka
2022-07-29
Merge pull request #12085 from topolarity/dyn-link-libcpp
Andrew Kelley
2022-07-28
Add check to verify libc++ is shared by LLVM/Clang
Cody Tapscott
2022-07-28
CLI: add error for duplicate package
Veikka Tuominen
2022-07-27
std.fmt: add more invalid format string errors
r00ster91
2022-07-26
std.fmt: require specifier for unwrapping ?T and E!T
InKryption
2022-07-24
Revert "std.fmt: require specifier for unwrapping ?T and E!T."
Andrew Kelley
2022-07-24
std.fmt: require specifier for unwrapping ?T and E!T.
InKryption
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
[next]