| Age | Commit message (Expand) | Author |
| 2026-07-28 | differential testing wip | iximeow |
| 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 | probably should decide where imm-shifted reg normalization happens | iximeow |
| 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-06-19 | Add armv7::InstDecoder::in_thumb_mode() method | Samuel Arnold |
| 2026-02-22 | support A1 encoding of several coprocessor instructions + SVC | rva3 |
| 2026-02-22 | rename MCR2/MRC2 to MCR/MRC | rva3 |
| 2026-02-22 | derive Clone and Copy for armv7 instruction | rva3 |
| 2025-10-19 | Opcode and Operand should be non-exhaustive | iximeow |
| 2025-10-19 | visitor-oriented fmt | iximeow |
| 2025-06-02 | some armv7 decode helpers are trivial functions but didn't inline | iximeow |
| 2024-06-25 | Bump yaxpeax-arch and bitvec, allow use of deprecated yaxpeax-arch traits, fi... | novafacing |
| 2023-11-02 | ah and a doc comment for the public method0.2.4 | iximeow |
| 2023-11-02 | make RegShift::into_shift public | wscp |
| 2023-01-31 | fix 24-bit branch immediate decoding | jam1garner |
| 2022-01-02 | document the crate | iximeow |
| 2021-12-29 | clean up warnings, several of which were real bugs | iximeow |
| 2021-09-28 | handle another unintended panic in display impl | iximeow |
| 2021-09-28 | fix various armv8 and armv8 panics that should be Err. | iximeow |
| 2021-09-26 | fix unimplemented code paths panicking as unreachable | iximeow |
| 2021-09-14 | Fix display of post-index writeback operands | Jonas Schievink |
| 2021-07-21 | fix DecodeError impl on builds using yaxpeax-arch+std0.1.1 | iximeow |
| 2021-07-06 | update yaxpeax_arch and bump version to 0.1.00.1.0 | iximeow |
| 2021-05-07 | bump yaxpeax-arch to 0.0.5 to drop the termion dep0.0.7 | iximeow |
| 2020-12-06 | support CPS (change processor state) and some warming cleanup | iximeow |
| 2020-12-06 | add ldc/sdc instructions and a slew of 32b thumb2 tests | iximeow |
| 2020-12-06 | support more mul/div variants | iximeow |
| 2020-12-06 | thumb parallel addition and subtraction | iximeow |
| 2020-12-06 | fill out more missing thumb2 decoder | iximeow |
| 2020-12-06 | fix more incomplete cases, report arm instruction length properly | iximeow |
| 2020-12-06 | remove "Incomplete" opcode from arm7 non-thumb decoder | iximeow |
| 2020-12-06 | fix regimm masks | iximeow |
| 2020-12-06 | numerous one-off mis-specializations, most of ld/prefetch hints | iximeow |
| 2020-12-06 | fix some 32-bit thumb2 instructions, hook up .w, `s`, and a few typos | iximeow |
| 2020-12-06 | add thumb/thumb2 decoding | iximeow |
| 2020-11-29 | normalize stm/ldm to use RegWBack | iximeow |
| 2020-05-03 | bump to version 0.0.4, bumping yaxpeax-arch to 0.0.40.0.4 | iximeow |
| 2020-03-15 | clean up operands some | iximeow |
| 2020-03-15 | armv7 support through neon, some still missing (mainly coproc instrs) | iximeow |
| 2020-02-23 | bring more armv7 tests back to the land of the living | iximeow |
| 2020-02-17 | more strt/ldrt/strbt/ldrbt variants and operand display cleanup | iximeow |
| 2020-02-17 | strh/ldrh/strht/ldrht and some misc cleanup | iximeow |
| 2020-02-17 | entirely replace armv7 operands | iximeow |
| 2020-01-18 | some of the work to get yaxpeax-arm no-std | iximeow |
| 2020-01-12 | be nicer about reaching incomplete parts of armv7 decoder | iximeow |