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-10-23
IR: introduce concept of lvalues
Andrew Kelley
2016-09-30
empty function compiles successfully with IR
Andrew Kelley
2016-09-30
*WIP*
Andrew Kelley
2016-09-19
use size_t for indexes
Andrew Kelley
2016-09-14
MacOSX compatibility
alter
2016-09-06
build: remove -Wmissing-prototypes
Andrew Kelley
2016-08-29
implement null as a literal type
Andrew Kelley
2016-08-17
progress toward stack trace printing
Andrew Kelley
2016-07-28
std: add tests for mt32 and mt64
Andrew Kelley
2016-05-17
add beginning of print stack trace function
Andrew Kelley
2016-05-11
recognize ar program and pass --gc-sections to ld
Andrew Kelley
2016-05-09
add hashmap to standard library
Andrew Kelley
2016-05-08
add list implementation to standard library
Andrew Kelley
2016-05-07
std: separate str and cstr
Andrew Kelley
2016-05-03
beginnings of network standard library code
Andrew Kelley
2016-04-23
build: add test coverage target
Andrew Kelley
2016-04-21
better parsing of C macros
Andrew Kelley
2016-04-18
rearrange standard library a bit
Andrew Kelley
2016-04-12
compile-time function evaluation of pure functions
Andrew Kelley
2016-04-08
update cat example, refactor std
Andrew Kelley
2016-03-01
build: std files each specify install destination
Andrew Kelley
2016-03-01
rename syscall.zig to linux.zig
Andrew Kelley
2016-03-01
rewrite how importing works
Andrew Kelley
2016-02-17
update run_tests to work on windows
Andrew Kelley
2016-02-16
back to normal print specifiers
Andrew Kelley
2016-02-16
fix 64 bit integer printing for mingw
Andrew Kelley
2016-02-15
first pass at linking on macos
Andrew Kelley
2016-02-15
use llvm-config to find llvm include dirs
Andrew Kelley
2016-02-13
add @ctz, @clz and compiler_rt implementation
Andrew Kelley
2016-02-12
std: delete malloc and free
Andrew Kelley
2016-02-11
ability to cross compile
Andrew Kelley
2016-02-10
add "targets" command to list architectures, oses, abis
Andrew Kelley
2016-02-04
move os_get_random_bytes to os.zig
Andrew Kelley
2016-02-03
fix running tests when linking with libc
Andrew Kelley
2016-02-03
basic support for building a test target
Andrew Kelley
2016-02-01
build: prefer llvm-config
Andrew Kelley
2016-02-01
build: fix release mode
Andrew Kelley
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
[next]