aboutsummaryrefslogtreecommitdiff
path: root/test/cases/struct.zig
AgeCommit message (Expand)Author
2018-06-18remove []u8 casting syntax. add `@bytesToSlice` and `@sliceToBytes`Andrew Kelley
2018-06-17remove integer and float casting syntaxAndrew Kelley
2018-06-12fix ability to call mutating methods on zero size structsAndrew Kelley
2018-06-04disallow single-item pointer indexingAndrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-30run zig fmt on the codebaseAndrew Kelley
2018-05-29run zig fmt on the codebaseAndrew Kelley
2018-04-30[breaking] delete ptr deref prefix opAndrew Kelley
2018-01-27fix crash when align 1 field before self referential...Andrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2017-12-22fix endianness of sub-byte integer fields in packed structsAndrew Kelley
2017-12-22explicitly return from blocksAndrew Kelley
2017-10-02windows: alignstack=16 on every functionAndrew Kelley
2017-09-30workaround llvm bug for windows alignmentAndrew Kelley
2017-08-29introduce align keywordAndrew Kelley
2017-08-19add compile error for globally shadowing a primitive typeAndrew Kelley
2017-05-23clean up behavior test namesAndrew Kelley
2017-05-19change slicing syntax from ... to ..Andrew Kelley
2017-04-21rename `@ptrcast` to `@ptrCast` to follow conventionAndrew Kelley
2017-04-18rename `@intType` to `@IntType` to follow conventionAndrew Kelley
2017-04-06fix runtime struct initialization of bitfieldAndrew Kelley
2017-03-31change `@bitcast` to `@ptrcast`Andrew Kelley
2017-03-31first pass at zig build systemAndrew Kelley
2017-03-26introduce copyable conceptAndrew Kelley
2017-03-16introduce new test syntaxAndrew Kelley
2017-02-24add compile error for ignoring return valueAndrew Kelley
2017-02-22fix regression with bit fields that align properlyAndrew Kelley
2017-02-22bitfields support for array of non-store-aligned packed structsAndrew Kelley
2017-02-21correct size of types for packed structsAndrew Kelley
2017-02-16ability to write to bit fieldsAndrew Kelley
2017-02-16support arithmetic for non byte aligned integer typesAndrew Kelley
2017-02-16reading from a bit field partially worksAndrew Kelley
2017-02-12slice and array re-work plus some misc. changesAndrew Kelley
2017-02-03implement packed structsAndrew Kelley
2017-01-05pass cannot assign to constant testAndrew Kelley
2017-01-05self hosted tests import std libraryAndrew Kelley
2016-12-28IR: pass passSliceOfEmptyStructToFn testAndrew Kelley
2016-12-26IR: port all passing tests overAndrew Kelley
2016-12-26IR testing: rename cases3 dir to casesAndrew Kelley