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
/
README.md
Age
Commit message (
Expand
)
Author
2016-09-05
README: clarify build vs runtime dependencies
Andrew Kelley
2016-09-05
Merge branch 'llvm-3.9'
Andrew Kelley
2016-09-05
Fix email address of Email list
Wink Saville
2016-09-05
Add Email list
Wink Saville
2016-09-04
port to llvm 3.9
Andrew Kelley
2016-05-14
add compile_err builtin
Andrew Kelley
2016-05-13
update README with website
Andrew Kelley
2016-05-13
we have generics now
Andrew Kelley
2016-04-30
build: link against libLLVM.so if available
Andrew Kelley
2016-04-23
build: add test coverage target
Andrew Kelley
2016-04-14
update readme
Andrew Kelley
2016-04-14
update README
Andrew Kelley
2016-04-09
update readme
Andrew Kelley
2016-03-08
README: update dependencies
Andrew Kelley
2016-02-15
update readme
Andrew Kelley
2016-02-13
add @ctz, @clz and compiler_rt implementation
Andrew Kelley
2016-02-12
fix build on GCC
Andrew Kelley
2016-02-09
add link to intro in readme
Andrew Kelley
2016-02-09
minor readme rewording
Andrew Kelley
2016-02-08
support static linking against libc
Andrew Kelley
2016-02-05
another planned feature complete
Andrew Kelley
2016-02-02
build: fix libc path finding
Andrew Kelley
2016-01-31
roadmap item acheived enough to put in README
Andrew Kelley
2016-01-28
null pointer optimization for ?&T
Andrew Kelley
2016-01-27
upgrade to the libclang C++ API
Andrew Kelley
2016-01-26
docs: update deps to llvm and clang 3.7.1
Andrew Kelley
2016-01-26
update README
Andrew Kelley
2016-01-25
implement compile time string concatenation
Andrew Kelley
2016-01-25
implement %% prefix operator
Andrew Kelley
2016-01-25
update README
Andrew Kelley
2016-01-18
refactor std to use for loop
Andrew Kelley
2016-01-15
more readme formatting
Andrew Kelley
2016-01-15
fix readme formatting
Andrew Kelley
2016-01-15
solve the mystery of undefined reference error
Andrew Kelley
2016-01-14
instead of 'as' to cast, call type as function
Andrew Kelley
2016-01-11
fix not adding builtin functions code
Andrew Kelley
2016-01-08
fix codegen for implicit maybe wrap
Andrew Kelley
2016-01-04
cleanup readme
Andrew Kelley
2015-12-26
parse if maybe expression
Andrew Kelley
2015-12-15
add implicit casting support
Andrew Kelley
2015-12-15
readme: provide bash to get c dir
Andrew Kelley
2015-12-15
readme: add note about discovering libc path
Andrew Kelley
2015-12-15
when linking with libc use the C runtime library
Andrew Kelley
2015-12-11
readme: update current status
Andrew Kelley
2015-12-11
move roadmap to github issues
Andrew Kelley
2015-12-10
add inline assembly support
Andrew Kelley
2015-12-09
add language reference documentation
Andrew Kelley
2015-12-09
readme: update int types
Andrew Kelley
2015-12-09
parseh: cleanup types
Andrew Kelley
2015-12-09
fix typo
Josh Wolfe
[next]