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-01-25
add option to force usage of `GeneralPurposeAllocator`
Lee Cannon
2022-01-25
zig cc: detect more linker args
Andrew Kelley
2022-01-19
stage2: improvements to entry point handling
Andrew Kelley
2022-01-19
lld: allow for entrypoint symbol name to be set
Kenta Iwasaki
2022-01-13
Introduce LinkObject with must_link field
Jakub Konka
2022-01-13
zld: support -Wl,-force_load=archive_path flag
Jakub Konka
2022-01-11
zig cc: integration with sysroot arg (#10568)
Jakub Konka
2022-01-02
stage2: CacheMode.whole: trigger loading zig source files
Andrew Kelley
2022-01-02
stage2: CacheMode.whole fixes
Andrew Kelley
2022-01-02
stage2: introduce CacheMode
Andrew Kelley
2021-12-21
stage2: error check for mixing --import-table and --export-table
Andrew Kelley
2021-12-21
wasm-linker: Implement the --export-table and --import-table flags.
Luuk de Gram
2021-12-18
macho: handle -install_name option for dylibs/MachO
Jakub Konka
2021-12-16
CLI: helpful error message when libc requested but not provided
Andrew Kelley
2021-12-14
wasm-linker: Allow specifying symbols to be exported
Luuk de Gram
2021-12-12
macho: allow undefined symbols in dylibs
Jakub Konka
2021-12-07
CLI: allow `-femit-implib` when building .exe files too
Andrew Kelley
2021-12-02
improve detection of how to execute binaries on the host
Andrew Kelley
2021-12-02
CLI: always try to exec binaries
Andrew Kelley
2021-11-30
Merge pull request #10055 from leecannon/allocator_refactor
Andrew Kelley
2021-11-30
CLI: introduce -fsingle-threaded/-fno-single-threaded
Andrew Kelley
2021-11-30
allocgate: change resize to return optional instead of error
Lee Cannon
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-28
Merge pull request #10223 from g-w1/print-mir
Jakub Konka
2021-11-27
initial implementation of print_mir
Jacob G-W
2021-11-26
zig cc: honor all -m and -mno- CPU feature flags
Andrew Kelley
2021-11-26
zig cc: support -Bdynamic and -Bstatic parameters
Andrew Kelley
2021-11-26
macos: do not trigger CLT installation popup when using zig cc
Jakub Konka
2021-11-26
macos: detect SDK path and version, then pass to the linker
Jakub Konka
2021-11-26
macos: always use Zig shipped libc headers when no native SDK
Jakub Konka
2021-11-25
Autofetch macOS SDK if native target on macOS only
Jakub Konka
2021-11-24
stage2: fix logic for default -femit-implib path
Andrew Kelley
2021-11-24
stage2: support LLD -O flags on ELF
Andrew Kelley
2021-11-24
stage2: proper `-femit-implib` frontend support
Andrew Kelley
2021-11-24
stage2: remove extra_lld_args
Andrew Kelley
2021-11-24
Coff linker: Add IMPLIB support
Kurt Kartaltepe
2021-11-23
zld: handle -current_version and -compatibility_version
Jakub Konka
2021-11-23
zld: resolve frameworks in BFS order
Jakub Konka
2021-11-22
add support for compiling Objective-C++ code (#10096)
Stephen Gutekanst
2021-11-21
zig cc: add -fcolor-diagnostics and -fcaret-diagnostics integration
Andrew Kelley
2021-11-21
zig cc: add -ffunction-sections integration
Andrew Kelley
2021-11-20
stage2: default dynamic libraries to be linked as needed
Andrew Kelley
2021-11-09
stage2: add 4 new linker flags for WebAssembly
Andrew Kelley
2021-11-04
Replace ArrayList.init/ensureTotalCapacity pairs with initCapacity
Ryan Liptak
2021-10-31
watch marks a new frame on every recompilation
Lee Cannon
2021-10-31
add functionality to trace allocations
Lee Cannon
2021-10-29
CLI: clarify help text for -z
Andrew Kelley
[next]