aboutsummaryrefslogtreecommitdiff
path: root/test/stage1/behavior
AgeCommit message (Expand)Author
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-12-09remove var args from the languageAndrew Kelley
2019-12-09implement async function call with `@call`Andrew Kelley
2019-12-09add regression cases for now-passing testsAndrew Kelley
2019-12-09ability to give comptime and non-comptime types to same parameterAndrew Kelley
2019-12-08implement tuple concatenationAndrew Kelley
2019-12-08Make array types (quasi-)lazyLemonBoy
2019-12-08fix anon struct literal field initialized with fn callAndrew Kelley
2019-12-08add syntax for comptime struct fieldsAndrew Kelley
2019-12-08implement comptime struct fieldsAndrew Kelley
2019-12-08Fix for @Type not picking up the sentinel valueLemonBoy
2019-12-07remove compile error for peer result comptime_int and nullAndrew Kelley
2019-12-06add regression test for fixed bugAndrew Kelley
2019-12-06Merge pull request #3856 from ziglang/builtin-callAndrew Kelley
2019-12-06remove `@newStackCall` from zigAndrew Kelley
2019-12-06remove `@inlineCall` from zigAndrew Kelley
2019-12-06add behavioral test case for previous commitAndrew Kelley
2019-12-05implement `@call`Andrew Kelley
2019-12-02fix crash assigning optional struct with anon literalAndrew Kelley
2019-12-01fix assigning to an unwrapped optional field in an inline loopAndrew Kelley
2019-12-01this test isn't passing in master branch eitherAndrew Kelley
2019-11-29more test regression fixesAndrew Kelley
2019-11-29fix return result loc as peer result loc in inferred error set functionAndrew Kelley
2019-11-28more progressAndrew Kelley
2019-11-27remove type coercion from array values to referencesAndrew Kelley
2019-11-25move logic to the appropriate layers; add new compile errorAndrew Kelley
2019-11-25rename std.heap.direct_allocator to std.heap.page_allocatorAndrew Kelley
2019-11-24make std.mem.toSlice use null terminated pointersAndrew Kelley
2019-11-24add test cases for arbitrary pointer sentinelsAndrew Kelley
2019-11-24fix comptime `@ptrCast` of pointers to arraysAndrew Kelley
2019-11-24add test for struct with var fieldAndrew Kelley
2019-11-24add type coercion: [:x]T to [*:x]TAndrew Kelley
2019-11-24all tests passingAndrew Kelley
2019-11-23structs can have fields with type `var`Andrew Kelley
2019-11-23update the stage1 implementation to the new proposalAndrew Kelley
2019-11-21string literals are now null terminatedAndrew Kelley
2019-11-21add null terminated pointers and arrays to self-hostedAndrew Kelley
2019-11-21implement null terminated pointersAndrew Kelley
2019-11-18add regression test case. closes #2889Andrew Kelley
2019-11-18add regression test case. closes #3007Andrew Kelley
2019-11-17fix bug on empty error uniondaurnimator
2019-11-17properly parse anon literal in arrayVexu
2019-11-14Update discriminant value also for zero-sized unionsLemonBoy
2019-11-13Merge pull request #3675 from Vexu/atomic-storeAndrew Kelley
2019-11-12fix anonymous struct literal assigned to variableAndrew Kelley
2019-11-12fn parameters participate in result location semanticsAndrew Kelley
2019-11-13fix comptime atomicStore and add testsVexu
2019-11-13use @atomicStore in std libVexu
2019-11-13add @atomicStore builtinVexu
2019-11-12support atomic operations with enumsVexu