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-08-18
stage2/wasm: only free types after func overwrite
Isaac Freund
2020-08-18
stage2/wasm: write exports on flush, cleanup
Isaac Freund
2020-08-18
stage2/wasm: implement trivial codegen
Isaac Freund
2020-08-18
stage2/wasm: implement basic container generation
Isaac Freund
2020-08-17
stage2 test harness: at least build all compare output tests
Andrew Kelley
2020-08-18
Merge pull request #6060 from Vexu/stage2
Veikka Tuominen
2020-08-17
Merge pull request #6046 from heidezomp/std-log-scoped-part2
Andrew Kelley
2020-08-17
Merge branch 'jedisct1-xchacha20'
Andrew Kelley
2020-08-17
Export crypto.aead
Frank Denis
2020-08-17
No need for an explicit deref
Frank Denis
2020-08-17
std/crypto: XChaCha20, detached modes and standard AEAD API
Frank Denis
2020-08-17
address review feedback
Vexu
2020-08-17
Move Mach-O to link/MachO.zig submodule
Jakub Konka
2020-08-17
Add skeleton for MachO support in stage2
Jakub Konka
2020-08-17
stage2: astgen for if and while with error unions
Vexu
2020-08-17
stage2: astgen for if and while with optionals
Vexu
2020-08-17
stage2: fix optimization causing wrong optional child types
Vexu
2020-08-17
stage2: astgen for ptr types and address of
Vexu
2020-08-17
Merge pull request #6048 from pixelherodev/cleanup
Andrew Kelley
2020-08-17
stage2: fix signed <-> unsigned Value casts
Isaac Freund
2020-08-16
Merge branch 'jedisct1-25519'
Andrew Kelley
2020-08-16
deinline edwards25519.{add,dbl}
Frank Denis
2020-08-16
Inline Fe.{sub,mul,sq} for a performance boost in release-safe mode
Frank Denis
2020-08-16
Work around sqrtRatioM1() issue in release-safe mode
Frank Denis
2020-08-16
Benchmark signatures
Frank Denis
2020-08-16
Constify the ladder
Frank Denis
2020-08-16
Add comment, use @truncate
Frank Denis
2020-08-16
Address more review issues
Frank Denis
2020-08-16
Move loop decrements into continuations
Frank Denis
2020-08-16
Address @daurnimator feedback
Frank Denis
2020-08-16
Rename the field and scalar modules
Frank Denis
2020-08-16
Update lib/std/crypto/25519/ristretto255.zig
Frank Denis
2020-08-16
Update lib/std/crypto/25519/field25519.zig
Frank Denis
2020-08-16
Initialize structures directly
Frank Denis
2020-08-16
Remove mem.timingSafeEqual() for now
Frank Denis
2020-08-16
Improve curve25519-based crypto
Frank Denis
2020-08-17
std/crypto: gimli.Aead.decrypt()'s ad should be const
Frank Denis
2020-08-16
Astgen: further cleanup
Noam Preil
2020-08-16
Module: panic when encountering unimplemented node
Noam Preil
2020-08-16
CBE: minor doc change
Noam Preil
2020-08-16
astgen: minor cleanup
Noam Preil
2020-08-15
stage2: implement zig version
Andrew Kelley
2020-08-15
stage2: codegen for labeled blocks
Andrew Kelley
2020-08-15
stage1: remove buggy "unable to inline function" compile error
Andrew Kelley
2020-08-15
stage2: astgen for labeled blocks and labeled breaks
Andrew Kelley
2020-08-14
stage2: populate some of the astgen switch possibilities
Andrew Kelley
2020-08-14
stage2 astgen for LabeledBlock
Andrew Kelley
2020-08-14
std.zig.ast: extract out Node.LabeledBlock from Node.Block
Andrew Kelley
2020-08-14
Merge pull request #6051 from mikdusan/qemu
Michael Dusan
2020-08-14
stage2: proper semantic analysis of improper returning of implicit void
Andrew Kelley
[next]