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
2018-04-18
add --no-rosegment cli option
Andrew Kelley
2018-04-16
Added ReleaseSmall mode
Alexandros Naskos
2018-04-13
fix regression with zig install dir
Andrew Kelley
2018-04-13
Merge pull request #915 from zig-lang/self-hosted-cli
Andrew Kelley
2018-04-13
fix undefined behavior triggered by fn inline test
Andrew Kelley
2018-04-12
remove --zig-install-prefix arg now that we find std at runtime
Andrew Kelley
2018-04-01
Add run compiler command
Marc Tiehuis
2018-03-30
find libc and zig std lib at runtime
Andrew Kelley
2018-03-28
non-zero exit when build.zig cannot be created
Ben Noordhuis
2018-02-08
Merge remote-tracking branch 'origin/master' into error-sets
Andrew Kelley
2018-02-07
improve behavior of `zig build` (#754)
Jeff Fowler
2018-02-04
add --forbid-library
Andrew Kelley
2018-01-19
all doc code examples are now tested
Andrew Kelley
2018-01-06
Darwin -> MacOSX, added Zen. See #438
Andrea Orru
2018-01-04
update windows build to llvm 5.0.1
Andrew Kelley
2018-01-03
self-hosted build: use llvm-config from stage1
Andrew Kelley
2018-01-03
build: std files and c header files are only specified once
Andrew Kelley
2018-01-03
fix self hosted compiler on windows
Andrew Kelley
2017-12-26
self-hosted: build against zig_llvm and embedded LLD
Andrew Kelley
2017-11-24
rename "parsec" to "translate-c"
Andrew Kelley
2017-11-07
std.io: introduce buffered I/O and change API
Andrew Kelley
2017-11-03
Add emit command-line option (#580)
Marc Tiehuis
2017-11-01
windows: use the same libc search within a compilation unit
Andrew Kelley
2017-11-01
WIN32: Linking with the CRT at runtime. (#570)
Dimenus
2017-10-27
Merge branch 'master' into self-hosted
Andrew Kelley
2017-10-25
cleaner verbose flags and zig build prints failed command
Andrew Kelley
2017-10-24
wip self hosted code
Andrew Kelley
2017-10-16
look for libc at runtime on windows
Andrew Kelley
2017-10-15
clean up some resources
Andrew Kelley
2017-10-01
fix regression from previous commit
Andrew Kelley
2017-10-01
implement standard library path search
Andrew Kelley
2017-10-01
fix implementation of --zig-std-dir
Andrew Kelley
2017-09-30
better divTrunc codegen
Andrew Kelley
2017-09-30
zig test on 64-bit windows runs 32-bit tests
Andrew Kelley
2017-09-30
better output for cross platform zig test on windows
Andrew Kelley
2017-09-18
add --verbose-link option
Andrew Kelley
2017-09-17
add -mllvm support
Andrew Kelley
2017-09-17
add option to run tests in LLDB and turn it on for macos travis
Andrew Kelley
2017-09-17
Add dash arguments for cli
Marc Tiehuis
2017-09-05
rename parseh to parsec
Andrew Kelley
2017-09-02
rewrite parseh to use AST instead of direct types
Andrew Kelley
2017-08-31
add windows to test targets
Andrew Kelley
2017-08-30
test suite cross-compile builds tests for other targets
Andrew Kelley
2017-08-28
remove remnants of depending on darwin system linker
Andrew Kelley
2017-08-20
move docs to website
Andrew Kelley
2017-08-20
more zen
Andrew Kelley
2017-08-20
move zen of zig to a sub command
Andrew Kelley
2017-06-14
progress toward windows hello world working
Andrew Kelley
2017-05-02
add safe release build mode
Andrew Kelley
2017-05-01
basic support for specifying packages at the command line
Andrew Kelley
[next]