| 5 years ago | Andrew Kelley | | std.os reorganization, avoiding `usingnamespace` |
| 5 years ago | Jan Philipp Hafer | | compiler_rt: add __clzdi2 and __clzti2 |
| 5 years ago | Andrew Kelley | | AstGen: fix "missing function name" error |
| 5 years ago | Travis Staloch |  | saturating arithmetic builtins: add, sub, mul, shl (#9619) |
| 5 years ago | Philip Åkesson | | std: Use truncating cast in WIFSTOPPED for Linux, FreeBSD and DragonFly |
| 5 years ago | Andrew Kelley |  | Merge pull request #9655 from nektro/stage2-rem |
| 5 years ago | Andrew Kelley |  | Merge pull request #9603 from g-w1/arrcat |
| 5 years ago | Sebastian Ullrich | | libunwind: fix unwinding through libunwind stack frames |
| 5 years ago | Andrew Kelley | | CI: update Linux and macOS tarballs to LLVM 12.0.1 |
| 5 years ago | Philipp Lühmann | | fix typo |
| 5 years ago | Joachim Schmidt | | stage2 ARM: add missing parameters for bic, bics |
| 5 years ago | Meghan Denny |  | stage2: only initialize the llvm backend for the target we are building (#9659) |
| 5 years ago | Andrew Kelley | | re-enable all the MIPS tests |
| 5 years ago | FnControlOption |  | std.hash_map: add getKey methods (#9607) |
| 5 years ago | Lee Cannon |  | Print enum values for build options in help output (#9650) |
| 5 years ago | Martin Wickham | | Add comptime memory tests |
| 5 years ago | Joachim Schmidt | | stage2 codegen: Remove use of usingnamespace |
| 5 years ago | Boo |  | Fix float formatting for 0.0 when precision is 0 (#9642) |
| 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 |
|