| Age | Commit message (Expand) | Author |
| 2021-09-01 | stage2: first pass at implementing usingnamespace | Andrew Kelley |
| 2021-08-31 | stage2 ARM: add missing parameters for bic, bics | joachimschmidt557 |
| 2021-08-26 | stage2 ARM: Add qadd, qsub, qdadd, qdsub instructions | joachimschmidt557 |
| 2021-08-20 | stage2 ARM: add lsl, lsr, asr, ror psuedo-instructions | joachimschmidt557 |
| 2021-06-21 | fix code broken from previous commit | Jacob G-W |
| 2021-05-08 | update usage of std.testing in stage2 | Veikka Tuominen |
| 2021-02-09 | stage2 ARM: fix callee_preserved_regs | joachimschmidt557 |
| 2021-01-16 | stage2 ARM: add extra load/store instructions | joachimschmidt557 |
| 2021-01-01 | stage2 ARM: implement genSetReg with compare_flags | joachimschmidt557 |
| 2020-10-25 | stage2 ARM: genSetStack and genSetReg from stack | joachimschmidt557 |
| 2020-10-25 | stage2 ARM: enable backpatching return statement | joachimschmidt557 |
| 2020-10-25 | stage2 ARM: add multiply and multiply long instructions | joachimschmidt557 |
| 2020-10-25 | stage2 ARM: better immediate loading feat. movw and movt | joachimschmidt557 |
| 2020-10-03 | stage2 ARM: add testcases for non-leaf fns, parameters, return values | joachimschmidt557 |
| 2020-10-02 | stage2 ARM: Add push, pop alias instructions; non-leaf functions | joachimschmidt557 |
| 2020-10-02 | stage2 ARM: Add stm, ldm variants and misc. additions | joachimschmidt557 |
| 2020-10-02 | stage2 ARM: start adding more instructions, return values, parameters | joachimschmidt557 |
| 2020-09-21 | rename src-self-hosted/ to src/ | Andrew Kelley |