| 7 years ago | Andrew Kelley | | hook up peer result locs to catch |
| 7 years ago | Andrew Kelley | | hook up result locs to for loops |
| 7 years ago | Andrew Kelley | | hook up peer result locs to while bool and optional |
| 7 years ago | Andrew Kelley | | hook up while on error unions with result locations |
| 7 years ago | Andrew Kelley | | hook up peer result locs to if optional and if err |
| 7 years ago | Andrew Kelley | | fix behavior for peer result locs with one prong unreachable |
| 7 years ago | Andrew Kelley | | fix behavior for non sret fn calls |
| 7 years ago | Andrew Kelley | | no-copy semantics for peer result function calls |
| 7 years ago | Andrew Kelley | | no-copy semantics for switch expressions |
| 7 years ago | Andrew Kelley | | fix the rest of the ir_build_alloca_src callsites |
| 7 years ago | Andrew Kelley | | no-copy semantics for if optional and if error union |
| 7 years ago | Andrew Kelley | | no-copy semantics for for loops |
| 7 years ago | Andrew Kelley | | while loops |
| 7 years ago | Andrew Kelley | | fix alignment of consts |
| 7 years ago | Andrew Kelley | | var types, alignment, and comptime |
| 7 years ago | Andrew Kelley | | add missing ir_expr_wrap calls |
| 7 years ago | Andrew Kelley | | no-copy semantics for function forwarding |
| 7 years ago | Andrew Kelley | | no-copy semantics for function call init var and literal |
| 7 years ago | Andrew Kelley | | peer result locations with mixed runtime/comptime |
| 7 years ago | Andrew Kelley | | local consts with comptime init exprs |
| 7 years ago | Andrew Kelley | | no-copy semantics for nested if |
| 7 years ago | Andrew Kelley | | no-copy semantics for if expr |
| 7 years ago | Andrew Kelley | | no-copy semantics for basic runtime function call variable init |
| 7 years ago | Andrew Kelley | | Merge pull request #2593 from LemonBoy/aarch64-stuff |
| 7 years ago | Andrew Kelley | | default struct field initialization expressions |
| 7 years ago | Andrew Kelley | | dep tokenizer: run zig fmt and move exports to canonical location |
| 7 years ago | Andrew Kelley | | Merge pull request #2182 from mikdusan/issue.2046 |
| 7 years ago | Andrew Kelley | | update load dynamic library test for std lib changes |
| 7 years ago | tgschultz | | Fix fmt.zig handling of slices of slices |
| 7 years ago | tgschultz | | std.meta/trait: def/definition => decl/declaration |
| 7 years ago | Andrew Kelley | | improve the libc of wasm32-freestanding target |
| 7 years ago | Shawn Landden | | stage1: AstNodes cannot be casted, but are rather accessed via a union. |
| 7 years ago | Timon Kruiper | | Correct formatting for multiline string in arrays |
| 7 years ago | Andrew Kelley | | Merge branch 'NBonaparte-linuxdynlib' |
| 7 years ago | Andrew Kelley | | Merge pull request #2567 from emekoi/fix-dynlib |
| 7 years ago | Andrew Kelley | | Merge pull request #2546 from LemonBoy/sigaltstack |
| 7 years ago | Andrew Kelley | | run zig fmt to update `use` to `usingnamespace` |
| 7 years ago | Andrew Kelley | | zig fmt: fix 2 bugs of mangling source files |
| 7 years ago | Andrew Kelley | | change `use` to `usingnamespace` |
| 7 years ago | Andrew Kelley | | main: set subsystem in `zig builtin` when explicitly provided |
| 7 years ago | Andrew Kelley | | Merge branch 'emekoi-builtin-subsystem' |
| 7 years ago | Andrew Kelley | | Merge branch 'LemonBoy-use-struct-pt2' |
| 7 years ago | Andrew Kelley | | Merge pull request #2530 from gonzus/gonzus/improve-clang-zig |
| 7 years ago | Andrew Kelley | | no "use of undeclared identifer" in dead comptime branches |
| 7 years ago | LemonBoy | | Reject undefined as type |
| 7 years ago | LemonBoy | | Warn the user if run/test is paired with emit options |
| 7 years ago | LemonBoy | | Avoid a crash when there are no namespace components |
| 7 years ago | Andrew Kelley | | fix invalid LLVM IR generated for ?*void const casts |
| 7 years ago | Andrew Kelley | | link to contributing in readme |
| 7 years ago | Andrew Kelley | | extract CONTRIBUTING.md from README.md |
|