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-11-14
** and ++ operators force comptime on operands
Andrew Kelley
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-11-09
array type syntax implies comptime
Andrew Kelley
2018-10-26
remove @minValue,@maxValue; add std.math.minInt,maxInt
Andrew Kelley
2018-10-15
remove implicit cast from T to *const T
Andrew Kelley
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-09-26
fix variables which are pointers to packed struct fields
Andrew Kelley
2018-09-26
the last number in a packed ptr is host int bytes
Andrew Kelley
2018-09-26
fix implicit casting to *c_void
Andrew Kelley
2018-09-25
fix self reference through fn ptr field crash
Andrew Kelley
2018-09-24
fix more bigint code paths and add tests
Andrew Kelley
2018-09-24
fix comptime bitwise operations with negative values
Andrew Kelley
2018-09-21
stage1: unify 2 implementations of pointer deref
Andrew Kelley
2018-09-21
fix comptime string concatenation ignoring slice bounds
Andrew Kelley
2018-09-21
fixups
Andrew Kelley
2018-09-21
Merge branch 'BitByteOffsetOfs' of https://github.com/raulgrell/zig into raul...
Andrew Kelley
2018-09-21
fix comptime slice of pointer to array
Andrew Kelley
2018-09-20
better string literal caching implementation
Andrew Kelley
2018-09-18
fix optional pointer to empty struct incorrectly being non-null
Andrew Kelley
2018-09-18
implementation for bitcasting extern enum type to c_int
Andrew Kelley
2018-09-18
fix implicit cast of packed struct field to const ptr
Andrew Kelley
2018-09-18
fix @bytesToSlice on a packed struct
Andrew Kelley
2018-09-17
link to #1544
Josh Wolfe
2018-09-17
somewhat realistic usecase test for shifting strange integer sizes
Josh Wolfe
2018-09-17
fix codegen for @intCast to u0
Andrew Kelley
2018-09-17
fix crash when bit shifting a u1
Andrew Kelley
2018-09-17
dereferencing a *u0 is comptime-known to be 0
Andrew Kelley
2018-09-17
allow extern structs to have stdcallcc function pointers
Andrew Kelley
2018-09-16
fix crash when pointer casting a runtime extern function
Andrew Kelley
2018-09-14
fix alignment of structs
Andrew Kelley
2018-09-14
fix tagged union with all void payloads but meaningful tag
Andrew Kelley
2018-09-13
fix assertion failure on compile-time `@intToPtr` of function
Andrew Kelley
2018-09-13
remove `this`. add `@This()`.
Andrew Kelley
2018-09-13
remove the scope parameter of setFloatMode
Andrew Kelley
2018-09-13
fix tagged union with only 1 field tripping assertion
Andrew Kelley
2018-09-11
fix incorrect error union const value generation
Andrew Kelley
2018-09-11
fix incorrect union const value generation
Andrew Kelley
2018-09-07
C ABI: support returning large structs on x86_64
Andrew Kelley
2018-09-07
builtin functions: @byteOffsetOf and @bitOffsetOf
raulgrell
2018-09-05
stage1: improve handling of generic fn proto type expr
Andrew Kelley
2018-09-05
add compile error for using outer scoped runtime variables
Andrew Kelley
2018-09-05
add test case for #726
Andrew Kelley
2018-09-05
allow comptime_int to @floatToInt
Andrew Kelley
2018-09-05
stage1: fix tagged union with no payloads
Andrew Kelley
2018-09-03
fix incorrect value for inline loop
Andrew Kelley
2018-09-03
ability to @ptrCast to *void
Andrew Kelley
2018-08-28
fix crash when var in inline loop has different types
Andrew Kelley
2018-08-27
minor fixups
Andrew Kelley
2018-08-27
Allow implicit cast from *T and [*]T to ?*c_void
raulgrell
2018-08-27
fix false negative determining if function is generic
Andrew Kelley
[prev]
[next]