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
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
2017-05-01
`@import("builtin")` instead of `@compileVar`
Andrew Kelley
2017-04-30
zig build: organize build artifacts
Andrew Kelley
2017-04-28
zig puts temporary object files in zig-cache folder
Andrew Kelley
2017-04-27
zig test no longer requires a separate test_runner.o file
Andrew Kelley
2017-04-26
build system: consolidate duplicate code and more
Andrew Kelley
2017-04-25
add some timing diagnostics
Andrew Kelley
2017-04-24
better stack traces for ELF x86_64
Andrew Kelley
2017-04-23
make undefined as a constant value lazy
Andrew Kelley
2017-04-21
zig build system supports building a library
Andrew Kelley
2017-04-19
test framework supports name prefix and filter argument
Andrew Kelley
2017-04-19
update zig build help text when no build.zig found
Andrew Kelley
2017-04-19
convert compare-output tests to use zig build system
Andrew Kelley
2017-04-17
improvements to zig build system and unwrap error safety
Andrew Kelley
2017-04-13
zig build system understands the concept of dependencies
Andrew Kelley
2017-04-11
zig build system writes template build.zig file when none exists
Andrew Kelley
2017-04-06
Update zig build system to support user defined options
Andrew Kelley
2017-04-05
add support to use zig as a linker driver
Andrew Kelley
2017-04-05
ability to use zig as an assembler
Andrew Kelley
2017-04-04
zig build system: delete ./build file on success
Andrew Kelley
2017-04-04
zig build system improvements, add some std API
Andrew Kelley
2017-03-31
first pass at zig build system
Andrew Kelley
2017-03-16
introduce new test syntax
Andrew Kelley
2017-03-13
add --each-lib-rpath option and corresponding config option
Andrew Kelley
2017-03-13
use lld instead of system linker
Andrew Kelley
2017-02-03
add ability to set linker script
Andrew Kelley
2017-01-10
partially fix parseh command
Andrew Kelley
2016-09-19
use size_t for indexes
Andrew Kelley
2016-09-18
ability to specify -framework linker args for MacOS
Andrew Kelley
2016-09-14
darwin compat fixups
Andrew Kelley
2016-09-14
MacOSX compatibility
alter
2016-05-12
Add --zig-std-dir
José Miguel Sánchez
2016-05-11
recognize ar program and pass --gc-sections to ld
Andrew Kelley
2016-05-07
add debug safety for division
Andrew Kelley
2016-03-01
rewrite how importing works
Andrew Kelley
2016-02-17
os: implement windows os layer
Andrew Kelley
2016-02-16
rename 'environ' to 'env_type'
Andrew Kelley
2016-02-15
first pass at linking on macos
Andrew Kelley
2016-02-11
add @compile_var("os") and @compile_var("arch")
Andrew Kelley
2016-02-11
ability to cross compile
Andrew Kelley
[next]