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
Group-Canceled
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
groupAwait
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
/
cases
Age
Commit message (
Expand
)
Author
2018-08-22
fix incorrectly generating an unused const fn global
Andrew Kelley
2018-08-22
allow implicit cast from *[N]T to ?[*]T (#1398)
Raul Leal
2018-08-21
fix linux
Andrew Kelley
2018-08-03
fix tagged union initialization with a runtime void
Andrew Kelley
2018-08-03
better support for `_` identifier
kristopher tate
2018-08-02
pull request fixups
Andrew Kelley
2018-08-02
test/cases/cancel.zig: update suspend to use @handle();
kristopher tate
2018-08-02
test/cases/coroutines.zig: update suspend to use @handle();
kristopher tate
2018-08-02
test/cases/coroutines.zig: test for immediate resume inside of suspend with @...
kristopher tate
2018-08-02
test/cases/coroutines.zig: update test to reflect that the promise symbol is ...
kristopher tate
2018-08-02
test/cases/coroutine_await_struct.zig: update test to reflect that the promis...
kristopher tate
2018-08-02
test/cases/coroutines.zig: remove dummy assert used for testing;
kristopher tate
2018-08-02
src/codegen.cpp: remove `add_node_error` from `ir_render_handle`;
kristopher tate
2018-08-02
test/cases/couroutines.zig: test @handle();
kristopher tate
2018-07-30
add behavior tests for cancel semantics
Andrew Kelley
2018-07-27
suspend sets suspend bit
Andrew Kelley
2018-07-19
fix generation of error defers for fns inside fns
Andrew Kelley
2018-07-17
fix @setEvalBranchQuota not respected in generic fn calls
Andrew Kelley
2018-07-16
allow implicit cast of undefined to optional
Andrew Kelley
2018-07-16
all integer sizes are available as primitives
Andrew Kelley
2018-07-14
add an assertion to the test
Andrew Kelley
2018-07-14
codegen: Store returned value if type is 'handle_is_ptr' and function is not ...
Eduardo Sánchez Muñoz
2018-07-13
allow == for comparing optional pointers
Andrew Kelley
2018-07-07
add @popCount intrinsic
Andrew Kelley
2018-07-06
fix iterating over a void slice
Andrew Kelley
2018-07-04
fix await on early return when return type is struct
Andrew Kelley
2018-06-30
Merge pull request #1167 from ziglang/comptime-array-by-value
Jimmi Holst Christensen
2018-06-28
Implement const_values_equal for array type
Jimmi HC
2018-06-28
Correct hex-float parsing
Marc Tiehuis
2018-06-27
fix coroutine accessing freed memory
Andrew Kelley
2018-06-27
fix comptime @tagName crashing sometimes
Andrew Kelley
2018-06-27
simplify comptime floating-point @divTrunc
Ben Noordhuis
2018-06-27
add f16 type
Ben Noordhuis
2018-06-27
scope variables in floating point cast tests
Ben Noordhuis
2018-06-26
fix crash for optional pointer to empty struct
Andrew Kelley
2018-06-22
clean up self hosted main. delete unsupported commands
Andrew Kelley
2018-06-21
add casting docs, __extenddftf2, and __extendsftf2
Andrew Kelley
2018-06-21
Add test case
Isaac Hier
2018-06-20
fix f128 remainder division bug
Ben Noordhuis
2018-06-20
zig fmt
Andrew Kelley
2018-06-20
fix runtime fn ptr equality codegen
Andrew Kelley
2018-06-19
fix calling method with comptime pass-by-non-copyign-value self arg
Andrew Kelley
2018-06-19
`@floatToInt` now has safety-checked undefined behavior
Andrew Kelley
2018-06-19
Merge pull request #1136 from alexnask/typeinfo_improvements
Andrew Kelley
2018-06-19
@typeInfo now uses optional types instead of @typeOf(undefined)
Alexandros Naskos
2018-06-19
remove enum to/from int casting syntax; add `@enumToInt`/`@intToEnum`
Andrew Kelley
2018-06-18
remove error to/from int casting syntax; add `@errorToInt`/`@intToError`
Andrew Kelley
2018-06-18
remove []u8 casting syntax. add `@bytesToSlice` and `@sliceToBytes`
Andrew Kelley
2018-06-18
remove error set casting syntax. add `@errSetCast`
Andrew Kelley
2018-06-18
fix compiler crash when using @intToFloat with float literal
Andrew Kelley
[prev]
[next]