| 5 years ago | Jacob G-W | | stage2: add array mult `**` |
| 5 years ago | Jacob G-W | | add string concat test to basic.zig from misc.zig! |
| 5 years ago | Jacob G-W | | stage2 llvm backend: if an array has a senteniel, add it |
| 5 years ago | Jacob G-W | | stage2: add array concatenation |
| 5 years ago | Andrew Kelley | | AstGen: fix incorrectly using decl_val/decl_ref |
| 5 years ago | Veikka Tuominen | | translate-c: remove now unnecessary mangling of primitive type shadowing |
| 5 years ago | jdmichaud |  | zig fmt: respect trailing commas in inline assembly |
| 5 years ago | Isaac Freund | | AstGen: short-circuit rvalue() if code is unreachable |
| 5 years ago | Andrew Kelley | | AstGen: pre-scan all decls in a namespace |
| 5 years ago | Andrew Kelley | | stage2: delete keywords `true`, `false`, `undefined`, `null` |
| 5 years ago | Andrew Kelley | | AstGen: allow locals with same name as primitives with `@""` syntax |
| 5 years ago | Andrew Kelley | | declarations may collide with primitives with @"" syntax |
| 5 years ago | Robin Voetter | | Make slice always return a reference |
| 5 years ago | Robin Voetter | | Store to mutable pointer in analyzeRef |
| 5 years ago | Robin Voetter | | Don't use .none_or_ref for for(expr) |
| 5 years ago | Lee Cannon |  | Rework build system `build_options` API (#9623) |
| 5 years ago | Joachim Schmidt | | stage2 ARM: Add qadd, qsub, qdadd, qdsub instructions |
| 5 years ago | Andrew Kelley | | stage1: remove incorrect compile error for var redeclaration |
| 5 years ago | Andrew Kelley | | fix stage2 test cases expecting wrong line numbers |
| 5 years ago | Andrew Kelley | | remove redundant license headers from zig standard library |
| 5 years ago | Koakuma | | Linux/SPARCv9: use C calling convention for restore_rt |
| 5 years ago | Koakuma | | Linux/SPARCv9: account for branch delay in freeAndExit() |
| 5 years ago | Takeshi Yoneda |  | wasm: pass --export-dynamic to wasm-ld for WASI reactors. (#9605) |
| 5 years ago | Frank Denis |  | BoundedArray: a simple way to represent small data whose max size is known (#9134) |
| 5 years ago | lucky |  | add scrypt kdf (#9577) |
| 5 years ago | Andrew Kelley | | std: [breaking] move errno to become an nonexhaustive enum |
| 5 years ago | Frank Denis |  | Don't define valgrind_support on macOS (#9612) |
| 5 years ago | Andrew Kelley | | stage1: `@intToEnum` implicitly does an `@intCast` |
| 5 years ago | Nguyễn Gia Phong |  | Update comment: s/var/anytype/ (#9611) |
| 5 years ago | William Stein |  | Trivial typo "for for" --> "for" (also a few nearby run-on sentence). (#9610) |
| 5 years ago | daurnimator |  | std.os: (p)writev should perform partial writes if iov.len > IOV_MAX |
| 5 years ago | Richard Eklycke | | Fix typo introduced in 50a29f7 |
| 5 years ago | Jacob G-W | | stage2 Air: add struct_field_ptr_index_{0..3} |
| 5 years ago | Andrew Kelley | | stage2: comptime function with the same args is memoized |
| 5 years ago | Andrew Kelley | | stage2: fix wrong value for Decl owns_tv |
| 5 years ago | Jonathan Marler | | mingw.zig: fix logic to add crt sources |
| 5 years ago | Martin Wickham | | Add a flag to build a single-threaded compiler, for debugging |
| 5 years ago | Aydin Mercan | | linux: Add recent clone/clone3 and missing signalfd flags. |
| 5 years ago | Veikka Tuominen | | translate-c: avoid repeating string in type when making it mutable |
| 5 years ago | Evan Haas | | translate-c: allow string literals to be used as `char *` |
| 5 years ago | Michael Dusan | | dragonfly: port libc++ |
| 5 years ago | Tamas Kenez | | Fix args when calling clang::ASTUnit::LoadFromCommandLine. |
| 5 years ago | Takeshi Yoneda | | build: allow specifying -mexec-model flag. |
| 5 years ago | Andrew Kelley | | stage2: support comptime fn call returning type |
| 5 years ago | Jonathan Marler | | Add compstui.def |
| 5 years ago | Joachim Schmidt | | stage2 codegen: re-allocate result register in finishAir |
| 5 years ago | Joachim Schmidt | | stage2 ARM: Implement loading from memory |
| 5 years ago | Andrew Kelley |  | Merge pull request #9597 from joachimschmidt557/stage2-arm-bitshift |
| 5 years ago | Andrew Kelley | | stage2: field type expressions support referencing locals |
| 5 years ago | rgreenblatt | | Fix issue where root.os.panic could return |
|