| 4 years ago | Jakub Konka | | Skip @src for stage1 too |
| 4 years ago | Jakub Konka | | Skip unsupported while behavior tests |
| 4 years ago | Jakub Konka | | Skip unsupported enum behavior tests |
| 4 years ago | Jakub Konka | | x64: completely ignore printing tests on macos until I fix the linker |
| 4 years ago | Jakub Konka | | x64: disable printing results on macos until I fix the linker |
| 4 years ago | Jakub Konka | | Port more behavior tests |
| 4 years ago | Jakub Konka | | std: export ceil builtins in stage2 |
| 4 years ago | Jakub Konka | | Port bitcast.zig tests |
| 4 years ago | Jakub Konka | | std: enable print results in test_runner for stage2_x86_64 |
| 4 years ago | Jakub Konka | | x64: spill compare flags between blocks, extern calls, and cmp insts |
| 4 years ago | Jakub Konka | | x64: add naive impl of else in switch |
| 4 years ago | Jakub Konka | | x64: fix lowering of error unions (we didn't pad to alignment) |
| 4 years ago | Jakub Konka | | x64: add basic, naive impl of switch |
| 4 years ago | Jakub Konka | | liveness: add helper for extracting liveness of switch branch |
| 4 years ago | Jakub Konka | | x64: add basic impl of shl for integers |
| 4 years ago | Jakub Konka | | x64: add basic impl of minimum builtin for ints |
| 4 years ago | Jakub Konka | | codegen: lower repeated and empty_with_sentinel array type |
| 4 years ago | Jakub Konka | | x64: implement unwrap_err_payload and unwrap_err_err for stack offset |
| 4 years ago | Jakub Konka | | codegen: lower error_set and error_union |
| 4 years ago | Jakub Konka | | x64: recover address in rdi if was spilled |
| 4 years ago | Jakub Konka | | x64: pass pointer to stack for return value in .rdi register |
| 4 years ago | Jakub Konka | | x64: first, really horrible attempt at returning values on stack |
| 4 years ago | Jakub Konka | | x64: reorder resolving call params: return values first, then params |
| 4 years ago | Jakub Konka | | x64: sub is non-commutative |
| 4 years ago | Andrew Kelley | | Sema: fix comptime coercion of payload to error union |
| 4 years ago | Andrew Kelley | | Sema: auto-numbered enums increment from last tag value |
| 4 years ago | Motiejus Jakštys | | [std.ArrayList] return explicit errors |
| 4 years ago | Veikka Tuominen |  | Merge pull request #10929 from davidmrt98/cbe |
| 4 years ago | Andrew Kelley | | Sema: fix union auto-enum numbering |
| 4 years ago | Andrew Kelley | | Sema: fix comptime union initialization |
| 4 years ago | Andrew Kelley | | disable failing nvptx test case |
| 4 years ago | Andrew Kelley |  | Merge pull request #10959 from joachimschmidt557/stage2-aarch64 |
| 4 years ago | Andrew Kelley |  | Merge pull request #10925 from Vexu/stage2 |
| 4 years ago | gwenzek |  | enable Gpu address spaces (#10884) |
| 4 years ago | Carlos Zúñiga | | Use lowercase in shasum for windows builds |
| 4 years ago | Ali Chraghi | | Update Tokenizer Dump Function |
| 4 years ago | Steven Fackler | | Support -Wl,--soname |
| 4 years ago | David John | | stage2: fix typo in riscv64/Emit.zig |
| 4 years ago | Luuk de Gram | | stage2: Fix 32bit builds |
| 4 years ago | Veikka Tuominen | | fix formatting in openbsd.zig |
| 4 years ago | Dante Catalfamo |  | Add OpenBSD auth functions |
| 4 years ago | Andrew Kelley | | Sema: fix inline break from a non-comptime scope to outer one |
| 4 years ago | Andrew Kelley | | Sema: implement readFromMemory for arrays |
| 4 years ago | Andrew Kelley | | AstGen: emit break_inline for corresponding inline loops |
| 4 years ago | Andrew Kelley | | AstGen: evaluate `comptime var` init expressions in a comptime context |
| 4 years ago | Andrew Kelley | | Sema: implement `@typeInfo` for list literals |
| 4 years ago | Lee Cannon | | StackIterator should not try to check validity on freestanding |
| 4 years ago | Jakub Konka |  | Merge pull request #10927 from ziglang/x64-idiv-imul |
| 4 years ago | Joachim Schmidt |  | Merge pull request #10926 from joachimschmidt557/stage2-arm |
| 4 years ago | Veikka Tuominen | | parser: fix "previous field here" pointing to wrong field |
|