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
2020-01-15
stage1: move local native_libc.txt to global
Michael Dusan
2020-01-07
add --eh-frame-hdr conditionally
David Cao
2020-01-03
translate-c supports --cache on
Andrew Kelley
2020-01-03
add test harness for "run translated C" tests
Andrew Kelley
2019-12-29
use self hosted translate-c for cimports
Vexu
2019-12-16
expose the ability to disable C sanitization
Andrew Kelley
2019-12-12
un-special-case startup code in the std lib
Andrew Kelley
2019-10-25
fix regression in `zig run`
Andrew Kelley
2019-10-22
main.cpp: fix not ending progress node for zig build
Andrew Kelley
2019-10-22
integrate stage1 progress display with semantic analysis
Andrew Kelley
2019-10-19
add -DZIG_ENABLE_MEM_PROFILE option and -fmem-report flag
Andrew Kelley
2019-10-17
improve progress reporting
Andrew Kelley
2019-10-17
rework the progress module and integrate with stage1
Andrew Kelley
2019-10-16
add -I command line parameter, same as clang
Andrew Kelley
2019-10-11
merge dumps tool: merging ast nodes
Andrew Kelley
2019-10-08
src/main: minor grammar fix in the help for `zig builtin`
Christine Dodrill
2019-10-06
generated docs: docs/ instead of doc/
Andrew Kelley
2019-10-04
proof of concept of stage1 doc generation
Andrew Kelley
2019-10-03
add -fdump-analysis to dump type information to json
Andrew Kelley
2019-09-27
avoid duplicated code of specifying the default glibc version
Andrew Kelley
2019-09-25
remove --override-std-dir. fix issues caused by moving std lib
Andrew Kelley
2019-09-23
zig build: linkSystemLibrary integrates with pkg-config
Andrew Kelley
2019-09-21
zig test: don't skip execution when explicit command provided
Andrew Kelley
2019-09-15
Fix typos: "seperate" to "separate"
Jay Weisskopf
2019-09-10
make the std lib support event-based I/O
Andrew Kelley
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
[next]