aboutsummaryrefslogtreecommitdiff
path: root/test/stage1
AgeCommit message (Expand)Author
2019-09-09fix bad LLVM IR when for target expr needs to be spilledAndrew Kelley
2019-09-09Comptime folding of enum/union comparisonsLemonBoy
2019-09-09Allow comparison between union tag and enum literalLemonBoy
2019-09-09implement spilling when returning error union async function callAndrew Kelley
2019-09-07fix suspensions inside for loops generating invalid LLVM IRAndrew Kelley
2019-09-07properly spill expressions with async function callsAndrew Kelley
2019-09-07implement spills when expressions used across suspend pointsAndrew Kelley
2019-09-07fix await used in an expression generating bad LLVMAndrew Kelley
2019-09-05implement `noasync` function callsAndrew Kelley
2019-09-05prefer result type casting to peer type resolutionAndrew Kelley
2019-09-05Always resolve the struct field typesLemonBoy
2019-09-05Resolve lazy values when checking for definednessLemonBoy
2019-09-05Add Array support to @TypeJonathan Marler
2019-09-04Implicit cast from enum literal to optional enum and implicit cast to payload...Timon Kruiper
2019-09-04fixups and add documentation for `@Type`Andrew Kelley
2019-09-03Add @Type builtinJonathan Marler
2019-09-03Merge branch 'fixSegfault' of https://github.com/marler8997/zig into marler89...Andrew Kelley
2019-09-03fix compiler crash in struct field pointersAndrew Kelley
2019-09-02fix const result loc, runtime if cond, else unreachableAndrew Kelley
2019-09-02fix recursive call of await @asyncCall with struct return typeAndrew Kelley
2019-09-02fix using @typeOf on a generic function callAndrew Kelley
2019-09-01add regression test for already fixed bugAndrew Kelley
2019-09-01fix `@typeOf` an async function call of generic fn with error union typeAndrew Kelley
2019-08-31improvements to `@asyncCall`Andrew Kelley
2019-08-31`@typeOf` now guarantees no runtime side effectsAndrew Kelley
2019-08-30support recursive async and non-async functionsAndrew Kelley
2019-08-30align(@alignOf(T)) T does not force resolution of TAndrew Kelley
2019-08-29await does not force async if callee is blockingAndrew Kelley
2019-08-29comparing against zero participates in lazy valuesAndrew Kelley
2019-08-28fix implicit cast from zero sized array ptr to sliceAndrew Kelley
2019-08-28implement lazy values for error union typesAndrew Kelley
2019-08-27add regression test for already fixed bugAndrew Kelley
2019-08-27support self-referential struct through a slice of optionalAndrew Kelley
2019-08-27add regression test for struct with optional list of selfAndrew Kelley
2019-08-27add regression test for bug fixed by lazy valuesAndrew Kelley
2019-08-27add regression test for bug fixed by lazy valuesAndrew Kelley
2019-08-27implement and test struct field explicit alignmentAndrew Kelley
2019-08-26fix regression with global variable assignment...Andrew Kelley
2019-08-24Fix issue 3058: zig build segfaultJonathan Marler
2019-08-19Merge pull request #3090 from ziglang/fmt-internalMarc Tiehuis
2019-08-19fix @bitCast of packed struct literalAndrew Kelley
2019-08-19solve it a slightly different wayAndrew Kelley
2019-08-19fix @bitCast segfault with literal array paramMichael Dusan
2019-08-19fix void array as a local variable initializerAndrew Kelley
2019-08-19fix array multiplication not setting parent value infoAndrew Kelley
2019-08-19std/fmt.zig: Pass full options struct to all internal functionsMarc Tiehuis
2019-08-17allow implicit cast of fn to async fnAndrew Kelley
2019-08-17fix compiler not checking alignment of function framesAndrew Kelley
2019-08-16add test for struct parameter to async function being copiedAndrew Kelley
2019-08-16fix and test case for returning from suspend blockAndrew Kelley