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
Age
Commit message (
Expand
)
Author
2018-04-09
async tcp server proof of concept
Andrew Kelley
2018-04-08
fixups from rebase
Andrew Kelley
2018-04-08
running into the llvm corosplit error again
Andrew Kelley
2018-04-08
*WIP* async/await TCP server
Andrew Kelley
2018-04-08
error return traces work with async return case
Andrew Kelley
2018-04-08
fix calling convention at callsite of zig-generated fns
Andrew Kelley
2018-04-08
put the error return addresses in the coro frame
Andrew Kelley
2018-04-08
codegen: fix not putting llvm allocas together
Andrew Kelley
2018-04-08
error return traces for the early return case
Andrew Kelley
2018-04-06
fix llvm assert on version string with git sha
Ben Noordhuis
2018-04-01
Add run compiler command
Marc Tiehuis
2018-03-31
musl-friendly dynamic linking
Andrew Kelley
2018-03-31
fix regressions on windows
Andrew Kelley
2018-03-31
implement os_self_exe_path in the c++ compiler for darwin
Andrew Kelley
2018-03-30
find libc and zig std lib at runtime
Andrew Kelley
2018-03-29
fix examples and rename std.rand.Rand to std.rand.Random
Andrew Kelley
2018-03-28
fix compile time array concatenation for slices
Andrew Kelley
2018-03-28
Merge pull request #865 from bnoordhuis/zig-build-stage2
Andrew Kelley
2018-03-29
Fixed looking for windows sdk when targeting linux
Jimmi Holst Christensen
2018-03-28
non-zero exit when build.zig cannot be created
Ben Noordhuis
2018-03-27
fix crash when compile error in analyzing @panic call
Andrew Kelley
2018-03-24
fix invalid codegen for error return traces across suspend points
Andrew Kelley
2018-03-24
add promise->T syntax parsing
Andrew Kelley
2018-03-24
fix async fns with inferred error sets
Andrew Kelley
2018-03-24
move error ret tracing codegen to zig ir
Andrew Kelley
2018-03-23
Fix OpqaueType usage in exported c functions
Marc Tiehuis
2018-03-22
ability to use async function pointers
Andrew Kelley
2018-03-21
change async function call syntax
Andrew Kelley
2018-03-14
fix tests broken by previous commit
Andrew Kelley
2018-03-13
Tests for zero-bit field compiler error
Andrea Orru
2018-03-13
Compiler error when taking @offsetOf of void struct member
Andrea Orru
2018-03-13
Merge branch 'master' of https://github.com/zig-lang/zig
Andrea Orru
2018-03-13
fix casting a function to a pointer causing compiler crash
Andrew Kelley
2018-03-13
Panic instead of segfault when returning generic type from functions
Andrea Orru
2018-03-13
Add WebAssembly output workaround for LLVM 6
Marc Tiehuis
2018-03-12
some return types disqualify comptime fn call caching
Andrew Kelley
2018-03-12
don't memoize comptime fn calls that access comptime mutable state
Andrew Kelley
2018-03-12
fix comptime slicing not preserving comptime mutability
Andrew Kelley
2018-03-12
fix incorrect setEvalBranchQuota compile error
Andrew Kelley
2018-03-10
zen-specific: main -> _start
Andrea Orru
2018-03-10
fix await multithreaded data race
Andrew Kelley
2018-03-10
improvements to stack traces
Andrew Kelley
2018-03-09
don't memoize comptime functions if they can mutate state via parameters
Andrew Kelley
2018-03-08
fix partial inlining of binary math operator using old value
Andrew Kelley
2018-03-08
enums with 1 field and explicit tag type still get the tag type
Andrew Kelley
2018-03-08
translate-c: add missing case labels
Andrew Kelley
2018-03-08
Merge remote-tracking branch 'origin/master' into llvm6
Andrew Kelley
2018-03-08
Translate C now correctly converts ints, floats, ptrs and enums to bools
Jimmi Holst Christensen
2018-03-08
Translate C will now handle ignored return values
Jimmi Holst Christensen
2018-03-08
Merge branch 'master' of github.com:zig-lang/zig
Jimmi Holst Christensen
[next]