| 8 years ago | Andrew Kelley | | translate-c: fix for loops with var init and empty body |
| 8 years ago | Andrew Kelley | | translate-c: fix do while with empty body |
| 8 years ago | Andrew Kelley | | translate-c: handle for loop with empty body |
| 8 years ago | Andrew Kelley | | translate-c: fix while loop with no body |
| 8 years ago | Andrew Kelley | | fix tagged union initialization with a runtime void |
| 8 years ago | Andrew Kelley | | add a friendly note in .gitignore |
| 8 years ago | Matthew D. Steele | | Fix a type error in std.os.linux.getpid() (#1326) |
| 8 years ago | Matthew D. Steele | | Fix the start-less-than-end assertion in std.rand.Random.range (#1325) |
| 8 years ago | kristopher tate | | better support for `_` identifier |
| 8 years ago | Andrew Kelley | | Merge branch 'kristate-handle-builtin-issue1296' |
| 8 years ago | Andrew Kelley | | Merge branch 'pr-1319' |
| 8 years ago | kristopher tate | | std/os/index.zig: use "hw.logicalcpu" instead of "hw.ncpu" in macOS; (#1317) |
| 8 years ago | Marc Tiehuis | | Add integer binary output format (#1313) |
| 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 |
|