| 8 years ago | Andrew Kelley | | Merge pull request #919 from zig-lang/self-hosted-parser-refactor |
| 8 years ago | Andrew Kelley | | Merge pull request #915 from zig-lang/self-hosted-cli |
| 8 years ago | Andrew Kelley | | fix undefined behavior triggered by fn inline test |
| 8 years ago | Andrew Kelley | | zig fmt: switch cases on new lines |
| 8 years ago | Andrew Kelley | | zig fmt includes trailing commas |
| 8 years ago | Andrew Kelley | | zig fmt: container init fields each on own line |
| 8 years ago | Andrew Kelley | | inline functions must be stored in const or comptime var |
| 8 years ago | Jimmi Holst Christensen | | std.zig.parser now parses alignment of functions |
| 8 years ago | Andrew Kelley | | LLD patch: Do not keep shared symbols to garbage... |
| 8 years ago | Jimmi Holst Christensen | | Merge branch 'master' of github.com:zig-lang/zig |
| 8 years ago | Jimmi Holst Christensen | | std.zig.parser special cased error in return. |
| 8 years ago | Jimmi Holst Christensen | | std.zig.parser: requireSemiColon now matches the C++ behavior |
| 8 years ago | Jimmi Holst Christensen | | std.zig.parser now parses inline fn proto |
| 8 years ago | Jimmi Holst Christensen | | std.zig.parser now accept both string and multiline string for strings |
| 8 years ago | Jimmi Holst Christensen | | std.zig.parser now handle `try`'s precedence correctly |
| 8 years ago | Jimmi Holst Christensen | | std.zig.parser now allows assignment expr in switch cases. |
| 8 years ago | Jimmi Holst Christensen | | std.zig.parser can now parse `std/heap.zig`: |
| 8 years ago | Jimmi Holst Christensen | | std.zig.parser: Redid parsing of error set delc |
| 8 years ago | Jimmi Holst Christensen | | std.zig.parser: Fixed parsing of field access rhs |
| 8 years ago | Jimmi Holst Christensen | | std.zig.parser: |
| 8 years ago | Jimmi Holst Christensen | | std.zig: Major refactor |
| 8 years ago | Andrew Kelley | | Merge branch 'bnoordhuis-fix879' |
| 8 years ago | Andrew Kelley | | add more linux syscalls and constants |
| 8 years ago | Andrew Kelley | | Merge pull request #873 from zig-lang/self-hosted-parser |
| 8 years ago | Andrew Kelley | | cmake defaults stage1 to install in build directory |
| 8 years ago | Andrew Kelley | | add missing call in zig fmt to commit results to disk |
| 8 years ago | Andrew Kelley | | fix std.io.readline to work on windows |
| 8 years ago | Andrew Kelley | | Merge branch 'async-tcp-server' |
| 8 years ago | Andrew Kelley | | add docs for union methods |
| 8 years ago | Andrew Kelley | | add docs for packed enum |
| 8 years ago | Andrew Kelley | | Merge branch 'async-err-ret-traces' |
| 8 years ago | Andrew Kelley | | Merge pull request #900 from zig-lang/hash-and-checksums |
| 8 years ago | Andrew Kelley | | Merge pull request #899 from bnoordhuis/fix898 |
| 8 years ago | Marc Tiehuis | | Add Hmac function (#890) |
| 8 years ago | Marc Tiehuis | | Fix off-by-one error in all crypto functions |
| 8 years ago | Andrew Kelley | | Merge branch 'hellerve-wip-macos-dirent' |
| 8 years ago | Andrew Kelley | | travis: don't skip tests |
| 8 years ago | Andrew Kelley | | travis: better s3 artifacts |
| 8 years ago | Andrew Kelley | | remove more signal handling stuff from std.os.ChildProcess |
| 8 years ago | Andrew Kelley | | travis: don't upload other files as artifacts |
| 8 years ago | Andrew Kelley | | travis: don't upload build/ folder as artifacts |
| 8 years ago | Andrew Kelley | | travis artifacts: don't upload extra stuff |
| 8 years ago | Andrew Kelley | | upload static linux artifacts on successful travis build |
| 8 years ago | Andrew Kelley | | std.io.readLine function |
| 8 years ago | Marc Tiehuis | | Add run compiler command |
| 8 years ago | Andrew Kelley | | musl-friendly dynamic linking |
| 8 years ago | Raul Leal | | Fix undeclared identifier error in readUntilDelimiterBuffer and incorrect number of parameters in readUntilDelimiterAlloc (#877) |
| 8 years ago | Andrew Kelley | | Merge pull request #872 from zig-lang/runtime-libc |
| 8 years ago | Marc Tiehuis | | docs: fix unclosed code tag |
| 8 years ago | Jimmi Holst Christensen | | std.zig.parser parses all prefix operators |
|