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-06-16
Overhauled leb128:
tgschultz
2020-06-16
Code cleanup, documentation added, read*Mem functions now take *[]const u8
tgschultz
2020-06-16
Overhauled leb128:
tgschultz
2020-06-16
Merge pull request #5422 from pixelherodev/error_tests
Andrew Kelley
2020-06-15
Stage2/Testing: Code cleanup
Noam Preil
2020-06-15
Stage2/Testing: Enable another test
Noam Preil
2020-06-15
Stage2/Testing: Remove dead code
Noam Preil
2020-06-15
Stage2/Testing: Add error tests to ZIRCase
Noam Preil
2020-06-15
Stage2/Testing: Fix transformation tests
Noam Preil
2020-06-15
Stage2/Testing: remove ZIRTransformCase
Noam Preil
2020-06-15
Stage2/Testing: Rename stage -> update
Noam Preil
2020-06-15
Stage2/Testing: Move Transformation case to ZIRCase
Noam Preil
2020-06-15
Stage2/Testing: Fix error specification
Noam Preil
2020-06-15
Stage2/Testing: Fix error tests
Noam Preil
2020-06-15
Stage2/Testing: Staged test harness draft design
Noam Preil
2020-06-15
[Stage2/Testing] Attempt to call nakedcc function
Noam Preil
2020-06-15
[Stage2/Testing] Handle decl and export errors
Noam Preil
2020-06-15
[Stage2/Testing] Make API more friendly
Noam Preil
2020-06-15
[Stage2/Testing] Add (failing) test
Noam Preil
2020-06-15
[Stage2/Testing] Reduce test
Noam Preil
2020-06-15
[Stage2/Testing] Always finish case, note all errs
Noam Preil
2020-06-15
[Stage2/Testing] Don't rely on update erroring
Noam Preil
2020-06-15
[Stage2/Testing] Print name of failed test
Noam Preil
2020-06-15
[Stage2/Testing] ZIR tests for expected errors
Noam Preil
2020-06-15
stage1: implement type coercion of anon struct literal to struct
Andrew Kelley
2020-06-14
add workaround for #5599
Vexu
2020-06-12
Add strict_align to pre-v6 ARM targets
Carter Sande
2020-06-12
Merge pull request #5589 from kubkon/preopens-example
Andrew Kelley
2020-06-12
Fix formatting of floating point values with the B and Bi specifiers
Alexandros Naskos
2020-06-12
Fix a few std.sort.sort invocations
Cassidy Dingenskirchen
2020-06-12
Merge pull request #5595 from ifreund/doc-arraylist-fix
Veikka Tuominen
2020-06-12
docs: fix mention of deprecated ArrayList.span()
Isaac Freund
2020-06-11
Add unit test for std.fs.wasi.PreopenList
Jakub Konka
2020-06-11
Add custom format method for Preopen struct
Jakub Konka
2020-06-11
Add doc example for extracting WASI preopens
Jakub Konka
2020-06-09
Support Reader for InStream
Jonathan Marler
2020-06-09
Merge branch 'kubkon-wasm-instrinsics'
Andrew Kelley
2020-06-09
Update langref.html.in
Jakub Konka
2020-06-09
Document the builtins
Jakub Konka
2020-06-09
Return u32 in @wasmMemorySize instead of i32
Jakub Konka
2020-06-09
Return should be i32 due to error signaling in memory.grow
Jakub Konka
2020-06-09
Fix builtins to return and accept u32 instead of i32
Jakub Konka
2020-06-09
Expose full llvm intrinsic
Jakub Konka
2020-06-09
Add basic tests for the new builtins
Jakub Konka
2020-06-09
Use builtins in std.heap.WasmAllocator
Jakub Konka
2020-06-09
Add builtin for llvm.wasm.memory.grow.i32 intrinsic
Jakub Konka
2020-06-09
Add builtin for llvm.wasm.memory.size.i32 instrinsic
Jakub Konka
2020-06-09
fix memory errors
Jonathan Marler
2020-06-09
Merge pull request #5539 from mikdusan/issue5474
Andrew Kelley
2020-06-08
support Writer instead of OutStream
Jonathan Marler
[next]