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
/
test
Age
Commit message (
Expand
)
Author
2021-01-19
astgen: eliminate rlWrapPtr and all its callsites
Andrew Kelley
2021-01-18
stage2: fix orelse at comptime
g-w1
2021-01-18
Merge pull request #7797 from Luukdegram/wasm-refactor
Andrew Kelley
2021-01-18
translate-c: Add Wide, UTF-16, and UTF-32 character literals
Evan Haas
2021-01-17
macho: improve x86_64 tests; clean fixups on error
Jakub Konka
2021-01-17
stage2 aarch64: add basic function pro/epilogue
Jakub Konka
2021-01-17
stage2: add compile error for label redefinition
Andrew Kelley
2021-01-16
stage2: implement error notes and regress -femit-zir
Andrew Kelley
2021-01-16
Add tests and move tests to wasm's own file
Luuk de Gram
2021-01-15
macho: ensure that strtab always follows symtab
Jakub Konka
2021-01-15
translate-c: ensure bools are cast to int when necessary
Evan Haas
2021-01-13
macho: add x86_64 tests
Jakub Konka
2021-01-13
macho: document more code + add test case
Jakub Konka
2021-01-11
Merge pull request #7200 from Vexu/arr
Andrew Kelley
2021-01-10
stage2: add support for loops in LLVM backend
Timon Kruiper
2021-01-09
Merge pull request #7725 from FireFox317/even-more-llvm
Andrew Kelley
2021-01-08
stage2: add initial impl of control flow in LLVM backend
Timon Kruiper
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-06
Merge pull request #7700 from FireFox317/more-stage2-stuff-llvm
Andrew Kelley
2021-01-06
stage2: C backend: support unused Decls
Andrew Kelley
2021-01-06
stage2: rename and move files related to LLVM backend
Timon Kruiper
2021-01-06
stage2: add initial impl for generating global decls in LLVM backend
Timon Kruiper
2021-01-05
stage2: add compile log statement
g-w1
2021-01-05
stage2: C backend: re-implement emit-h
Andrew Kelley
2021-01-05
stage2: C backend: remove format() hackery
Andrew Kelley
2021-01-05
stage2: rework the C backend
Andrew Kelley
2021-01-05
integrate CBE with Compilation.update pipeline (closes #7589)
Noam Preil
2021-01-04
Merge pull request #7592 from LemonBoy/fix-7188
Andrew Kelley
2021-01-04
Allow dollar sign $ in identifiers in translate-c
Evan Haas
2021-01-04
stage2: implementation of `@setEvalBranchQuota`:
g-w1
2021-01-03
Merge pull request #7681 from kubkon/stage2-aarch64-fn-args
Andrew Kelley
2021-01-03
Merge pull request #7598 from FireFox317/more-llvm-stage2
Andrew Kelley
2021-01-03
Static function declarations with no prototype should not be variadic
Evan Haas
2021-01-03
stage2: add aarch64 stage2 tests
Jakub Konka
2021-01-03
stage2: Add support for testing LLVM enabled builds in test-stage2
Timon Kruiper
2021-01-02
stage2: support recursive inline/comptime functions
Andrew Kelley
2021-01-02
stage2: fix handling compile error in inline fn call
Andrew Kelley
2021-01-02
stage2: re-use ZIR for comptime and inline calls
Andrew Kelley
2021-01-02
stage2: implement function call inlining in the frontend
Andrew Kelley
2021-01-02
stage2: comptime function calls
Andrew Kelley
2021-01-02
Fix more stray uses of {} for formatting strings
LemonBoy
2021-01-02
tests: Use {s} instead of {} when formatting strings
LemonBoy
2021-01-02
std: Use {s} instead of {} when printing strings
LemonBoy
2021-01-01
stage2 ARM: Add simple tests for conditional branching
joachimschmidt557
2020-12-31
stage2: compile error for invalid `var` type
Andrew Kelley
2020-12-31
stage2: type inference for local var
Andrew Kelley
2020-12-31
stage2: inferred local variables
Andrew Kelley
2020-12-30
std: Clean up some tests
LemonBoy
2020-12-30
stage1: Allow variable capture for multi-prong switch arms
LemonBoy
2020-12-29
stage2: C backend improvements
Andrew Kelley
[next]