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
Age
Commit message (
Expand
)
Author
2020-12-30
std: Add more standard type definitions for FreeBSD
LemonBoy
2020-12-29
std: fix Reader.readUntilDelimiterOrEofAlloc() API
Isaac Freund
2020-12-29
stage2 tests: improve C backend testing
Andrew Kelley
2020-12-29
stage2: C backend improvements
Andrew Kelley
2020-12-29
Comply with semantic versioning pre-release format
Jay Petacat
2020-12-29
std.ChildProcess: fix max_output_bytes handling
Andrew Kelley
2020-12-29
zig test: release Compilation Cache locks
Andrew Kelley
2020-12-29
Merge branch 'LemonBoy-cprocess'
Andrew Kelley
2020-12-29
std.ChildProcess: improvements to collectOutputPosix
Andrew Kelley
2020-12-29
std: Use WINAPI instead of .Stdcall
LemonBoy
2020-12-29
std: Fix compilation on FreeBSD/Darwin
LemonBoy
2020-12-29
std: Uniform polling logic for Windows and Unix
LemonBoy
2020-12-29
std: Fix poll definitions for FreeBSD/Darwin
LemonBoy
2020-12-29
std: Avoid deadlocking in ChildProcess.exec
LemonBoy
2020-12-29
stage2 tests: pass cwd to child process to fix exe path
Andrew Kelley
2020-12-28
stage2 tests: fix incorrect path used for execution binary
Andrew Kelley
2020-12-28
Revert "stage2: fix compilation of self-hosted compiler with -Denable-llvm"
Andrew Kelley
2020-12-28
std/crypto: increment the correct words for vectorized salsa20
Frank Denis
2020-12-28
stage2 tests: better failure reporting for failed execution
Andrew Kelley
2020-12-28
fix `zig test` with regards to passing parameters
Andrew Kelley
2020-12-28
stage2: better error message for root zig source file not found
Andrew Kelley
2020-12-28
std.process: update arg iterator tests
Andrew Kelley
2020-12-28
Merge branch 'hello-c-backend' into master
Andrew Kelley
2020-12-28
stage2: update C backend test cases for new output
Andrew Kelley
2020-12-28
stage2: C backend: handle string literals more gracefully
Andrew Kelley
2020-12-28
stage2: improve test harness to support executing generated C code
Andrew Kelley
2020-12-28
zig test: std.testing.zig_exe_path is now available
Andrew Kelley
2020-12-28
stage2: C backend: implement `@breakpoint` and clean up test harness
Andrew Kelley
2020-12-28
stage2: C backend: properly render type of array decls
Andrew Kelley
2020-12-28
stage2: C backend: pointer cast decl refs if necessary
Andrew Kelley
2020-12-28
stage2: add extern functions
Andrew Kelley
2020-12-28
Merge pull request #7498 from FireFox317/stage2-llvm
Andrew Kelley
2020-12-28
stage2: add initial implementation of func arguments in LLVM backend
Timon Kruiper
2020-12-28
stage2: refactor (simplify) code structure of `llvm_backend.zig`
Timon Kruiper
2020-12-28
stage2: add missing asserts and early returns for LLVM backend
Timon Kruiper
2020-12-28
stage2: fix building self-hosted without llvm-backend enabled.
Timon Kruiper
2020-12-28
stage2: add LLVM codegen windows support to the self-hosted compiler
Timon Kruiper
2020-12-28
stage2: add initial impl of LLVM backend in self-hosted compiler
Timon Kruiper
2020-12-28
stage2: rename llvm.zig to llvm_bindings.zig
Timon Kruiper
2020-12-28
stage2: fix compilation of self-hosted compiler with -Denable-llvm
Timon Kruiper
2020-12-28
Revert "stage2: add compile log statement (#7191)"
Andrew Kelley
2020-12-28
std/heap: fix documentation of raw_c_allocator
Isaac Freund
2020-12-28
stage2: make Alloc(Inferred) have mutabality info (#7570)
g-w1
2020-12-28
stage1: Prevent crash with some lazy pointer types
LemonBoy
2020-12-28
Merge pull request #7483 from indocomsoft/autohashmap
Veikka Tuominen
2020-12-28
Merge pull request #7563 from ifreund/alloc-sent-cleanup
Veikka Tuominen
2020-12-28
Update event loop sendto error to SendToError
frmdstryr
2020-12-28
Merge pull request #7556 from Vexu/translate-c
Veikka Tuominen
2020-12-28
Merge pull request #7557 from g-w1/stage2-hookup-compilerror
Veikka Tuominen
2020-12-27
std: clean up sentinel handling for argv/environ
Isaac Freund
[next]