| 7 years ago | hryx | | Translate IntegralCast; add stage2 test coverage |
| 7 years ago | hryx | | Use new width format option |
| 7 years ago | hryx | | Merge branch 'master' into translate-c-userland |
| 7 years ago | hryx | | Separate with space instead of LF to prevent rendering excessive indentation |
| 7 years ago | hryx | | Create and render big.Int from IntegerLiteral; group BinaryOperator |
| 7 years ago | hryx | | Escape C string literals |
| 7 years ago | hryx | | transBinaryOperator: Add, Sub |
| 7 years ago | hryx | | transStringLiteral |
| 7 years ago | hryx | | Observe translate mode in stage2 |
| 7 years ago | hryx | | stage1: always render space after `fn` like stage2 |
| 7 years ago | hryx | | Merge branch 'master' into translate-c-userland |
| 7 years ago | hryx | | Fix order of tokens; omit 'pub' for fn types |
| 7 years ago | hryx | | Fix recursive self-referential block |
| 7 years ago | hryx | | Translate assignment BinaryOperator statements |
| 7 years ago | hryx | | Assign undefined literal (instead of null) when no init value |
| 7 years ago | hryx | | transReturnStmt |
| 7 years ago | hryx | | (broken) local var decls, integer literals (part) |
| 7 years ago | hryx | | Restore fn decls removed during conflict |
| 7 years ago | hryx | | Merge branch 'master' into translate-c-userland |
| 7 years ago | hryx | | (broken) translate Paren type |
| 7 years ago | hryx | | transImplictCastExpr: LValueToRValue |
| 7 years ago | hryx | | transCStyleCastExpr |
| 7 years ago | hryx | | Implement missing clang functions from last commit |
| 7 years ago | hryx | | (broken) port a bunch of stuff from stage1 translate-c |
| 7 years ago | hryx | | expr: DeclRefExpr |
| 7 years ago | hryx | | expr: FunctionToPointerDecay & ArrayToPointerDecay for ImplicitCastExpr |
| 7 years ago | hryx | | Prevent infinite recursion |
| 7 years ago | hryx | | Merge branch 'master' into translate-c-userland |
| 7 years ago | hryx | | Remove unused local struct type |
| 7 years ago | hryx | | expr: BitCast for ImplicitCastExpr |
| 7 years ago | hryx | | var decl: ImplicitCastExpr |
| 7 years ago | hryx | | var decl: init node |
| 7 years ago | hryx | | var decl: threadlocal |
| 7 years ago | hryx | | var decl: mut_token, create child scope |
| 7 years ago | hryx | | WIP translate var decl |
| 7 years ago | Andrew Kelley | | support enum literals implicit casting to tagged unions |
| 7 years ago | Marc Tiehuis | | std.fmt.parse_float: Fix exponent calculation |
| 7 years ago | emekoi | | ran zig fmt on stdlib |
| 7 years ago | LemonBoy | | Fix too eager comptime evaluation of error ptr |
| 7 years ago | LemonBoy | | Use the correct scope for `use` |
| 7 years ago | Andrew Kelley | | Merge pull request #2516 from LemonBoy/32bfix |
| 7 years ago | LemonBoy | | Fix load/store of non-integer fields in packed struct |
| 7 years ago | LemonBoy | | VDSO calls must use the C CC |
| 7 years ago | Andrew Kelley | | stage1 tokenizer: add more missing break statements |
| 7 years ago | SamTebbs33 | | Add break after digit_value check in TokenizeStateCharCode |
| 7 years ago | Andrew Kelley | | Merge branch 'shawnl-builtins' |
| 7 years ago | Shritesh Bhattarai | | docgen: add lib codeblock type and use it for wasm32-freestanding |
| 7 years ago | Andrew Kelley | | Merge pull request #2507 from ziglang/wasm-libs |
| 7 years ago | Andrew Kelley | | clang C API wrapper: small progress |
| 7 years ago | daurnimator | | std: update linux syscalls to 5.1 |
|