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
2020-01-14
Fix ICE when BoundFn are passed as parameters
LemonBoy
2020-01-13
Allow switching on pointer types
LemonBoy
2020-01-12
Fix @call being too eager to resolve the fn argument
LemonBoy
2020-01-09
Merge pull request #3955 from LemonBoy/fix-1528
Andrew Kelley
2020-01-09
New @export() handling
LemonBoy
2020-01-09
Correct alignment calculation for runtime addends
LemonBoy
2020-01-08
Fix calculation of new alignment factor
LemonBoy
2020-01-08
Pointer arithmetic affects the alignment factor
LemonBoy
2020-01-07
Fix crash with unresolved loc
LemonBoy
2020-01-06
fix regression with `@TypeInfo`
Andrew Kelley
2020-01-06
zig fmt and update `extern fn` to `callconv(.C)`
Andrew Kelley
2020-01-06
Merge branch 'cc-work' of https://github.com/LemonBoy/zig into LemonBoy-cc-work
Andrew Kelley
2020-01-05
add test case to cover already-solved bug
Andrew Kelley
2020-01-03
Correct evaluation of optional type alignment
LemonBoy
2020-01-02
Merge pull request #4027 from ziglang/fix-float-ops
Andrew Kelley
2020-01-02
fix comptime vector float ops and add test coverage
Andrew Kelley
2020-01-02
Implement the callconv() annotation
LemonBoy
2020-01-02
Don't ptrCast a result-location assignment to _
LemonBoy
2020-01-01
fix float ops with respect to vectors
Andrew Kelley
2020-01-01
fix segfault in bit shift safety check
Vexu
2019-12-30
Merge pull request #3683 from Vexu/atomic-float
Andrew Kelley
2019-12-30
fix comparing comptime_int against undefined literal
Andrew Kelley
2019-12-30
Resolve more types as needed
LemonBoy
2019-12-23
disable test on arm
Vexu
2019-12-23
support some atomic operations with floats
Vexu
2019-12-21
zig fmt support for slice sentinel syntax
Andrew Kelley
2019-12-20
Fix sentinel value of opaque pointers in typeInfo
LemonBoy
2019-12-20
Fix comptime evaluation of runtime array access
LemonBoy
2019-12-17
Make sure the fields array is always non-null
LemonBoy
2019-12-16
add behavior test for vector comparison
Andrew Kelley
2019-12-15
improve extern enum
Vexu
2019-12-15
Don't assume TLS storage has a fixed address
LemonBoy
2019-12-15
Make sure the address is aligned for intToPtr ops
LemonBoy
2019-12-12
uncomment a now-passing behavior test
Andrew Kelley
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
[prev]
[next]