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
/
behavior
Age
Commit message (
Expand
)
Author
2019-12-10
Replace @typeOf with @TypeOf in all zig source
Robin Voetter
2019-12-09
remove var args from the language
Andrew Kelley
2019-12-09
implement async function call with `@call`
Andrew Kelley
2019-12-09
add regression cases for now-passing tests
Andrew Kelley
2019-12-09
ability to give comptime and non-comptime types to same parameter
Andrew Kelley
2019-12-08
implement tuple concatenation
Andrew Kelley
2019-12-08
Make array types (quasi-)lazy
LemonBoy
2019-12-08
fix anon struct literal field initialized with fn call
Andrew Kelley
2019-12-08
add syntax for comptime struct fields
Andrew Kelley
2019-12-08
implement comptime struct fields
Andrew Kelley
2019-12-08
Fix for @Type not picking up the sentinel value
LemonBoy
2019-12-07
remove compile error for peer result comptime_int and null
Andrew Kelley
2019-12-06
add regression test for fixed bug
Andrew Kelley
2019-12-06
Merge pull request #3856 from ziglang/builtin-call
Andrew Kelley
2019-12-06
remove `@newStackCall` from zig
Andrew Kelley
2019-12-06
remove `@inlineCall` from zig
Andrew Kelley
2019-12-06
add behavioral test case for previous commit
Andrew Kelley
2019-12-05
implement `@call`
Andrew Kelley
2019-12-02
fix crash assigning optional struct with anon literal
Andrew Kelley
2019-12-01
fix assigning to an unwrapped optional field in an inline loop
Andrew Kelley
2019-12-01
this test isn't passing in master branch either
Andrew Kelley
2019-11-29
more test regression fixes
Andrew Kelley
2019-11-29
fix return result loc as peer result loc in inferred error set function
Andrew Kelley
2019-11-28
more progress
Andrew Kelley
2019-11-27
remove type coercion from array values to references
Andrew Kelley
2019-11-25
move logic to the appropriate layers; add new compile error
Andrew Kelley
2019-11-25
rename std.heap.direct_allocator to std.heap.page_allocator
Andrew Kelley
2019-11-24
make std.mem.toSlice use null terminated pointers
Andrew Kelley
2019-11-24
add test cases for arbitrary pointer sentinels
Andrew Kelley
2019-11-24
fix comptime `@ptrCast` of pointers to arrays
Andrew Kelley
2019-11-24
add test for struct with var field
Andrew Kelley
2019-11-24
add type coercion: [:x]T to [*:x]T
Andrew Kelley
2019-11-24
all tests passing
Andrew Kelley
2019-11-23
structs can have fields with type `var`
Andrew Kelley
2019-11-23
update the stage1 implementation to the new proposal
Andrew Kelley
2019-11-21
string literals are now null terminated
Andrew Kelley
2019-11-21
add null terminated pointers and arrays to self-hosted
Andrew Kelley
2019-11-21
implement null terminated pointers
Andrew Kelley
2019-11-18
add regression test case. closes #2889
Andrew Kelley
2019-11-18
add regression test case. closes #3007
Andrew Kelley
2019-11-17
fix bug on empty error union
daurnimator
2019-11-17
properly parse anon literal in array
Vexu
2019-11-14
Update discriminant value also for zero-sized unions
LemonBoy
2019-11-13
Merge pull request #3675 from Vexu/atomic-store
Andrew Kelley
2019-11-12
fix anonymous struct literal assigned to variable
Andrew Kelley
2019-11-12
fn parameters participate in result location semantics
Andrew Kelley
2019-11-13
fix comptime atomicStore and add tests
Vexu
2019-11-13
use @atomicStore in std lib
Vexu
2019-11-13
add @atomicStore builtin
Vexu
2019-11-12
support atomic operations with enums
Vexu
[prev]
[next]