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.cpp
Age
Commit message (
Expand
)
Author
2019-09-05
add -l as an alias for --library
Andrew Kelley
2019-09-02
add ability to specify darwin framework search dirs
Andrew Kelley
2019-08-15
note that -mllvm is unsupported
Andrew Kelley
2019-07-22
disable segfault handler when panicking
Andrew Kelley
2019-07-15
fix the build on windows
Andrew Kelley
2019-07-15
move some of the installation from cmake to zig build
Andrew Kelley
2019-07-12
Merge pull request #2868 from ziglang/windows-libc
Andrew Kelley
2019-07-12
fix typo in help text for bundle-compiler-rt
thomas
2019-07-11
add -Wno-pragma-pack when targeting windows-gnu
Andrew Kelley
2019-07-07
expose glibc version in builtin
Andrew Kelley
2019-07-07
add -target-glibc to cli help and zig build
Andrew Kelley
2019-07-07
ability to target any glibc version
Andrew Kelley
2019-07-04
zig build: search upwards for build.zig file
Andrew Kelley
2019-07-04
stage1: add missing help for `--override-lib-dir`
Michael Dusan
2019-07-03
Merge branch 'function-sections' of https://github.com/timonkruiper/zig into ...
Andrew Kelley
2019-07-02
enable segfault stack traces in stage1 compiler
Andrew Kelley
2019-07-01
Added function-section functionality
Timon Kruiper
2019-06-27
better CLI error message for missing sub-architecture
Andrew Kelley
2019-06-17
Remove duplicate exe name with zig run
Jonathan Marler
2019-06-14
expose builtin.strip_debug_info
Andrew Kelley
2019-05-29
main: set subsystem in `zig builtin` when explicitly provided
Andrew Kelley
2019-05-28
Warn the user if run/test is paired with emit options
LemonBoy
2019-05-27
improve the stack check CLI options
Andrew Kelley
2019-05-13
Assemble asm files using CC
LemonBoy
2019-05-08
fix build on macOS
Andrew Kelley
2019-05-08
add --bundle-compiler-rt function to link options
Andrew Kelley
2019-05-08
stage1: remove unneeded extern function
Andrew Kelley
2019-05-08
Implement stack probes for x86/x86_64
LemonBoy
2019-05-01
main: change --enable-pic and --disable-pic to -fPIC and -fno-PIC
Dong-hee Na
2019-04-29
Fix crash due to command line argument parsing
Matt Stancliff
2019-04-26
zig fmt is built directly into stage1 rather than child process
Andrew Kelley
2019-04-25
translate-c: a little closer to self-hosted implementation
Andrew Kelley
2019-04-24
remove Shebang (#!) support
Shawn Landden
2019-04-16
stage1 is now a hybrid of C++ and Zig
Andrew Kelley
2019-04-14
organize how the single threaded option is passed around
Andrew Kelley
2019-04-14
wasm: force single threaded
Shritesh Bhattarai
2019-04-10
pass exec_path to zig run
Shritesh Bhattarai
2019-04-04
fix thread local variables for non- position independent code
Andrew Kelley
2019-03-31
fix zig run to accept executable args
Michael Dusan
2019-03-19
zig targets prints the available libcs
Andrew Kelley
2019-03-13
fix target_requires_pic and reloc_mode
Andrew Kelley
2019-03-13
breaking: remove --static; add -dynamic
Andrew Kelley
2019-03-13
zig test respects --output-dir parameter
Andrew Kelley
2019-03-08
breaking changes to zig build API and improved caching
Andrew Kelley
2019-03-07
fix -mllvm command line option regression
Andrew Kelley
2019-03-07
fix regressions on macos
Andrew Kelley
2019-03-06
cross compile glibc startup files
Andrew Kelley
2019-03-05
dynamic linker path is independent from libc installation
Andrew Kelley
2019-03-04
initial glibc support
Andrew Kelley
2019-03-02
compile error for import outside package path
Andrew Kelley
[next]