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-07-18
fix floatCast type check regression
Vexu
2020-07-17
Add trait.isTuple
data-man
2020-07-17
add is_tuple field to struct typeinfo
Vexu
2020-07-16
Merge pull request #5889 from Vexu/translate-c
Andrew Kelley
2020-07-16
add behavior tests fro macro translations
Vexu
2020-07-16
std.mem.zeroes use std.mem.set instead of `@memset`
Vexu
2020-07-16
Vectors clarification in docs
data-man
2020-07-16
translate-c: support initializer list expr macros
Vexu
2020-07-16
std.mem.zeroInit support initiating with tuples
Vexu
2020-07-16
stage2: change large switch → inline for loop
pfg
2020-07-16
Merge pull request #5885 from ziglang/stage2-locals
Andrew Kelley
2020-07-15
stage2: local consts
Andrew Kelley
2020-07-15
stage2: breaking AST memory layout modifications
Andrew Kelley
2020-07-15
On darwin, only add the self exe to the cache hash for compiler id (#5880)
haze
2020-07-15
stage2: breaking AST memory layout modifications
Andrew Kelley
2020-07-15
stage2: extract AST=>ZIR code to separate file
Andrew Kelley
2020-07-15
Merge pull request #5872 from ziglang/ast-flatten-2
Andrew Kelley
2020-07-15
TrailerFlags test: fix bad alignment assumption on 32-bit
Andrew Kelley
2020-07-15
stage2: VarDecl and FnProto take advantage of TrailerFlags API
Andrew Kelley
2020-07-14
add std.meta.TrailerFlags API
Andrew Kelley
2020-07-14
follow up from previous commit for generic methods
Andrew Kelley
2020-07-14
fix ability to call methods on enums with pointer-to-self
Andrew Kelley
2020-07-14
Merge pull request #5868 from ziglang/stage2-improvements
Andrew Kelley
2020-07-14
stage2: implement enough for assert() function to codegen
Andrew Kelley
2020-07-13
stage2: fix liveness analysis of Call instructions
Andrew Kelley
2020-07-13
stage2: detect unreferenced non-volatile asm and NOT
Andrew Kelley
2020-07-14
Added octal formatting fo `fmt` functions. (#5867)
~nue
2020-07-13
stage2: add ZIR support for BoolNot
Andrew Kelley
2020-07-13
stage2 parser: split out PrefixOp into separate AST Nodes
Andrew Kelley
2020-07-13
Document top-level doc comments, per #2288.
Nathan Michaels
2020-07-13
Merge pull request #5831 from paulespinosa/langref-hello-world-more
Andrew Kelley
2020-07-13
Use Writer for Language Reference Hello World Example
Paul Espinosa
2020-07-13
stage2: Module: use StringHashMapUnmanaged
Andrew Kelley
2020-07-13
Merge branch 'stage2-condbr'
Andrew Kelley
2020-07-13
stage2: add new test case
Andrew Kelley
2020-07-13
stage2: add retvoid support to CBE
Andrew Kelley
2020-07-13
stage2: add implicit return void where applicable
Andrew Kelley
2020-07-13
stage2: codegen: more branching support
Andrew Kelley
2020-07-13
stage2: implement function calling convention for calls
Andrew Kelley
2020-07-13
stage2: peer type resolution with noreturn
Andrew Kelley
2020-07-13
Merge pull request #5864 from pixelherodev/cbe
Andrew Kelley
2020-07-13
CBE: Code cleanup
Noam Preil
2020-07-13
CBE: Only generate `(void)` for calls whose return values are ignored
Noam Preil
2020-07-13
CBE: Use hasCodeGenBits instead of checking against void and noreturn
Noam Preil
2020-07-13
Get basic return test working
Noam Preil
2020-07-12
CBE: Make C an ObjectFormat instead of a special bool (#5849)
pixelherodev
2020-07-13
check for invalid sentinel when creating pointer with `@Type`
Vexu
2020-07-12
std: add mem.joinZ
Isaac Freund
2020-07-12
document a few functions in std.mem
xackus
2020-07-12
Merge pull request #5857 from daurnimator/use-unmanaged
Andrew Kelley
[next]