aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-11outb syscallAndrea Orru
2018-04-11Merge branch 'master' into zen_stdlibAndrea Orru
2018-04-11Update zen libraryAndrea Orru
2018-04-11Merge branch 'bnoordhuis-fix879'Andrew Kelley
2018-04-11simplify and fix BufMap logicAndrew Kelley
2018-04-10Merge branch 'fix879' of https://github.com/bnoordhuis/zig into bnoordhuis-fi...Andrew Kelley
2018-04-10add more linux syscalls and constantsAndrew Kelley
2018-04-10Merge pull request #873 from zig-lang/self-hosted-parserAndrew Kelley
2018-04-10zig fmt while-else with no blocksJosh Wolfe
2018-04-10add memmove to builtin.oAndrew Kelley
2018-04-10fix another undefined derefAndrew Kelley
2018-04-10Merge branch 'master' into self-hosted-parserJosh Wolfe
2018-04-10cmake defaults stage1 to install in build directoryAndrew Kelley
2018-04-10std.zig.parser fixed segfault when parsing cc for fn declJimmi Holst Christensen
2018-04-10add missing call in zig fmt to commit results to diskAndrew Kelley
2018-04-10std.zig.parser: removed dublicate "zig fmt: coroutines" testJimmi Holst Christensen
2018-04-10std.zig.ast: fixed none compiling codeJimmi Holst Christensen
2018-04-10std.zig.parser now parses the `var` typeJimmi Holst Christensen
2018-04-10std.zig.tokinizer now treats string identifiers as identifiersJimmi Holst Christensen
2018-04-10std.zig.parser now parses toplevel useJimmi Holst Christensen
2018-04-10std.zig.parser: changed block exprs from primary expr to exprJimmi Holst Christensen
2018-04-10std.zig.parser readded all testsJimmi Holst Christensen
2018-04-10std.zig: fixed compiler errorsJimmi Holst Christensen
2018-04-10std.zig.tokinizer: fixed failing testsJimmi Holst Christensen
2018-04-10std.zig.parser now parses coroutine codeJimmi Holst Christensen
2018-04-10std.zig.parser changed assign expr to only be allowed in some contextsJimmi Holst Christensen
2018-04-10std.zig.parser can now render asm expressionsJimmi Holst Christensen
2018-04-09fix std.io.readline to work on windowsAndrew Kelley
2018-04-09std.zig.parser now parses asm expressionsJimmi Holst Christensen
2018-04-09std.zig.parser now parses fn typesJimmi Holst Christensen
2018-04-09std.zig.parser now parses comptimeJimmi Holst Christensen
2018-04-09ast.zig.parser now parses defer statementsJimmi Holst Christensen
2018-04-09std.zig.parser now parses if statementsJimmi Holst Christensen
2018-04-09std.zig.parser now parses for loopsJimmi Holst Christensen
2018-04-09std.zig.parser unified code for rendering and parsing semicolon in statementsJimmi Holst Christensen
2018-04-09std.zig.parser now parses while loops and labeled break and continueJimmi Holst Christensen
2018-04-09Merge branch 'async-tcp-server'Andrew Kelley
2018-04-09async tcp server proof of conceptAndrew Kelley
2018-04-08basic tcp server working when used with netcatAndrew Kelley
2018-04-08fixups from rebaseAndrew Kelley
2018-04-08update what std tests to runAndrew Kelley
2018-04-08running into the llvm corosplit error againAndrew Kelley
2018-04-08*WIP* async/await TCP serverAndrew Kelley
2018-04-08add docs for union methodsAndrew Kelley
2018-04-08add docs for packed enumAndrew Kelley
2018-04-08Merge branch 'async-err-ret-traces'Andrew Kelley
2018-04-08error return traces work with async return caseAndrew Kelley
2018-04-08fix calling convention at callsite of zig-generated fnsAndrew Kelley
2018-04-08put the error return addresses in the coro frameAndrew Kelley
2018-04-08codegen: fix not putting llvm allocas togetherAndrew Kelley