aboutsummaryrefslogtreecommitdiff
path: root/test/cases
AgeCommit message (Expand)Author
2018-11-14** and ++ operators force comptime on operandsAndrew Kelley
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-11-09array type syntax implies comptimeAndrew Kelley
2018-10-26remove @minValue,@maxValue; add std.math.minInt,maxIntAndrew Kelley
2018-10-15remove implicit cast from T to *const TAndrew Kelley
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-09-26fix variables which are pointers to packed struct fieldsAndrew Kelley
2018-09-26the last number in a packed ptr is host int bytesAndrew Kelley
2018-09-26fix implicit casting to *c_voidAndrew Kelley
2018-09-25fix self reference through fn ptr field crashAndrew Kelley
2018-09-24fix more bigint code paths and add testsAndrew Kelley
2018-09-24fix comptime bitwise operations with negative valuesAndrew Kelley
2018-09-21stage1: unify 2 implementations of pointer derefAndrew Kelley
2018-09-21fix comptime string concatenation ignoring slice boundsAndrew Kelley
2018-09-21fixupsAndrew Kelley
2018-09-21Merge branch 'BitByteOffsetOfs' of https://github.com/raulgrell/zig into raul...Andrew Kelley
2018-09-21fix comptime slice of pointer to arrayAndrew Kelley
2018-09-20better string literal caching implementationAndrew Kelley
2018-09-18fix optional pointer to empty struct incorrectly being non-nullAndrew Kelley
2018-09-18implementation for bitcasting extern enum type to c_intAndrew Kelley
2018-09-18fix implicit cast of packed struct field to const ptrAndrew Kelley
2018-09-18fix @bytesToSlice on a packed structAndrew Kelley
2018-09-17link to #1544Josh Wolfe
2018-09-17somewhat realistic usecase test for shifting strange integer sizesJosh Wolfe
2018-09-17fix codegen for @intCast to u0Andrew Kelley
2018-09-17fix crash when bit shifting a u1Andrew Kelley
2018-09-17dereferencing a *u0 is comptime-known to be 0Andrew Kelley
2018-09-17allow extern structs to have stdcallcc function pointersAndrew Kelley
2018-09-16fix crash when pointer casting a runtime extern functionAndrew Kelley
2018-09-14fix alignment of structsAndrew Kelley
2018-09-14fix tagged union with all void payloads but meaningful tagAndrew Kelley
2018-09-13fix assertion failure on compile-time `@intToPtr` of functionAndrew Kelley
2018-09-13remove `this`. add `@This()`.Andrew Kelley
2018-09-13remove the scope parameter of setFloatModeAndrew Kelley
2018-09-13fix tagged union with only 1 field tripping assertionAndrew Kelley
2018-09-11fix incorrect error union const value generationAndrew Kelley
2018-09-11fix incorrect union const value generationAndrew Kelley
2018-09-07C ABI: support returning large structs on x86_64Andrew Kelley
2018-09-07builtin functions: @byteOffsetOf and @bitOffsetOfraulgrell
2018-09-05stage1: improve handling of generic fn proto type exprAndrew Kelley
2018-09-05add compile error for using outer scoped runtime variablesAndrew Kelley
2018-09-05add test case for #726Andrew Kelley
2018-09-05allow comptime_int to @floatToIntAndrew Kelley
2018-09-05stage1: fix tagged union with no payloadsAndrew Kelley
2018-09-03fix incorrect value for inline loopAndrew Kelley
2018-09-03ability to @ptrCast to *voidAndrew Kelley
2018-08-28fix crash when var in inline loop has different typesAndrew Kelley
2018-08-27minor fixupsAndrew Kelley
2018-08-27Allow implicit cast from *T and [*]T to ?*c_voidraulgrell
2018-08-27fix false negative determining if function is genericAndrew Kelley