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-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
2019-02-28
struct types get fully qualified names
Andrew Kelley
2019-02-28
remove namespace type; files are empty structs
Andrew Kelley
2019-02-26
fix stage1 zig fmt on macos
Andrew Kelley
2019-02-26
breaking changes to the way targets work in zig
Andrew Kelley
2019-02-25
building DLLs on Windows works better
Andrew Kelley
2019-02-25
first class support for compiling C code
Andrew Kelley
2019-02-24
Merge pull request #2003 from ziglang/zig-cc
Andrew Kelley
2019-02-24
zig cc: work around clang calling GetCommandLine on Windows
Andrew Kelley
2019-02-24
add `zig cc` command to act like a C compiler
Andrew Kelley
2019-02-23
fix `zig fmt` arg0 handled incorrectly
Andrew Kelley
2019-02-23
better libc detection (#1996)
Andrew Kelley
2019-02-19
valgrind client requests for undefined values
Andrew Kelley
2019-02-19
remove --no-rosegment workaround now that valgrind bug is fixed
Andrew Kelley
2019-02-16
bring zig fmt to stage1
Andrew Kelley
2019-02-06
require running std lib tests coherently
Andrew Kelley
2019-02-01
introduce --single-threaded build option
Andrew Kelley
2018-12-26
fixups
Andrew Kelley
2018-12-24
fixed formatting in options display
nebulaeonline
2018-12-23
fixed stricmp/strcasecmp between windows/posix
nebulaeonline
2018-12-23
msvc subsystem option handling; added uefi os type
nebulaeonline
2018-11-19
fix incorrect --help text
Andrew Kelley
2018-11-02
support building static self hosted compiler on macos
Andrew Kelley
2018-10-09
more efficient builtin library code generation
Andrew Kelley
2018-09-30
Fixes --emit asm on windows and makes C header file generation explicit. (#1612)
Sahnvour
2018-09-28
zig build: use os_self_exe_path to determine exe path not arg0
Andrew Kelley
2018-09-25
stage1: Added `zig help` to show usage on stdout
Jay Weisskopf
2018-09-17
remove `zig build --init`. add `zig init-lib` and `zig init-exe`
Andrew Kelley
2018-09-12
fix zig build cache dir path
Andrew Kelley
[next]