| 8 years ago | Andrew Kelley | | simpler std.event.Lock implementation |
| 8 years ago | Andrew Kelley | | std.fmt.format: add '*' for formatting things as pointers |
| 8 years ago | Matthew D. Steele | | Add "Comments" section to language reference (#1309) |
| 8 years ago | Andrew Kelley |  | Merge pull request #1307 from ziglang/cancel-semantics |
| 8 years ago | dbandstra | | add SliceOutStream, rename SliceStream to SliceInStream (#1301) |
| 8 years ago | Andrew Kelley |  | Merge pull request #1300 from dbandstra/more-stream-functions |
| 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 |
| 8 years ago | Jay Petacat | | Fixed minor documentation errors (#1256) |
| 8 years ago | Andrew Kelley | | std.event.Loop.onNextTick dispatches work to waiting threads |
| 8 years ago | Andrew Kelley | | self-hosted: linking |
| 8 years ago | Andrew Kelley | | port 69e3b4e to self-hosted compiler |
| 8 years ago | Wink Saville | | Add swapRemoveOrError (#1254) |
| 8 years ago | Wink Saville | | Give ArrayList tests consistent names (#1253) |
| 8 years ago | kristopher tate | | revert commit 860d3da9156a0b1f4a1e3e644b423da3e768bb86 ; please see #1249 for more information; (#1255) |
| 8 years ago | Andrew Kelley | | self-hosted: implement getAppDataDir for windows |
| 8 years ago | Andrew Kelley | | self-hosted: create tmp dir for .o files and emit .o file for fn |
| 8 years ago | Andrew Kelley | | allow implicit cast of undefined to optional |
| 8 years ago | Andrew Kelley | | remove std.ArrayList.removeOrError function |
| 8 years ago | Andrew Kelley | | codegen: remove unused variable |
| 8 years ago | Andrew Kelley | | all integer sizes are available as primitives |
| 8 years ago | Andrew Kelley | | self-hosted: generate LLVM IR for simple function |
| 8 years ago | Andrew Kelley | | rename Module to Compilation |
|