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
/
cases
/
struct.zig
Age
Commit message (
Expand
)
Author
2018-06-18
remove []u8 casting syntax. add `@bytesToSlice` and `@sliceToBytes`
Andrew Kelley
2018-06-17
remove integer and float casting syntax
Andrew Kelley
2018-06-12
fix ability to call mutating methods on zero size structs
Andrew Kelley
2018-06-04
disallow single-item pointer indexing
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-30
run zig fmt on the codebase
Andrew Kelley
2018-05-29
run zig fmt on the codebase
Andrew Kelley
2018-04-30
[breaking] delete ptr deref prefix op
Andrew Kelley
2018-01-27
fix crash when align 1 field before self referential...
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2017-12-22
fix endianness of sub-byte integer fields in packed structs
Andrew Kelley
2017-12-22
explicitly return from blocks
Andrew Kelley
2017-10-02
windows: alignstack=16 on every function
Andrew Kelley
2017-09-30
workaround llvm bug for windows alignment
Andrew Kelley
2017-08-29
introduce align keyword
Andrew Kelley
2017-08-19
add compile error for globally shadowing a primitive type
Andrew Kelley
2017-05-23
clean up behavior test names
Andrew Kelley
2017-05-19
change slicing syntax from ... to ..
Andrew Kelley
2017-04-21
rename `@ptrcast` to `@ptrCast` to follow convention
Andrew Kelley
2017-04-18
rename `@intType` to `@IntType` to follow convention
Andrew Kelley
2017-04-06
fix runtime struct initialization of bitfield
Andrew Kelley
2017-03-31
change `@bitcast` to `@ptrcast`
Andrew Kelley
2017-03-31
first pass at zig build system
Andrew Kelley
2017-03-26
introduce copyable concept
Andrew Kelley
2017-03-16
introduce new test syntax
Andrew Kelley
2017-02-24
add compile error for ignoring return value
Andrew Kelley
2017-02-22
fix regression with bit fields that align properly
Andrew Kelley
2017-02-22
bitfields support for array of non-store-aligned packed structs
Andrew Kelley
2017-02-21
correct size of types for packed structs
Andrew Kelley
2017-02-16
ability to write to bit fields
Andrew Kelley
2017-02-16
support arithmetic for non byte aligned integer types
Andrew Kelley
2017-02-16
reading from a bit field partially works
Andrew Kelley
2017-02-12
slice and array re-work plus some misc. changes
Andrew Kelley
2017-02-03
implement packed structs
Andrew Kelley
2017-01-05
pass cannot assign to constant test
Andrew Kelley
2017-01-05
self hosted tests import std library
Andrew Kelley
2016-12-28
IR: pass passSliceOfEmptyStructToFn test
Andrew Kelley
2016-12-26
IR: port all passing tests over
Andrew Kelley
2016-12-26
IR testing: rename cases3 dir to cases
Andrew Kelley