aboutsummaryrefslogtreecommitdiff
path: root/test/cases/array.zig
AgeCommit message (Expand)Author
2018-06-08Allow access of array.len through a pointerJimmi HC
2018-06-04Pointer Reform: proper slicing and indexing (#1053)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
2017-12-22explicitly return from blocksAndrew Kelley
2017-09-13add Child property of slice typeAndrew Kelley
2017-09-07std: os.ChildProcess knows when its child diedAndrew Kelley
2017-08-31allow array literals to have size and fix comptime bugAndrew Kelley
2017-05-23clean up behavior test namesAndrew Kelley
2017-05-19change slicing syntax from ... to ..Andrew Kelley
2017-03-16introduce new test syntaxAndrew Kelley
2017-02-27fix inability to write to global in some casesAndrew Kelley
2017-02-26more robust const struct valuesAndrew Kelley
2017-02-12slice and array re-work plus some misc. changesAndrew Kelley
2017-02-07std.io supports printing integers as hex valuesAndrew Kelley
2017-01-22remove staticEval builtin in favor of comptime expressionAndrew Kelley
2017-01-05self hosted tests import std libraryAndrew Kelley
2016-12-26IR: port all passing tests overAndrew Kelley
2016-12-26IR testing: rename cases3 dir to casesAndrew Kelley