aboutsummaryrefslogtreecommitdiff
path: root/test/stage1/behavior
AgeCommit message (Expand)Author
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
2019-08-16add compile error for casting const frame to anyframeAndrew Kelley
2019-08-16add test for async call of generic functionAndrew Kelley
2019-08-16zig fmtAndrew Kelley
2019-08-15fix crash with sometimes type not being resolvedAndrew Kelley
2019-08-15zig fmtAndrew Kelley
2019-08-15fix error return traces for async calls of blocking functionsAndrew Kelley
2019-08-15remove `cancel`Andrew Kelley
2019-08-14rename behavior test filesAndrew Kelley
2019-08-14respect local variable alignment in async functionsAndrew Kelley
2019-08-13alignment of structs no longer depends on LLVMAndrew Kelley
2019-08-13Merge remote-tracking branch 'origin/master' into rewrite-coroutinesAndrew Kelley
2019-08-11fix enum with one member and custom tag typeAndrew Kelley
2019-08-11allow comptime_int to implicit cast to comptime_floatAndrew Kelley
2019-08-10add test case for typical async/await usageAndrew Kelley
2019-08-10fix returning a const error from async functionAndrew Kelley
2019-08-10fix try in an async function with error union and non-zero-bit payloadAndrew Kelley
2019-08-09fix combining try with errdefer cancelAndrew Kelley
2019-08-09fix cancel inside an errdeferAndrew Kelley
2019-08-08fix passing string literals to async functionsAndrew Kelley
2019-08-08cancel, defer, errdefer all working as intended nowAndrew Kelley
2019-08-07cancel works on non-pointersAndrew Kelley
2019-08-07implement cancelAndrew Kelley
2019-08-06fix awaiting when result type is a structAndrew Kelley
2019-08-06passing the error return trace async function testAndrew Kelley
2019-08-05async functions have error return traces where appropriateAndrew Kelley
2019-08-05support async functions with inferred error setsAndrew Kelley
2019-08-04suspension points inside branching control flowAndrew Kelley
2019-08-03implement `@asyncCall` which supports async function pointersAndrew Kelley
2019-08-03add runtime safety for resuming an awaiting functionAndrew Kelley
2019-08-03add compile error for async call of function pointerAndrew Kelley
2019-08-02implement async functions returning structsAndrew Kelley
2019-08-02add heap allocated async function frame testAndrew Kelley
2019-08-02Merge remote-tracking branch 'origin/master' into rewrite-coroutinesAndrew Kelley
2019-08-02Merge branch 'master' into rewrite-coroutinesAndrew Kelley
2019-08-02fix discarding function call resultsAndrew Kelley
2019-08-02fix cmpxchg with discarded resultAndrew Kelley