| 8 years ago | Andrew Kelley | | fix docs for break from suspend |
| 8 years ago | Andrew Kelley | | add behavior tests for cancel semantics |
| 8 years ago | Andrew Kelley | | await sets suspend bit; return clears suspend bit |
| 8 years ago | Andrew Kelley | | fix cancel and await semantics |
| 8 years ago | Andrew Kelley | | canceling an await also cancels things awaiting it |
| 8 years ago | Andrew Kelley | | make some functions in std.event.Loop public |
| 8 years ago | Andrew Kelley | | await cancels the await target when it is canceled |
| 8 years ago | Andrew Kelley | | await checks the cancel bit |
| 8 years ago | Andrew Kelley | | suspend cancels awaiter when it gets canceled |
| 8 years ago | Andrew Kelley | | cancel detects suspend bit |
| 8 years ago | Andrew Kelley | | cancel detects if the target handle has already returned |
| 8 years ago | Andrew Kelley | | detect double await |
| 8 years ago | Andrew Kelley | | suspend checks the cancel bit |
| 8 years ago | Andrew Kelley | | resume detects resuming when not suspended |
| 8 years ago | Andrew Kelley | | await sets the await bit |
| 8 years ago | Andrew Kelley | | cancel sets the cancel bit |
| 8 years ago | Andrew Kelley | | remove ability to break from suspend blocks |
| 8 years ago | Andrew Kelley | | suspend sets suspend bit |
| 8 years ago | Andrew Kelley | | resume clears suspend bit |
| 8 years ago | Andrew Kelley | | update coroutine return codegen with new status bits |
| 8 years ago | Andrew Kelley | | coroutines have 3 more bits of atomic state |
| 8 years ago | Andrew Kelley | | add compile error for ignoring return value of while loop bodies |
| 8 years ago | Andrew Kelley | | add compile error for missing parameter name of generic function |
| 8 years ago | Andrew Kelley | | add compile error for non-inline for loop on comptime type |
| 8 years ago | Andrew Kelley | | fix assertion failure when some compile errors happen |
| 8 years ago | Andrew Kelley | | patch LLD to fix COFF crashing when linking twice in same process |
| 8 years ago | Andrew Kelley | | fix race conditions in self-hosted compiler; add test |
| 8 years ago | Andrew Kelley | | self-hosted: function calling another function |
| 8 years ago | Andrew Kelley | | self-hosted: function types use table lookup |
| 8 years ago | Andrew Kelley | | remove old section from readme |
| 8 years ago | Andrew Kelley | | fix logic for determining whether param requires comptime |
| 8 years ago | Andrew Kelley |  | Merge pull request #1282 from nwsharp/master |
| 8 years ago | Andrew Kelley |  | Merge pull request #1266 from ziglang/self-hosted-libc-hello-world |
| 8 years ago | Andrew Kelley | | add std.math.big.Int.fitsInTwosComp |
| 8 years ago | Marc Tiehuis | | Add big int fits function (#1279) |
| 8 years ago | Marc Tiehuis | | Tighten Int.to bounds and add twos-complement bitcount |
| 8 years ago | Andrew Kelley | | Merge branch 'kristate-posix-darwin-issue1271' |
| 8 years ago | Andrew Kelley | | Merge branch 'kristate-skippable-tests-issue1274' |
| 8 years ago | kristopher tate | | README: include link to channel logs (#1278) |
| 8 years ago | Jimmi Holst Christensen | | Fixed windows getPos |
| 8 years ago | Andrew Kelley | | fix generation of error defers for fns inside fns |
| 8 years ago | Andrew Kelley | | std.os.File: add missing pub modifiers |
| 8 years ago | Andrew Kelley | | prevent non-export symbols from clobbering builtins |
| 8 years ago | Jimmi Holst Christensen | | Allow pointers to anything in extern/exported declarations (#1258) |
| 8 years ago | Andrew Kelley | | fix invalid character test on windows |
| 8 years ago | Andrew Kelley | | fix std.os.getAppDataDir test on linux |
| 8 years ago | Andrew Kelley | | fix build on windows |
| 8 years ago | Jimmi Holst Christensen | | -Dskip-release now also skips build example tests |
| 8 years ago | Josh Wolfe | | implement proper utf16leToUtf8 |
| 8 years ago | Andrew Kelley | | fix @setEvalBranchQuota not respected in generic fn calls |
|