| Age | Commit message (Expand) | Author |
| 2021-09-01 | stage2: first pass at implementing usingnamespace | Andrew Kelley |
| 2021-09-01 | std.os: more reorganization efforts | Andrew Kelley |
| 2021-09-01 | AstGen: fix "missing function name" error | Andrew Kelley |
| 2021-09-01 | saturating arithmetic builtins: add, sub, mul, shl (#9619) | travisstaloch |
| 2021-08-31 | Merge pull request #9655 from nektro/stage2-rem | Andrew Kelley |
| 2021-08-31 | Merge pull request #9603 from g-w1/arrcat | Andrew Kelley |
| 2021-08-31 | libunwind: fix unwinding through libunwind stack frames | Sebastian Ullrich |
| 2021-08-31 | stage2 ARM: add missing parameters for bic, bics | joachimschmidt557 |
| 2021-08-31 | stage2: only initialize the llvm backend for the target we are building (#9659) | Meghan |
| 2021-08-31 | stage2: add array mult `**` | Jacob G-W |
| 2021-08-31 | stage2 llvm backend: if an array has a senteniel, add it | Jacob G-W |
| 2021-08-31 | std.hash_map: add getKey methods (#9607) | fn ⌃ ⌥ |
| 2021-08-30 | stage2: add array concatenation | Jacob G-W |
| 2021-08-30 | stage2 codegen: Remove use of usingnamespace | joachimschmidt557 |
| 2021-08-30 | stage2: implement runtime `%` and `@rem` | Meghan Denny |
| 2021-08-30 | stage2/sema: clarify todo arithmetic operator error | Meghan Denny |
| 2021-08-29 | AstGen: fix incorrectly using decl_val/decl_ref | Andrew Kelley |
| 2021-08-29 | translate-c: remove now unnecessary mangling of primitive type shadowing | Veikka Tuominen |
| 2021-08-29 | AstGen: short-circuit rvalue() if code is unreachable | Isaac Freund |
| 2021-08-28 | AstGen: pre-scan all decls in a namespace | Andrew Kelley |
| 2021-08-28 | stage2: delete keywords `true`, `false`, `undefined`, `null` | Andrew Kelley |
| 2021-08-28 | AstGen: allow locals with same name as primitives with `@""` syntax | Andrew Kelley |
| 2021-08-27 | declarations may collide with primitives with @"" syntax | Andrew Kelley |
| 2021-08-27 | Make slice always return a reference | Robin Voetter |
| 2021-08-27 | Store to mutable pointer in analyzeRef | Robin Voetter |
| 2021-08-27 | Don't use .none_or_ref for for(expr) | Robin Voetter |
| 2021-08-26 | stage2 ARM: Add qadd, qsub, qdadd, qdsub instructions | joachimschmidt557 |
| 2021-08-24 | stage1: remove incorrect compile error for var redeclaration | Andrew Kelley |
| 2021-08-24 | wasm: pass --export-dynamic to wasm-ld for WASI reactors. (#9605) | Takeshi Yoneda |
| 2021-08-23 | Don't define valgrind_support on macOS (#9612) | Frank Denis |
| 2021-08-23 | stage1: `@intToEnum` implicitly does an `@intCast` | Andrew Kelley |
| 2021-08-22 | Fix typo introduced in 50a29f7 | Richard Eklycke |
| 2021-08-21 | stage2 Air: add struct_field_ptr_index_{0..3} | Jacob G-W |
| 2021-08-21 | stage2: comptime function with the same args is memoized | Andrew Kelley |
| 2021-08-21 | stage2: fix wrong value for Decl owns_tv | Andrew Kelley |
| 2021-08-21 | mingw.zig: fix logic to add crt sources | Jonathan Marler |
| 2021-08-21 | translate-c: avoid repeating string in type when making it mutable | Veikka Tuominen |
| 2021-08-21 | translate-c: allow string literals to be used as `char *` | Evan Haas |
| 2021-08-21 | Fix args when calling clang::ASTUnit::LoadFromCommandLine. | Tamas Kenez |
| 2021-08-20 | stage2: support comptime fn call returning type | Andrew Kelley |
| 2021-08-20 | stage2 codegen: re-allocate result register in finishAir | joachimschmidt557 |
| 2021-08-20 | stage2 ARM: Implement loading from memory | joachimschmidt557 |
| 2021-08-20 | Merge pull request #9597 from joachimschmidt557/stage2-arm-bitshift | Andrew Kelley |
| 2021-08-20 | stage2: field type expressions support referencing locals | Andrew Kelley |
| 2021-08-20 | stage2 ARM: implement bitshifting for 32-bit integers | joachimschmidt557 |
| 2021-08-20 | stage2 ARM: add lsl, lsr, asr, ror psuedo-instructions | joachimschmidt557 |
| 2021-08-19 | Merge pull request #9587 from g-w1/sh | Andrew Kelley |
| 2021-08-19 | stage2: implement shl | Jacob G-W |
| 2021-08-19 | stage2: implement shr and boilerplate for shl | Jacob G-W |
| 2021-08-19 | stage2 x86_64: enable bitwise and + or and add tests | Jacob G-W |