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
/
stage1
Age
Commit message (
Expand
)
Author
2019-06-18
when resolving slice types, might need to...
Andrew Kelley
2019-06-18
Revert "fixes resolving aligment of child type in slice"
Andrew Kelley
2019-06-16
fix type info crash on extern lib name
Andrew Kelley
2019-06-16
fixes resolving aligment of child type in slice
Jimmi HC
2019-06-15
better result location handling of inline loops
Andrew Kelley
2019-06-15
better result location semantics with optionals and return locations
Andrew Kelley
2019-06-14
uncomment more passing tests
Andrew Kelley
2019-06-14
fix peer result locs with switch
Andrew Kelley
2019-06-14
fix peer result location with error code and payload
Andrew Kelley
2019-06-13
fix a couple more test regressions
Andrew Kelley
2019-06-13
fix bitcast packed struct to integer and back
Andrew Kelley
2019-06-13
fix atomic builtin functions
Andrew Kelley
2019-06-13
allow comptime array literals casted to slices
Andrew Kelley
2019-06-13
fix behavior for nested array literals
Andrew Kelley
2019-06-13
fix runtime initialize array elem and then implicit cast to slice
Andrew Kelley
2019-06-12
comment out the behavior tests that are failing
Andrew Kelley
2019-06-09
different array literal syntax when inferring the size
Andrew Kelley
2019-05-30
default struct field initialization expressions
Andrew Kelley
2019-05-29
std.meta/trait: def/definition => decl/declaration
tgschultz
2019-05-29
run zig fmt to update `use` to `usingnamespace`
Andrew Kelley
2019-05-29
Merge branch 'use-struct-pt2' of https://github.com/LemonBoy/zig into LemonBo...
Andrew Kelley
2019-05-28
no "use of undeclared identifer" in dead comptime branches
Andrew Kelley
2019-05-28
fix invalid LLVM IR generated for ?*void const casts
Andrew Kelley
2019-05-27
allow const to be passed to @hasField()
Shawn Landden
2019-05-26
behavior tests passing on Linux
Andrew Kelley
2019-05-26
allow implicit optional pointer to optional c_void pointer
Andrew Kelley
2019-05-26
introduce @hasDecl builtin function
Andrew Kelley
2019-05-26
support enum literals implicit casting to tagged unions
Andrew Kelley
2019-05-24
Implement @unionInit
Robert Scott
2019-05-21
Make use work with arbitrary structs
LemonBoy
2019-05-19
Fix too eager comptime evaluation of error ptr
LemonBoy
2019-05-19
Use the correct scope for `use`
LemonBoy
2019-05-19
Merge pull request #2516 from LemonBoy/32bfix
Andrew Kelley
2019-05-18
Fix load/store of non-integer fields in packed struct
LemonBoy
2019-05-18
Fix some test cases to run on 32bit systems
LemonBoy
2019-05-16
fixups to the previous commit
Andrew Kelley
2019-05-16
breaking changes to all bit manipulation intrinsics
Shawn Landden
2019-05-14
slice types no longer have field access
Andrew Kelley
2019-05-14
switching on error sets makes new error set for capture values
Andrew Kelley
2019-05-14
else value when switching on error set has
Andrew Kelley
2019-05-11
Change the enum value allocation strategy
LemonBoy
2019-05-11
Support signed types as enum tags
LemonBoy
2019-05-11
fixes #2235
Jimmi Holst Christensen
2019-05-11
added tests for global variable declaration syntax
Jimmi Holst Christensen
2019-05-08
C pointers support if and orelse
Andrew Kelley
2019-05-08
C pointers support .? operator
Andrew Kelley
2019-05-08
C pointers support `null`
Andrew Kelley
2019-05-06
stage1: add @hasField() built-in
Shawn Landden
2019-04-30
add test case to cover solved bug
Andrew Kelley
2019-04-28
Fix generation of container initializers
LemonBoy
[prev]
[next]