| Age | Commit message (Expand) | Author |
| 6 hours | fix mrc/mrc2 use of CRd=15 | iximeow |
| 6 hours | more lining up differential tests | iximeow |
| 2026-08-06 | cdp/mrc/mcr opc1 is wider than display knows | iximeow |
| 2026-08-04 | write condition code *before* .w suffix | iximeow |
| 2026-08-04 | msr confusion like with mrs.. | iximeow |
| 2026-08-03 | armv8 thumb-mode hints | iximeow |
| 2026-08-03 | decode unknown wide hints like any other hints | iximeow |
| 2026-08-02 | fix swapped rfe{ia,db} and srs{ia,db} | iximeow |
| 2026-08-02 | fix missing decode of `s` bit for wide shift/rotate ops | iximeow |
| 2026-08-02 | thumb ldc/stc encodings missed a bit | iximeow |
| 2026-08-02 | thumb2 preload improvements | iximeow |
| 2026-08-02 | pkhbt/pkhtb bitmask confusion | iximeow |
| 2026-08-02 | Test Target, fix bogus MRS destinations | iximeow |
| 2026-08-02 | thumb mrs/msr first operand was wildly wrong | iximeow |
| 2026-07-28 | temp, armv8-thumb | iximeow |
| 2026-07-28 | thumb2: fix parallel addition/subtraction, (un)signed | iximeow |
| 2026-07-28 | thumb: when nonconforming, allow it/cond=1111 like capstone | iximeow |
| 2026-07-28 | differential test should tolerate a few more differences | iximeow |
| 2026-07-28 | untangle some nonconforming ld/st forms | iximeow |
| 2026-07-28 | lsl/mov aliasing | iximeow |
| 2026-07-28 | differential testing wip | iximeow |
| 2026-07-28 | fix thumb2 TBH decode: wrong opcode and register-shift operand | Brandon Ros |
| 2026-07-28 | fix more thumb2 register data-processing decode bugs | Brandon Ros |
| 2026-07-28 | fix several thumb2 decode bugs | Brandon Ros |
| 2026-07-28 | Do not add an 's' when outputing opcodes that always set flags | Grond |
| 2026-07-28 | Decode the correct number of operands for TST/TEQ (immediate/register) | Grond |
| 2026-07-28 | Simplify decoding of register-shifted-register data-processing instructions | Grond |
| 2026-07-28 | Decode the correct number of operands for CMP/CMN (immediate/register) | Grond |
| 2026-07-28 | Fix the handling of reserved bits in uncommon loads/stores | Grond |
| 2026-07-28 | Check all of the appropriate bits when parsing op1 for CDP2/MCR2/MRC2 | Grond |
| 2026-07-28 | Implement the RRX immediate shift type | Grond |
| 2026-07-28 | Fix the handling of arithmetic register shifts with zero immediates | Grond |
| 2026-02-22 | support A1 encoding of several coprocessor instructions + SVC | rva3 |
| 2026-02-22 | properly display coprocessor higher than 9 | rva3 |
| 2025-10-19 | tag instruction decode fixes, differential test precision | iximeow |
| 2025-10-19 | visitor-oriented fmt | iximeow |
| 2025-05-25 | support the rest of PAC instructions. compare to a more recent capstone | iximeow |
| 2025-02-06 | actually check no-std configuration does not transitively depend on std | iximeow |
| 2024-06-25 | Add support for `udf` | Martin Fink |
| 2024-03-17 | run non-panicking tests with a horkton of parallelism | iximeow |
| 2024-03-17 | armv8 no-panic test is now multithreaded | iximeow |
| 2024-03-17 | fix uxtb/uxth alias being incorrectly applied with x-size registers | iximeow |
| 2024-03-17 | when decoding invalid opcodes, return errors. better testing for this circums... | iximeow |
| 2024-03-17 | disassembling sb is fine, tests ensure it happens now | iximeow |
| 2024-03-17 | be more explicit about undefined system instructions being invalid | iximeow |
| 2024-03-17 | system instruction and register improvements | iximeow |
| 2024-03-16 | ldrab and ldraa tests, fix immediate decoding | iximeow |
| 2024-03-16 | test dmb and make immediates shown with the immediate prefix | iximeow |
| 2024-03-16 | fix movi (immediate) to unpack immediate correctly | iximeow |
| 2024-03-16 | fix ldrsw register size | iximeow |