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
2019-06-28
rename std/special/bootstrap.zig to std/special/start.zig
Andrew Kelley
2019-06-27
Merge branch 'http.headers' of https://github.com/daurnimator/zig into daurni...
Andrew Kelley
2019-06-27
fixups
Andrew Kelley
2019-06-26
Merge remote-tracking branch 'origin/master' into copy-elision-3
Andrew Kelley
2019-06-23
Merge branch 'simd2' of https://github.com/shawnl/zig into shawnl-simd2
Andrew Kelley
2019-06-23
increase stack size for mingw
emekoi
2019-06-23
Merge remote-tracking branch 'origin/master' into copy-elision-3
Andrew Kelley
2019-06-22
supress warnings for format strings on msys64
emekoi
2019-06-19
Merge remote-tracking branch 'origin/master' into copy-elision-3
Andrew Kelley
2019-06-19
stage1: add support for @mulAdd fused-multiply-add for floats and vectors of ...
Shawn Landden
2019-06-16
std: add gimli permutation to crypto
daurnimator
2019-06-11
std: add std.http.Headers field
daurnimator
2019-06-09
Merge remote-tracking branch 'origin/master' into copy-elision-3
Andrew Kelley
2019-06-05
switched to fixed-length buffer for error messages
emekoi
2019-06-05
fixed mismatched types
emekoi
2019-05-30
no-copy semantics for basic runtime function call variable init
Andrew Kelley
2019-05-30
Merge pull request #2182 from mikdusan/issue.2046
Andrew Kelley
2019-05-29
improve the libc of wasm32-freestanding target
Andrew Kelley
2019-05-29
zig fmt: fix 2 bugs of mangling source files
Andrew Kelley
2019-05-27
new .d file parser for C compilation
Michael Dusan
2019-05-27
Merge pull request #2526 from LemonBoy/arch-format-osx
Andrew Kelley
2019-05-27
more fixes for windows and wasi
Andrew Kelley
2019-05-27
fixes for Windows and WASI
Andrew Kelley
2019-05-26
clean up references to posix
Andrew Kelley
2019-05-26
rename "posix" to "bits"
Andrew Kelley
2019-05-26
more progress. moving windows API layer to its own file
Andrew Kelley
2019-05-26
more progress on posix API layer
Andrew Kelley
2019-05-26
extract posix functions from std/os.zig to std/os/posix.zig
Andrew Kelley
2019-05-20
Remove macos-specific linking hacks
LemonBoy
2019-05-15
improvements to zig's implementation of libc and WebAssembly
Andrew Kelley
2019-05-10
compiler-rt: Add __ashrti3
LemonBoy
2019-05-10
compiler-rt: Add __lshrti3
LemonBoy
2019-05-10
compiler-rt: Add __ashlti3
LemonBoy
2019-05-10
Fix minor bug in LEB128 parsing
LemonBoy
2019-05-08
compiler-rt: Add __floatdidf
LemonBoy
2019-05-08
compiler-rt: Add __floatundidf & __floatunsidf
LemonBoy
2019-05-08
compiler-rt: Add __floatsidf & __floatsisf
LemonBoy
2019-05-08
Implement stack probes for x86/x86_64
LemonBoy
2019-05-07
std: Implement TLS support for Linux
LemonBoy
2019-05-04
Ugh. I updated these but forgot to git add.
tgschultz
2019-05-01
Don't install zig_cpp lib for stage2 target
Marc Tiehuis
2019-04-30
Don't install stage2 artifacts
Marc Tiehuis
2019-04-29
compiler-rt: Add __mulodi4
LemonBoy
2019-04-26
zig fmt is built directly into stage1 rather than child process
Andrew Kelley
2019-04-25
translate-c: a little closer to self-hosted implementation
Andrew Kelley
2019-04-24
compiler-rt: add aeabi_dcmp, comparedf2
vegecode
2019-04-24
add -fvisibility-inlines-hidden
Michael Dusan
2019-04-24
build libuserland in cross compilation mode
Andrew Kelley
2019-04-21
fixed stack protector issues
emekoi
2019-04-21
compiler-rt: add aeabi_fcmp, comparesf2
vegecode
[next]