aboutsummaryrefslogtreecommitdiff
path: root/test/cases/slice.zig
AgeCommit message (Expand)Author
2019-01-29backport copy elision changesAndrew Kelley
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-06-04Pointer Reform: proper slicing and indexing (#1053)Andrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-29run zig fmt on the codebaseAndrew Kelley
2018-04-30[breaking] delete ptr deref prefix opAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-25rename "debug safety" to "runtime safety"Andrew Kelley
2017-12-19fix crash when implicitly casting array of len 0 to sliceAndrew Kelley
2017-12-12add test for allowing slice[slice.len..slice.len]Andrew Kelley
2017-09-13add Child property of slice typeAndrew Kelley
2017-08-08add ptrToInt builtin, remove usize(ptr) castAndrew Kelley
2017-05-19change slicing syntax from ... to ..Andrew Kelley
2017-05-09ability to slice ptr to hard coded integer at comptimeAndrew Kelley