aboutsummaryrefslogtreecommitdiff
path: root/std
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-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-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-10std.zig.parser fixed segfault when parsing cc for fn declJimmi Holst Christensen
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-09async tcp server proof of conceptAndrew Kelley
2018-04-08basic tcp server working when used with netcatAndrew 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-08std.zig.parser WIP generalizing parsing of payloadsJimmi Holst Christensen
2018-04-07std.zig.parser now parses switchJimmi Holst Christensen
2018-04-06std.zig.parser now parses labeled blocks.Jimmi Holst Christensen
2018-04-06Add common hash/checksum functionsMarc Tiehuis
2018-04-06std.zig.parser Fixed:Jimmi Holst Christensen
2018-04-06std.zig.parser: Initializers are now parsed and fmt correctlyJimmi Holst Christensen
2018-04-05fix use-after-free in BufMap.set()Ben Noordhuis
2018-04-04std.zig Major RefactorJimmi Holst Christensen
2018-04-04Add Hmac function (#890)Marc Tiehuis
2018-04-04std.zig.parser should now parse operators with precedence.Jimmi Holst Christensen
2018-04-04Fix off-by-one error in all crypto functionsMarc Tiehuis
2018-04-04std.zig.parser now parses error set declarationsJimmi Holst Christensen
2018-04-04std.zig.tokenizer Tokens now don't contain a line and column field.Jimmi Holst Christensen