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
/
stage1
Age
Commit message (
Expand
)
Author
2019-09-09
fix bad LLVM IR when for target expr needs to be spilled
Andrew Kelley
2019-09-09
Comptime folding of enum/union comparisons
LemonBoy
2019-09-09
Allow comparison between union tag and enum literal
LemonBoy
2019-09-09
implement spilling when returning error union async function call
Andrew Kelley
2019-09-07
fix suspensions inside for loops generating invalid LLVM IR
Andrew Kelley
2019-09-07
properly spill expressions with async function calls
Andrew Kelley
2019-09-07
implement spills when expressions used across suspend points
Andrew Kelley
2019-09-07
fix await used in an expression generating bad LLVM
Andrew Kelley
2019-09-05
implement `noasync` function calls
Andrew Kelley
2019-09-05
prefer result type casting to peer type resolution
Andrew Kelley
2019-09-05
Always resolve the struct field types
LemonBoy
2019-09-05
Resolve lazy values when checking for definedness
LemonBoy
2019-09-05
Add Array support to @Type
Jonathan Marler
2019-09-04
Implicit cast from enum literal to optional enum and implicit cast to payload...
Timon Kruiper
2019-09-04
fixups and add documentation for `@Type`
Andrew Kelley
2019-09-03
Add @Type builtin
Jonathan Marler
2019-09-03
Merge branch 'fixSegfault' of https://github.com/marler8997/zig into marler89...
Andrew Kelley
2019-09-03
fix compiler crash in struct field pointers
Andrew Kelley
2019-09-02
fix const result loc, runtime if cond, else unreachable
Andrew Kelley
2019-09-02
fix recursive call of await @asyncCall with struct return type
Andrew Kelley
2019-09-02
fix using @typeOf on a generic function call
Andrew Kelley
2019-09-01
add regression test for already fixed bug
Andrew Kelley
2019-09-01
fix `@typeOf` an async function call of generic fn with error union type
Andrew Kelley
2019-08-31
improvements to `@asyncCall`
Andrew Kelley
2019-08-31
`@typeOf` now guarantees no runtime side effects
Andrew Kelley
2019-08-30
support recursive async and non-async functions
Andrew Kelley
2019-08-30
align(@alignOf(T)) T does not force resolution of T
Andrew Kelley
2019-08-29
await does not force async if callee is blocking
Andrew Kelley
2019-08-29
comparing against zero participates in lazy values
Andrew Kelley
2019-08-28
fix implicit cast from zero sized array ptr to slice
Andrew Kelley
2019-08-28
implement lazy values for error union types
Andrew Kelley
2019-08-27
add regression test for already fixed bug
Andrew Kelley
2019-08-27
support self-referential struct through a slice of optional
Andrew Kelley
2019-08-27
add regression test for struct with optional list of self
Andrew Kelley
2019-08-27
add regression test for bug fixed by lazy values
Andrew Kelley
2019-08-27
add regression test for bug fixed by lazy values
Andrew Kelley
2019-08-27
implement and test struct field explicit alignment
Andrew Kelley
2019-08-26
fix regression with global variable assignment...
Andrew Kelley
2019-08-24
Fix issue 3058: zig build segfault
Jonathan Marler
2019-08-19
Merge pull request #3090 from ziglang/fmt-internal
Marc Tiehuis
2019-08-19
fix @bitCast of packed struct literal
Andrew Kelley
2019-08-19
solve it a slightly different way
Andrew Kelley
2019-08-19
fix @bitCast segfault with literal array param
Michael Dusan
2019-08-19
fix void array as a local variable initializer
Andrew Kelley
2019-08-19
fix array multiplication not setting parent value info
Andrew Kelley
2019-08-19
std/fmt.zig: Pass full options struct to all internal functions
Marc Tiehuis
2019-08-17
allow implicit cast of fn to async fn
Andrew Kelley
2019-08-17
fix compiler not checking alignment of function frames
Andrew Kelley
2019-08-16
add test for struct parameter to async function being copied
Andrew Kelley
2019-08-16
fix and test case for returning from suspend block
Andrew Kelley
[prev]
[next]