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
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
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
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
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
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 #7556 from Vexu/translate-c
Veikka Tuominen
2020-12-28
Merge pull request #7557 from g-w1/stage2-hookup-compilerror
Veikka Tuominen
2020-12-26
Merge pull request #7553 from ziglang/fix-the-damn-deadlock
Andrew Kelley
2020-12-26
stage2: Cache deadlock debugging only for safe build modes
Andrew Kelley
2020-12-26
std: do not call malloc() between fork() and execv()
Andrew Kelley
2020-12-26
make compileError use an UnOp since its operand is just a *Inst
g-w1
2020-12-26
add test for @compileError in zig code, not only zir
g-w1
2020-12-26
change zir definition to use *Inst instead of []const u8
g-w1
2020-12-26
stage1: const_values_equal error union, improve remaining "TODO" panics
Veikka Tuominen
2020-12-26
translate-c: demote variadic functions to declarations
Veikka Tuominen
2020-12-26
Merge pull request #7552 from Vexu/stage2-continue
Veikka Tuominen
2020-12-25
stage2: Cache: fix resource management of the deadlock debug code
Andrew Kelley
2020-12-25
stage2: Cache: add debug deadlock detection code
Andrew Kelley
2020-12-26
stage2: add compile log statement (#7191)
g-w1
2020-12-26
remove '||=' from stage1
g-w1
2020-12-26
stage2: add error for unused labels
Veikka Tuominen
2020-12-26
stage2: break and continue out of loops
Veikka Tuominen
2020-12-25
Correctly cast bool to signed int in translate-c
Evan Haas
2020-12-24
Merge pull request #7520 from ziglang/tsan
Andrew Kelley
2020-12-24
stage2: re-use compiler runtime libs across opt modes and strip flag
Andrew Kelley
2020-12-24
libunwind: fix compile errors and warnings for 32-bit arm
Andrew Kelley
2020-12-24
stage1: Create a new declaration scope for union enum types
LemonBoy
2020-12-24
Merge pull request #7531 from Vexu/orphanage
Veikka Tuominen
2020-12-24
stage2: tsan forces linking libc
Andrew Kelley
2020-12-24
stage1: add tsan LLVM passes when appropriate
Andrew Kelley
[next]