aboutsummaryrefslogtreecommitdiff
path: root/test/cases/cast.zig
AgeCommit message (Expand)Author
2017-05-26implicitly cast by value var args parameters to const referencesAndrew Kelley
2017-05-23clean up behavior test namesAndrew Kelley
2017-05-19change slicing syntax from ... to ..Andrew Kelley
2017-05-01allow undefined to be resolved with other typesAndrew Kelley
2017-04-30add peer type resolution `[]T` and `[0]T`Andrew Kelley
2017-04-29add implicit cast from [0]T to %[]TAndrew Kelley
2017-04-26build system: consolidate duplicate code and moreAndrew Kelley
2017-04-22slicing now returns correct const-nessAndrew Kelley
2017-04-22add peer type resolution for T and ?TAndrew Kelley
2017-04-21rename `@ptrcast` to `@ptrCast` to follow conventionAndrew Kelley
2017-04-20Add @offsetOf builtin functionRaul Leal
2017-04-17Implicit cast from T to %?TRaul Leal
2017-04-07allow implicit cast from `[N]T` to `&const []const T`Andrew Kelley
2017-04-07ability to implicitly cast integer literal to &const IntAndrew Kelley
2017-04-06peer resolve types [N]T, [M]T as []const TAndrew Kelley
2017-04-02zig build system progressAndrew 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-03-14fix behavior with reinterpreting constant memoryAndrew Kelley
2017-01-31add integer literal to pointer explicit castAndrew Kelley
2017-01-05self hosted tests import std libraryAndrew Kelley
2016-12-26IR testing: rename cases3 dir to casesAndrew Kelley