| Age | Commit message (Expand) | Author |
| 21 hours | add DisplayRules, docs, doc tests, .. | iximeow |
| 21 hours | ucomiss/comiss vex dumpbin bug | iximeow |
| 21 hours | fix some forms of lss/lfs/lgs having incorrectly-small memory sizes | iximeow |
| 21 hours | protected/real mode lfs/lgs/lss | iximeow |
| 21 hours | pextr*/pinsr*/insertps/extrps immediate is now u8 instead of i8 | iximeow |
| 21 hours | fix seam, user-ipi, {rd,wr}{fs,gs}base instructions decoding outside 64b mode | iximeow |
| 21 hours | set up dumpbin/masm for properly assmbling and parsing in 16/32-bit modes | iximeow |
| 21 hours | fix vgatherdpd using incorrect simd vector width for gather indices | iximeow |
| 21 hours | fix vpbroadcast* memory size and source register bank | iximeow |
| 21 hours | add MASM-style formatting support in all modes | iximeow |
| 2026-06-21 | the weird 64b movq thing was a capstone bug all along?! | iximeow |
| 2026-06-21 | fix several instructions' incorrect memory or op2 size | iximeow |
| 2026-06-21 | rename rne-sae to rn-sae | iximeow |
| 2026-06-21 | fix mnemonics for prefetcht* | iximeow |
| 2026-06-21 | reworking how tests work: more modular now | iximeow |
| 2026-06-21 | feature gate kvm tests to linux | iximeow |
| 2026-06-21 | useless use of unsafe | iximeow |
| 2026-05-25 | push/pop width in 16/32-bit modes are receptive to operand width prefix | iximeow |
| 2026-05-25 | dont clobber test VM control state in tests.. | iximeow |
| 2026-05-25 | reject arpl in 16-bit decoding | iximeow |
| 2026-05-25 | j*cxz/pusha/popa alternate size forms | iximeow |
| 2026-05-25 | adapt long-mode behavior support to protected mode and real mode | iximeow |
| 2026-05-25 | add behavior information for x86_64 instructions | iximeow |
| 2026-05-25 | 66-prefixed sha1rnds4 doesnt even real | iximeow |
| 2026-05-25 | pusha/popa/push-imm memory sizes | iximeow |
| 2026-05-25 | working through a bunch of avx512 stuff, regspec constructors are const | iximeow |
| 2026-05-25 | pextr*/extractps | iximeow |
| 2026-05-25 | invept precision | iximeow |
| 2026-05-25 | more precision for vinsert/vextract/vblendv{ps,pd} | iximeow |
| 2026-05-25 | actually support avx/f16c in per-uarch decoding | iximeow |
| 2026-05-25 | vmaskmovdqu, vmovq were also incorrect in some ways... | iximeow |
| 2026-05-25 | more general avx improvements | iximeow |
| 2026-05-25 | cleanup pass on vex-encoded instructions is going to be exciting | iximeow |
| 2026-05-25 | maskmov{q,dqu} memory access size | iximeow |
| 2026-05-25 | more precise about 0f0d prefetch/nop | iximeow |
| 2026-05-25 | fix table management instructions' ({l,s}{g,i,l}dt) mem_size | iximeow |
| 2026-05-25 | more accurate mov seg-to-gpr operand size | iximeow |
| 2026-05-25 | push/pop for segment registers has implicit memory access | iximeow |
| 2026-05-25 | pushf, popf, enter, leave, xlat all have implicit memory access | iximeow |
| 2026-02-22 | correct push-immediate memory access size | iximeow |
| 2025-09-29 | fix broken capstone_bench stuff, might delete later, idk | iximeow |
| 2025-09-29 | annotation description test requires `fmt` | iximeow |
| 2025-06-01 | 3dnow was still supported on K8, K10. 32-bit mode should learn about uarch tw... | iximeow |
| 2025-06-01 | expand isa feature selection to more bits | iximeow |
| 2024-06-24 | rename most operand variants, make them structy rather than tupley | iximeow |
| 2024-06-23 | add additional `call` test cases | iximeow |
| 2024-06-23 | InstructionTextBuffer is only present with alloc (new crate flag) | iximeow |
| 2024-06-22 | NoColorsSink has a decent name now | iximeow |
| 2024-06-22 | extract reusable display bits into yaxpeax-arch, add a visitor fn to Operand | iximeow |
| 2024-06-21 | things compile again, add a few more caution signs around InstructionTextBuffer | iximeow |