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-03-17
Don't strip by default in cc or c++
Steven Fackler
2022-03-05
fix regression in `zig run` runtime arguments
Stephen Gutekanst
2022-03-05
Revert "Revert "Merge pull request #10950 from hexops/sg/responsefiles""
Stephen Gutekanst
2022-03-04
zig cc: integrate with -fstack-check, -fno-stack-check
Andrew Kelley
2022-02-28
zig cc: special handling of /dev/null
Andrew Kelley
2022-02-24
Revert "Merge pull request #10950 from hexops/sg/responsefiles"
Andrew Kelley
2022-02-23
Merge pull request #10950 from hexops/sg/responsefiles
Jakub Konka
2022-02-23
stage2: make -lgcc_s additionally link libunwind
Andrew Kelley
2022-02-23
wasm: correct shared memory error text
xReveres
2022-02-23
wasm: shared memory checks
xReveres
2022-02-23
stage1-wasm: implement shared memory
xReveres
2022-02-22
zig build: style: remove unnecessary constant bindings
Stephen Gutekanst
2022-02-21
zig build: use a custom iterator for merging args and response file
Stephen Gutekanst
2022-02-21
zig build: use orelse to fetch next argument
Stephen Gutekanst
2022-02-20
enable passing build-[lib|exe|obj] params via @args.rsp file
Stephen Gutekanst
2022-02-20
use process.argsWithAllocator iterator for command line handling
Stephen Gutekanst
2022-02-20
Support -Wl,--soname
Steven Fackler
2022-02-18
Merge pull request #10913 from Vexu/err
Veikka Tuominen
2022-02-17
ci: linux: re-use cmake config for finding LLVM
Andrew Kelley
2022-02-17
CLI: resolve system libs into static libraries
Andrew Kelley
2022-02-17
Revert "reduce build error noise"
Andrew Kelley
2022-02-17
parser: add notes to decl_between_fields error
Veikka Tuominen
2022-02-17
reduce build error noise
Jonathan Marler
2022-02-17
parser: make some errors point to end of previous token
Veikka Tuominen
2022-02-15
zig cc: handle `-l :FILE` syntax
Andrew Kelley
2022-02-13
parser: make missing semicolon error point to the end of the previous token
Veikka Tuominen
2022-02-09
CLI: ignore -lgcc_s when it is redundant with compiler-rt
Andrew Kelley
2022-02-06
stage2: pass proper can_exit_early value to LLD
Andrew Kelley
2022-02-06
Replace argvCmd with std.mem.join
Cody Tapscott
2022-02-06
Avoid depending on child process execution when not supported by host OS
Cody Tapscott
2022-02-05
std.process: add option to support single quotes to ArgIteratorGeneral
Veikka Tuominen
2022-02-02
CLI: link_libcpp implies link_libc
Andrew Kelley
2022-01-30
Full response file (*.rsp) support
PhaseMage
2022-01-27
stage2: .stub files are yet another c++ source file extension
Andrew Kelley
2022-01-27
stage2: make cuda file extensions a separate enum tag than c++
Andrew Kelley
2022-01-26
zig cc: add --hash-style linker parameter
Andrew Kelley
2022-01-25
translate-c: update for new function pointer semantics
Andrew Kelley
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
[next]