aboutsummaryrefslogtreecommitdiff
path: root/test/cases/generics.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-09breaking syntax change: ??x to x.? (#1095)Andrew 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-05-01behavior tests passing with new pointer deref syntaxAndrew 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-05-26fix segfault with array of generic functionsAndrew Kelley
2017-04-21rename `@ptrcast` to `@ptrCast` to follow conventionAndrew Kelley
2017-03-31change `@bitcast` to `@ptrcast`Andrew Kelley
2017-03-31first pass at zig build systemAndrew Kelley
2017-03-16introduce new test syntaxAndrew Kelley
2017-02-12slice and array re-work plus some misc. changesAndrew Kelley
2017-01-23various fixesAndrew Kelley
2017-01-22remove staticEval builtin in favor of comptime expressionAndrew Kelley
2017-01-22use comptime instead of inline for var and paramsAndrew Kelley
2017-01-05self hosted tests import std libraryAndrew Kelley
2016-12-28IR: pass genericFnWithImplicitCast testAndrew Kelley
2016-12-26IR: port all passing tests overAndrew Kelley
2016-12-26IR testing: rename cases3 dir to casesAndrew Kelley