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
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2016-01-27
Merge pull request #100 from MovingtoMars/float_print
Andrew Kelley
2016-01-28
basic float printing
MovingtoMars
2016-01-27
Merge remote-tracking branch 'origin/master'
Andrew Kelley
2016-01-27
move AST rendering code to separate file
Andrew Kelley
2016-01-28
simple malloc and free using mmap
MovingtoMars
2016-01-27
upgrade to the libclang C++ API
Andrew Kelley
2016-01-21
number literal rework
Andrew Kelley
2016-01-18
Revert "delete parseh"
Andrew Kelley
2016-01-15
delete parseh
Andrew Kelley
2016-01-07
add ?? maybe unwrapping binary operator
Andrew Kelley
2016-01-06
fix undefined reference to memcpy in release mode
Andrew Kelley
2016-01-06
support pub structs. move rand to std lib.
Andrew Kelley
2015-12-10
provide std.zig and add it to import paths
Andrew Kelley
2015-12-10
add inline assembly support
Andrew Kelley
2015-12-08
parseh: add c header files
Andrew Kelley
2015-12-03
parseh command, parses a C .h file and produces extern decls
Andrew Kelley
2015-12-01
colored error messages that tell the source file
Andrew Kelley
2015-11-30
refactor code to prepare for multiple files
Andrew Kelley
2015-11-30
factor analysis code out of codegen
Josh Wolfe
2015-11-27
rename standalone.cpp to run_tests.cpp
Andrew Kelley
2015-11-26
add tests
Andrew Kelley
2015-11-25
build: improve findllvm script
Andrew Kelley
2015-11-24
cleanup
Andrew Kelley
2015-11-24
fix not using subtarget features
Andrew Kelley
2015-11-24
hello world example working
Andrew Kelley
2015-11-24
write object file and fix void return type
Andrew Kelley
2015-11-23
semantic analysis checks for multiple definitions of functions
Andrew Kelley
2015-11-23
delete parser generator. let's try recursive descent
Andrew Kelley
2015-11-05
experiment with being a linker
Andrew Kelley
2015-11-04
progress toward more complex parser gen
Andrew Kelley
2015-11-03
parser generator beginnings
Andrew Kelley
2015-08-05
preprocessor runs once
Andrew Kelley
2015-08-05
read a file
Andrew Kelley
2015-08-05
input output
Andrew Kelley
2015-08-05
link against LLVM
Andrew Kelley