aboutsummaryrefslogtreecommitdiff
path: root/test/stage1/behavior.zig
AgeCommit message (Expand)Author
2019-05-06stage1: add @hasField() built-inShawn Landden
2019-04-30add test case to cover solved bugAndrew Kelley
2019-04-24fixed #2356Jimmi HC
2019-04-08Import 1607.zig to behavior.zigJimmi Holst Christensen
2019-04-04add regression test for #1025Andrew Kelley
2019-03-23add regression tests for a bug fixed by an older commitAndrew Kelley
2019-03-02rename std lib files to new conventionAndrew Kelley
2019-03-02fix @typeName on slicesAndrew Kelley
2019-03-01fix dependency loops, pub, tests, use decls, root sourceAndrew Kelley
2019-02-26fix handling when there are multiple externs andAndrew Kelley
2019-02-25fix incorrectly trying to memset at comptimeAndrew Kelley
2019-02-25add a regression test for #704Andrew Kelley
2019-02-25fix infinite recursion in type_has_one_possible_valueAndrew Kelley
2019-02-22add regression test for bitcast to arrayAndrew Kelley
2019-02-21`@sliceToBytes` works at comptimeAndrew Kelley
2019-02-20packed structs support comptime bitcastingAndrew Kelley
2019-02-15breaking: fix @sizeOf to be alloc size rather than store sizeAndrew Kelley
2019-02-04SIMD: array to vector, vector to array, wrapping int addAndrew Kelley
2019-01-29backport copy elision changesAndrew Kelley